Author: btellier
Date: Mon Jun 22 08:06:05 2015
New Revision: 1686796
URL: http://svn.apache.org/r1686796
Log:
MIME4J-245 Don't run jar on pom packaging projects - contributed by Matthieu
Baechlor
Modified:
james/mime4j/trunk/pom.xml
Modified: james/mime4j/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/james/mime4j/trunk/pom.xml?rev=1686796&r1=1686795&r2=1686796&view=diff
==============================================================================
--- james/mime4j/trunk/pom.xml (original)
+++ james/mime4j/trunk/pom.xml Mon Jun 22 08:06:05 2015
@@ -173,6 +173,21 @@
</executions>
</plugin>
<plugin>
+ <artifactId>maven-jar-plugin</artifactId>
+ <version>2.4</version>
+ <executions>
+ <execution>
+ <id>jar</id>
+ <phase>none</phase>
+ </execution>
+ <execution>
+ <id>test-jar</id>
+ <phase>none</phase>
+ </execution>
+ </executions>
+ </plugin>
+
+ <plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<version>2.3.7</version>