Re: Developing an Ant Maven plugin

2006-03-16 Thread Carlos Sanchez
Why just don't use antrun plugin? http://maven.apache.org/plugins/maven-antrun-plugin/ On 3/16/06, A. Alonso Dominguez <[EMAIL PROTECTED]> wrote: > Hi there, > > I'm newbie on Maven 2.x > > I'm migrating a Maven 1.x application to Maven 2.x and I new a plugin that > uses some Ant tasks. I decided

Developing an Ant Maven plugin

2006-03-16 Thread A. Alonso Dominguez
Hi there, I'm newbie on Maven 2.x I'm migrating a Maven 1.x application to Maven 2.x and I new a plugin that uses some Ant tasks. I decided to develop my own version of that plugin. This plugin needs to reference some artifacts from the section of its pom. This is my question: What variable I m