What exactly is the question? You may find it useful to run: mvn help:effective-pom
Wayne On 4/20/08, Edward J. Yoon <[EMAIL PROTECTED]> wrote: > I thought it is possible using activeByDefault. > But, <activeByDefault>true</activeByDefault> doesn't work. > > What's wrong? > > On Sat, Apr 19, 2008 at 12:28 AM, Wayne Fay <[EMAIL PROTECTED]> wrote: > > No. You will need to use a profile that adds the execution instead. > > > > Wayne > > > > > > On 4/18/08, Edward J. Yoon <[EMAIL PROTECTED]> wrote: > > > I'd like to remove the specified execution when '-Dignore' option > > > appeared. > > > For example, 'mvn -U clean package -Dignore=A' > > > ... > > > <executions> > > > <execution><id>A</id></execution> > > > <execution><id>B</id></execution> > > > </executions> > > > ... > > > > > > Is it possible? > > > > > > -- > > > B. Regards, > > > Edward J. Yoon > > > > > > --------------------------------------------------------------------- > > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > > -- > B. Regards, > Edward J. Yoon > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
