diff options
author | clemenso <clemenso@8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4> | 2009-08-27 20:02:45 +0000 |
---|---|---|
committer | clemenso <clemenso@8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4> | 2009-08-27 20:02:45 +0000 |
commit | 49439f0912a2f0e23cf4bcf63967d177658a837c (patch) | |
tree | 824e3c11c218dc636ec630bc822bf94023247e34 /pom.xml | |
parent | 0acb5643e945daf024c0dec04f0ad86d6427b7b0 (diff) | |
download | mocca-49439f0912a2f0e23cf4bcf63967d177658a837c.tar.gz mocca-49439f0912a2f0e23cf4bcf63967d177658a837c.tar.bz2 mocca-49439f0912a2f0e23cf4bcf63967d177658a837c.zip |
seperate BKUWebStart main jar and BKUWebStart bundle
use webstart-maven-plugin:jnlp-download-servlet goal to get versions right
git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@478 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 26 |
1 files changed, 2 insertions, 24 deletions
@@ -27,6 +27,7 @@ <module>BKUHelp</module> <module>BKUGuiExt</module> <module>smccSTALExt</module> + <module>BKUWebStartPackage</module> </modules> <developers> <developer> @@ -83,7 +84,7 @@ <plugin> <artifactId>maven-assembly-plugin</artifactId> <groupId>org.apache.maven.plugins</groupId> - <version>2.2-beta-2</version> + <version>2.2-beta-4</version> </plugin> <plugin> <artifactId>maven-dependency-plugin</artifactId> @@ -123,29 +124,6 @@ </plugin> </plugins> </pluginManagement> - <plugins> - <plugin> - <artifactId>maven-assembly-plugin</artifactId> - <configuration> - <descriptors> - <descriptor>${basedir}/src/main/assemblies/assembly-test.xml</descriptor> - <!-- - descriptor>${basedir}/src/main/assemblies/assembly-online.xml</descriptor> - <descriptor>${basedir}/src/main/assemblies/assembly-local.xml</descriptor> - <descriptor>${basedir}/src/main/assemblies/assembly-server.xml</descriptor --> - </descriptors> - </configuration> - <!-- - don't include execution here, but explicitly in the execute command - (see custom goals: mvn clean package assembly:assembly) | NOTE: - Because of a quirk in Maven 2.0's execution model relating to - aggregator mojos and the inheritance hierarchy, | we need to - explicitly execute the package phase ahead of the assembly - invocation, to ensure all modules have been built. <executions> - <execution> <phase>package</phase> <goals> <goal>attached</goal> - </goals> </execution> </executions --> - </plugin> - </plugins> </build> <repositories> <repository> |