Issue Type: Bug Bug
Assignee: Unassigned
Created: 06/Sep/13 10:37 AM
Description:

Plugin doesn't work for us because we use properties to extract common version tags e.g.

<version.log4j>1.4-SNAPSHOT</version.log4j>
    <dependency>
      <groupId>log4j</groupId>
      <artifactId>log4j</artifactId>
      <version>${version.log4j}</version>
    </dependency>

Running the plugin appears to do nothing, as though it doesn't recognise log4j as a snapshot dependency.

It also doesn't seem to work doing:

      <version.log4j>1.4</version.log4j>
      <version>${version.log4j}-SNAPSHOT</version>
Project: Mojo's Versions Maven Plugin
Priority: Major Major
Reporter: Antony Stubbs
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