Its Very Simple.
open maven-jar-plugin-2.0.pom under
.m2\repository\org\apache\maven\plugins\maven-jar-plugin\2.0
change dependency maven-archiver version 2.0 to 2.1 like as follows.
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-archiver</artifactId>
<version>2.1</version>
</dependency>
--
View this message in context:
http://www.nabble.com/Exclude-pom.xml-and-pom.properties.-tf1797122.html#a5199518
Sent from the Maven - Users forum at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]