Author: felixk
Date: Thu Mar 17 20:09:43 2011
New Revision: 1082673
URL: http://svn.apache.org/viewvc?rev=1082673&view=rev
Log:
Use maven-shade-plugin to create uberjar.
Modified:
james/mpt/trunk/app/pom.xml
Modified: james/mpt/trunk/app/pom.xml
URL:
http://svn.apache.org/viewvc/james/mpt/trunk/app/pom.xml?rev=1082673&r1=1082672&r2=1082673&view=diff
==============================================================================
--- james/mpt/trunk/app/pom.xml (original)
+++ james/mpt/trunk/app/pom.xml Thu Mar 17 20:09:43 2011
@@ -70,24 +70,6 @@ interfaces to the MPT library.</descript
<!-- Uber Jar -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-dependency-plugin</artifactId>
- <executions>
- <execution>
- <phase>compile</phase>
- <goals>
- <goal>unpack-dependencies</goal>
- </goals>
- <configuration>
- <includeScope>runtime</includeScope>
-
<outputDirectory>${project.build.outputDirectory}</outputDirectory>
- </configuration>
- </execution>
- </executions>
- </plugin>
-
- <!--
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<executions>
<execution>
@@ -108,7 +90,7 @@ interfaces to the MPT library.</descript
</artifactSet>
</configuration>
</plugin>
- -->
+
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]