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

Was it helpful?

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!

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top