Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [m2e-users] "org.codehaus.plexus.archiver.jar.Manifest.merge(org.codehaus.plexus.archiver.jar.Manifest)"

Hello,

my eclipse reports me following error in two maven projects..:

org.codehaus.plexus.archiver.jar.Manifest.merge(org.codehaus.plexus.archiver.jar.Manifest)

http://dev.eclipse.org/mhonarc/lists/m2e-users/msg04092.html

I have tried to downgrade maven jar plugin to version 2.3.2. But I couldnt get rid of the if I put it into parrent pom.xml niether to module pom.xml

<plugin>
<artifactId>maven-jar-plugin</artifactId>
<version>2.3.2</version>
</plubin>

environment:

Eclipse version : Luna 4.4.0
JDK version: 1.7.0.60
Maven version: 3.2.3
m2e eclipse plugin: 1.5.0


Any ideas how to solve it?

Back to the top