Re: Importing Maven plugins and profiles

2014-09-13 Thread Mark Derricutt
You could do this with the tiles-maven-plugin: https://github.com/repaint-io/maven-tiles We recently forked the old broken plugin and rehomed it under our repaint.io banner. This provides mixins for maven. On 13 Sep 2014, at 9:52, mavenarch wrote: Hi, Is there a way to import plugins an

Re: Tell maven to not have the parent pom as a dependency?

2014-09-13 Thread Mark Derricutt
You don't need N windows, I just add the pom in the maven projects tool window, and have open in my generated IDEA project my core project, plus any F/OSS project I may be forking/working on in the process. Find Anywhere then works across all projects. ![Cloud Email Hosting & Security](http://

Importing Maven plugins and profiles

2014-09-13 Thread mavenarch
Hi, Is there a way to import plugins and profile from another pom in Maven 3.0 as we do for dependencies? thanks & Regards -- View this message in context: http://maven.40175.n5.nabble.com/Importing-Maven-plugins-and-profiles-tp5804776.html Sent from the Maven - Users mailing list archive at

[ANN] AspectJ-Maven-Plugin version 1.7 released

2014-09-13 Thread Lennart Jörelid
Hi, The Mojo team is pleased to announce the release of the AspectJ-Maven-Plugin version 1.7, which contains updates to the internal AspectJ toolset and several bug fixes. The AspectJ-Maven-Plugin weaves AspectJ aspects into your classes using the AspectJ compiler ("ajc"). We solved 7 issues: ht

Re: Tell maven to not have the parent pom as a dependency?

2014-09-13 Thread Kevin Burton
I think I could probably migrate it down … Maybe cut my dependencies in 1/2 .. However, the version idea is probably the right way to go here :) Thanks for the recommendation! Kevin On Fri, Sep 12, 2014 at 6:31 PM, Barrie Treloar wrote: > On 13 September 2014 02:46, Kevin Burton wrote: > > >

Re: Maven clean plugin not deleting file

2014-09-13 Thread Saurav Sarkar
Hi Martin, Thanks for the reply. directory is properly mentioned because a.so is getting deleted. Please note a.b.so has been downloaded a dependency and has been put to libs directory. Best Regards, Saurav On Sat, Sep 13, 2014 at 6:06 PM, Martin Gainty wrote: > I need to takeoff soon so unfo

RE: Maven clean plugin not deleting file

2014-09-13 Thread Martin Gainty
I need to takeoff soon so unfortunately I cannot put any time into investigating until maybe tonite but Here is the CleanMojo code: execute() { try { File[] directories = getDirectories(); for ( int i = 0; i < directories.length; i++ ) {

Maven clean plugin not deleting file

2014-09-13 Thread Saurav Sarkar
Hi All, I have two files in my directory like this: - a.b.so - a.so I want to delete only a.b.so. So here is my Maven clean plugin entry in my pom.xml file: maven-clean-plugin auto-clean prepare-package clean true ${project.build

Re: Releasing Maven Plugins

2014-09-13 Thread Stephen Connolly
The root reason is because the "unbuilt" plugin *may* have a custom lifecycle that affects the reactor build plan in "ways unknown", and that could end up invalidating the build plan that is being constructed. Now the custom lifecycles only come in if a plugin is marked as true so as long as you a