Hi,
I am using maven jar plugin as below with out specying includes or
excludes.Some times it includes non .class files from target folder and .SVN
folders in jar file.One observation is that if we have any changes locally
(not in sync) with repository then issue is happening.
By default what type of files jar plugin will include.What might be the
reason for this issue.
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<version>2.2</version>
<configuration>
<archive>
<manifestSections>
<manifestSection>
......
</manifestEntries>
</manifestSection>
</manifestSections>
</archive>
</configuration>
</plugin>
Regards,
Naresh
--
View this message in context:
http://www.nabble.com/default-maven-configuration-tp22826284p22826284.html
Sent from the Maven - Users mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]