DK created New Feature MVERSIONS-222
Issue Type: New Feature New Feature
Affects Versions: 2.0
Assignee: Unassigned
Created: 21/May/13 11:11 AM
Description:

Rather than having to list all properties you want to update it would be much better if you could use a regular _expression_ or wildcard to set the property names you want to get updated

For example:

     <plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>versions-maven-plugin</artifactId>
         <configuration>
             <includeProperties>com.mycompany.*</includeProperties>
         </configuration>
      </plugin>

Then mvn versions:update-properties would only update all properties like

    <com.mycompany.myproject.version>1.0-SNAPSHOT</com.mycompany.myproject.version>

but not

    <com.another.company.project.version>1.0-SNAPSHOT</com.another.company.project.version>
Project: Maven 2.x Versions Plugin
Priority: Major Major
Reporter: DK
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
--------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email

Reply via email to