|
||||||||
|
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 |
||||||||
- [mojo-dev] [jira] (MVERSIONS-236) dependency-upda... Michael Stummvoll (JIRA)
- [mojo-dev] [jira] (MVERSIONS-236) dependency... Jordan Armstrong (JIRA)
- [mojo-dev] [jira] (MVERSIONS-236) dependency... Bob Fields (JIRA)
- [mojo-dev] [jira] (MVERSIONS-236) dependency... Bob Fields (JIRA)
- [mojo-dev] [jira] (MVERSIONS-236) dependency... Stephen Connolly (JIRA)
- [mojo-dev] [jira] (MVERSIONS-236) dependency... JIRA

I ran into the same issue today, the workaround in MPLUGIN-191 worked for me.
... <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>versions-maven-plugin</artifactId> <version>2.1</version> <dependencies> <dependency> <groupId>org.apache.maven.reporting</groupId> <artifactId>maven-reporting-impl</artifactId> <version>2.2</version> </dependency> </dependencies> </plugin> ... </plugins> </build>