http://maven.apache.org/guides/plugin/guide-java-plugin-development.html
after that, you can use -Dkey=value to override any configurations (parameters) of hte plugin -Dan On 12/13/05, Kris Nuttycombe <[EMAIL PROTECTED]> wrote: > > Hi, all, > > I'm currently in the process of developing my first Maven 2.0 plugin. > I've been able to figure out everything except how to add custom > command-line arguments. Can anyone point out some documentation of how > to do this? > > For example, I want to do the following: > > mvn -Dmyarg1=val1 -Dmyarg2=val2 myplugin:mygoal > > Thanks, > > Kris > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >
