Maybe this might help http://maven.apache.org/plugins/maven-dependency-plugin/purge-local-repository-mojo.html It has a excludes attribute where you can pass the 3rd party groupId:artifactId
Pavel Bernshtam wrote: > > For Continuous Integration build I need to build all my projects for > sources, so I need somehow remove all "my" artifacts from the local > repository before the build (but leave there 3rd party artifacts). > Is there any maven plugin or tool for it or I just need to run some > script before the build which will clean the local repository > selectively? > > Thank you > > > ------------ > Pavel > > > -- View this message in context: http://www.nabble.com/Cleaning-local-repository-tp21114004p21114145.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]
