Return-Path: X-Original-To: apmail-continuum-issues-archive@www.apache.org Delivered-To: apmail-continuum-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 881E4D476 for ; Tue, 5 Feb 2013 13:09:42 +0000 (UTC) Received: (qmail 97601 invoked by uid 500); 5 Feb 2013 13:09:42 -0000 Delivered-To: apmail-continuum-issues-archive@continuum.apache.org Received: (qmail 97431 invoked by uid 500); 5 Feb 2013 13:09:39 -0000 Mailing-List: contact issues-help@continuum.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@continuum.apache.org Delivered-To: mailing list issues@continuum.apache.org Received: (qmail 97268 invoked by uid 99); 5 Feb 2013 13:09:38 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 Feb 2013 13:09:38 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [63.246.24.159] (HELO codehaus01.managed.contegix.com) (63.246.24.159) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 Feb 2013 13:09:34 +0000 Received: from codehaus01 (localhost.localdomain [127.0.0.1]) by codehaus01.managed.contegix.com (Postfix) with ESMTP id DE90EB068E for ; Tue, 5 Feb 2013 07:09:13 -0600 (CST) Date: Tue, 5 Feb 2013 07:09:13 -0600 (CST) From: "Brett Porter (JIRA)" To: issues@continuum.apache.org Message-ID: <1908695980.40747.1360069753913.JavaMail.j2ee-jira@codehaus01.managed.contegix.com> In-Reply-To: <500304586.38659.1359619393256.JavaMail.j2ee-jira@codehaus01.managed.contegix.com> Subject: [jira] (CONTINUUM-2702) Cannot add an argument to remove a profile ( -P!profile) MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 22cf62d5d84cf5bea94eb3b65e0ebd09 X-Virus-Checked: Checked by ClamAV on apache.org [ https://jira.codehaus.org/browse/CONTINUUM-2702?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brett Porter updated CONTINUUM-2702: ------------------------------------ Fix Version/s: 1.4.2 > 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 > 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: https://jira.codehaus.org/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira