Skip to content

Commit

Permalink
WFK2-791 Remove git repo creation from assembly descriptor.
Browse files Browse the repository at this point in the history
  • Loading branch information
VineetReynolds committed Nov 25, 2014
1 parent 0e842e7 commit 2c62f0c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 29 deletions.
21 changes: 1 addition & 20 deletions demo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -453,26 +453,7 @@
<configuration>
<skip>true</skip>
</configuration>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
<version>1.2.1</version>
<executions>
<execution>
<phase>compile</phase>
<goals>
<goal>exec</goal>
</goals>
</execution>
</executions>
<configuration>
<executable>git</executable>
<arguments>
<argument>init</argument>
</arguments>
</configuration>
</plugin>
</plugin>
</plugins>
</build>
</profile>
Expand Down
9 changes: 0 additions & 9 deletions demo/src/main/assembly/assembly.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,5 @@
<include>**/.settings/.jsdtscope</include>
</includes>
</fileSet>
<!-- this special .git directory is generated in maven build and is REQUIRED for FORGE to apply admin patches -->
<fileSet>
<directory>.</directory>
<outputDirectory>/</outputDirectory>
<useDefaultExcludes>false</useDefaultExcludes>
<includes>
<include>.git/**</include>
</includes>
</fileSet>
</fileSets>
</assembly>

0 comments on commit 2c62f0c

Please sign in to comment.