[ 
http://jira.codehaus.org/browse/MCHANGELOG-55?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_88933
 ] 

Dennis Lundberg commented on MCHANGELOG-55:
-------------------------------------------

The error message you get usually indicates that the plugin is not available in 
one of the repositories that you have defined. It happens mostly for plugins 
that have not yet been released. The 2.0 version of maven-changelog-plugin has 
now been released, so if you run "mvn -U site" the new version should be 
downloaded for you.

> 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

        

Reply via email to