Skip to content

Commit 2c62f0c

Browse files
WFK2-791 Remove git repo creation from assembly descriptor.
1 parent 0e842e7 commit 2c62f0c

File tree

2 files changed

+1
-29
lines changed

2 files changed

+1
-29
lines changed

demo/pom.xml

Lines changed: 1 addition & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -453,26 +453,7 @@
453453
<configuration>
454454
<skip>true</skip>
455455
</configuration>
456-
</plugin>
457-
<plugin>
458-
<groupId>org.codehaus.mojo</groupId>
459-
<artifactId>exec-maven-plugin</artifactId>
460-
<version>1.2.1</version>
461-
<executions>
462-
<execution>
463-
<phase>compile</phase>
464-
<goals>
465-
<goal>exec</goal>
466-
</goals>
467-
</execution>
468-
</executions>
469-
<configuration>
470-
<executable>git</executable>
471-
<arguments>
472-
<argument>init</argument>
473-
</arguments>
474-
</configuration>
475-
</plugin>
456+
</plugin>
476457
</plugins>
477458
</build>
478459
</profile>

demo/src/main/assembly/assembly.xml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,5 @@
2828
<include>**/.settings/.jsdtscope</include>
2929
</includes>
3030
</fileSet>
31-
<!-- this special .git directory is generated in maven build and is REQUIRED for FORGE to apply admin patches -->
32-
<fileSet>
33-
<directory>.</directory>
34-
<outputDirectory>/</outputDirectory>
35-
<useDefaultExcludes>false</useDefaultExcludes>
36-
<includes>
37-
<include>.git/**</include>
38-
</includes>
39-
</fileSet>
4031
</fileSets>
4132
</assembly>

0 commit comments

Comments
 (0)