[ 
http://jira.codehaus.org/browse/JBEHAVE-317?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=226625#action_226625
 ] 

Mauro Talevi commented on JBEHAVE-317:
--------------------------------------

Yes, provided you've configured the use of Maven properties in the plugin.  
E.g. 

<plugin>
 ...
 <configuration>
   <ignore.failure>${ignore.failure}</ignore.failure> <!-- picks up value from 
property -->
 </configuration>
</plugin>
... 
<properties>
  <ignore.failure>false</ignore.failure> <!-- this is the default value that is 
overridden by command-line -Dignore.failure=true -->
</properties>

> Allow system property to ignore failures in Maven
> -------------------------------------------------
>
>                 Key: JBEHAVE-317
>                 URL: http://jira.codehaus.org/browse/JBEHAVE-317
>             Project: JBehave
>          Issue Type: Improvement
>          Components: Maven Plugin
>         Environment: Maven 2
>            Reporter: Alwyn Schoeman
>            Priority: Minor
>
> Please add the ability to specify a system property for the Mojo to ignore 
> failures.
> In our environment we have a QA department who require the final artifact 
> (installer) even though jbehave and junit tests fail.  If our continuous 
> build environment doesn't complete the build because of a test failure, then 
> these people cannot test the product.
> Why not just change the pom.xml?  Because our development department depends 
> on it failing.
> Why not just create a profile?  We have many projects and the administration 
> in getting profiles created is much more effort than just using a system 
> property.
> Normally I would just send a patch, but corporate life eats my time like the 
> cookie monster.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to