[
https://jira.codehaus.org/browse/CONTINUUM-2702?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=326404#comment-326404
]
Brent N Atkinson commented on CONTINUUM-2702:
---------------------------------------------
Fixed in r1491143.
> Cannot add an argument to remove a profile ( -P!profile)
> ---------------------------------------------------------
>
> Key: CONTINUUM-2702
> URL: https://jira.codehaus.org/browse/CONTINUUM-2702
> Project: Continuum
> Issue Type: Bug
> Components: Web interface, XMLRPC Interface
> Affects Versions: 1.4.1
> Environment: All
> Reporter: edward grey
> Assignee: Brent N Atkinson
> Fix For: 1.4.2
>
>
> I've a maven profile 'dev' in my project for local configuration.
> When I build my project, I want to remove the dev profile. maven provides the
> -P!dev command. In continuum version 1.3.4, adding this attribute was OK.
> In v1.4.1, there is an error ('!' detected as invalid character).
> To fix this, we should add '!' in the list of accepted character in 3 files :
> continuum/trunk/continuum-webapp/src/main/resources/org/apache/maven/continuum/web/action/BuildDefinitionAction-saveBuildDefinition-validation.xml
> continuum/trunk/continuum-webapp/src/main/resources/org/apache/maven/continuum/web/action/admin/BuildDefinitionTemplateAction-saveBuildDefinitionAsTemplate-validation.xml
> continuum/trunk/continuum-xmlrpc/continuum-xmlrpc-server/src/main/java/org/apache/maven/continuum/xmlrpc/server/ContinuumServiceImpl.java
> In this 3 files, the argument validation pattern should accept '!'.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira