Hi, I am trying to exclude pom.xml and pom.properties while creating jar. for this i am maven-jar-plugin. But i am getting build error. but i am getting error at "addMavenDescriptor".
what was settings i missed?. i am configured like : <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-jar-plugin</artifactId> <configuration> <archive> <addMavenDescriptor>false</addMavenDescriptor> </archive> </configuration> </plugin> </plugins> </build> -- View this message in context: http://www.nabble.com/Exclude-pom.xml-and-pom.properties.-t1797122.html#a4897323 Sent from the Maven - Users forum at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
