[Arakhnę-Dev] [365] * Downgrade the maven-jar-plugin from 2.4 to 2.3. 2 because it is not compatible with m2e. |
[ Thread Index |
Date Index
| More arakhne.org/dev Archives
]
- To: dev@xxxxxxxxxxx
- Subject: [Arakhnę-Dev] [365] * Downgrade the maven-jar-plugin from 2.4 to 2.3. 2 because it is not compatible with m2e.
- From: subversion@xxxxxxxxxxxxx
- Date: Wed, 11 Jul 2012 23:08:55 +0200
Revision: 365
Author: galland
Date: 2012-07-11 23:08:55 +0200 (Wed, 11 Jul 2012)
Log Message:
-----------
* Downgrade the maven-jar-plugin from 2.4 to 2.3.2 because it is not compatible with m2e.
Modified Paths:
--------------
trunk/pom.xml
Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml 2012-07-11 20:39:10 UTC (rev 364)
+++ trunk/pom.xml 2012-07-11 21:08:55 UTC (rev 365)
@@ -251,7 +251,8 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
- <version>2.4</version>
+ <!-- no the version 2.4 because it is incompatible with m2e -->
+ <version>2.3.2</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>