Question

When I run mvn deploy it seems like the generated source packages include target folder with its content. Really appreciate any clues on how to avoid this.

POM file: https://github.com/apache/incubator-stratos/blob/master/pom.xml

Thanks

Était-ce utile?

La solution

After doing some investigations I found the cause of the problem. The issue was with the maven assembly plugin version 2.2-beta-2. Upgraded it to 2.2.1 and the problem was solved. Thanks khmarbaise for your feedback!

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top