The plugin 'org.apache.maven.plugins:maven-changelog-plugin' does not exist or
no valid version could be found
--------------------------------------------------------------------------------------------------------------
Key: MCHANGELOG-55
URL: http://jira.codehaus.org/browse/MCHANGELOG-55
Project: Maven 2.x Changelog Plugin
Issue Type: Bug
Affects Versions: 2.1
Reporter: Francois Loison
I referenced change log plugin into my POM:
<reporting>
<plugins>
<!-- change log: what's changed in SCM -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-changelog-plugin</artifactId>
</plugin>
</plugins>
</reporting>
When launching mvn site, I have following error:
The plugin 'org.apache.maven.plugins:maven-changelog-plugin' does not exist or
no valid version could be found
Seen also that maven-changelog plugin is not available at
http://repo1.maven.org/maven2/org/apache/maven/plugins/
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira