IIRC you have to include your forked maven arguments in the release plugin 
configuration under
<arguments>-DskipTests=true  -DfailIfNoTests=false</arguments>

Perhaps someone else can say _why_ the m-r-p is set up so you can't set this on 
the command line?

thanks
david jencks 

On Sep 27, 2011, at 5:40 AM, David Blevins wrote:

> Is it a known issue that the release plugin does not honor the -Darguments?
> 
> Specifically, I'm attempting to:
> 
>  mvn release:prepare -DdryRun=true -Darguments="-DskipTests=true  
> -DfailIfNoTests=false"
> 
> It takes 40 minutes to get through a dryRun with tests on.  We still have 
> several kinks in the build to work out before the release plugin will work, 
> so obviously running with tests on every dryRun is just making a hard task 
> impossible.
> 
> maven 3.0.3, apache-10 parent pom, maven-release-plugin 2.1
> 
> 
> -David
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
> For additional commands, e-mail: dev-h...@maven.apache.org
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
For additional commands, e-mail: dev-h...@maven.apache.org

Reply via email to