Custom plugin dependencies

2014-07-27 Thread Mansour Al Akeel
I am writing a custom plug in. This plugin has other dependencies. How can I make these dependencies available when running the plugin without having to add them manually ?? - To unsubscribe, e-mail:

Re: Custom plugin dependencies

2014-07-27 Thread Thomas Sundberg
On 27 July 2014 10:05, Mansour Al Akeel mansour.alak...@gmail.com wrote: I am writing a custom plug in. This plugin has other dependencies. How can I make these dependencies available when running the plugin without having to add them manually ?? I assume that your dependencies are declared in

Re: Custom plugin dependencies

2014-07-27 Thread Mansour Al Akeel
Thomas, Thank you for the fast response. Unfortunately this is not the case. I have generate a maven plugin project from the archetype, and add: dependency groupIdorg.apache.ddlutils/groupId artifactIdddlutils/artifactId version1.1/version

Re: Custom plugin dependencies

2014-07-27 Thread Thomas Sundberg
On 27 July 2014 12:02, Mansour Al Akeel mansour.alak...@gmail.com wrote: Thomas, Thank you for the fast response. Unfortunately this is not the case. I have generate a maven plugin project from the archetype, and add: dependency groupIdorg.apache.ddlutils/groupId

Re: Custom plugin dependencies

2014-07-27 Thread Mansour Al Akeel
Issue resolve. My bad. I had to explicitly include ant dependency. On Sun, Jul 27, 2014 at 6:02 AM, Mansour Al Akeel mansour.alak...@gmail.com wrote: Thomas, Thank you for the fast response. Unfortunately this is not the case. I have generate a maven plugin project from the archetype, and

Re: Custom plugin dependencies

2014-07-27 Thread Mansour Al Akeel
In fact 1.1 is only on my machine. I installed it from source. Anyway, I went back to 1.0 and the same results. However, it's working now, as I just had to add ant. On Sun, Jul 27, 2014 at 8:33 AM, Thomas Sundberg t...@kth.se wrote: On 27 July 2014 12:02, Mansour Al Akeel

[ANN] Maven Exec Plugin 1.3.2 Released

2014-07-27 Thread Dan Tran
Hi, The Mojo team is pleased to announce the release of the exec-maven-plugin version 1.3.2. This plugin provides 2 goals to help execute system and Java programs. http://mojo.codehaus.org/exec-maven-plugin/ http://mojo.codehaus.org/build-helper-maven-plugin/ To get this update, simply specify