mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-01-19 05:52:11 +01:00
use goal single instead of assembly
This commit is contained in:
2
pom.xml
2
pom.xml
@@ -52,12 +52,12 @@
|
||||
<module>scm-core</module>
|
||||
<module>scm-test</module>
|
||||
<module>maven</module>
|
||||
<module>scm-clients</module>
|
||||
<module>plugins</module>
|
||||
<module>samples</module>
|
||||
<module>scm-webapp</module>
|
||||
<module>scm-server</module>
|
||||
<module>scm-plugin-backend</module>
|
||||
<module>scm-clients</module>
|
||||
</modules>
|
||||
|
||||
<repositories>
|
||||
|
||||
@@ -78,7 +78,7 @@
|
||||
<execution>
|
||||
<phase>package</phase>
|
||||
<goals>
|
||||
<goal>assembly</goal>
|
||||
<goal>single</goal>
|
||||
</goals>
|
||||
</execution>
|
||||
</executions>
|
||||
|
||||
@@ -122,7 +122,7 @@
|
||||
<artifactItem>
|
||||
<groupId>sonia.scm</groupId>
|
||||
<artifactId>scm-webapp</artifactId>
|
||||
<version>1.2</version>
|
||||
<version>1.3-SNAPSHOT</version>
|
||||
<type>war</type>
|
||||
<outputDirectory>${project.build.directory}/webapp</outputDirectory>
|
||||
<destFileName>scm-webapp.war</destFileName>
|
||||
|
||||
Reference in New Issue
Block a user