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)"

I'm getting this too. Simple rebuild makes the problem go away for me,
so I didn't investigate further.

--
Regards,
Igor

On 2014-11-12, 3:32, e92-330cd@xxxxxxxxx wrote:
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?


_______________________________________________
m2e-users mailing list
m2e-users@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/m2e-users



Back to the top