[ https://jira.codehaus.org/browse/MSHARED-218?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=298173#comment-298173 ]
Matthew Harrison commented on MSHARED-218: ------------------------------------------ We're kind of living with it for now - the issue is only when you're working in eclipse. From memory I think its actually the m2 eclipse plugin thats the issue, you may want to look at this: https://github.com/sonatype/m2eclipse-extras/issues/9 But if you run maven outside eclipse you won't get the same issue. If you really had to I think you could probably sort out the maven build to produce the right jar file, but it was never worth it for us to do it. Hope that helps a bit? Matt > Duplicate pom.properties files being created > -------------------------------------------- > > Key: MSHARED-218 > URL: https://jira.codehaus.org/browse/MSHARED-218 > Project: Maven Shared Components > Issue Type: Bug > Components: maven-archiver > Environment: Spring Tool Suite 2.8.1 > JDK 1.6.0_29 > Maven Integration for WTP 0.14.0 > Reporter: Matthew Harrison > Attachments: test-0.0.1-SNAPSHOT.jar > > > When using STS, if you create a new maven project (skip archetype selection), > when running a maven install from inside eclipse you end up with a jar file > as per the attached. > This has two copies of the pom.properties, and pom.xml files in the META-INF > directory (this causes knock on problems for us when running JiBX). > It seems the reason that the final jar file has the duplicates in is that the > target directory that is being jar'd up already contains these files, so they > are being pulled in, and then the archiver is creating its own. > I think it would be good if the archiver checked to see if the files where > already there before creating them, if it doesn't already? -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://jira.codehaus.org/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira