You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Dennis Lundberg (JIRA)" <ji...@codehaus.org> on 2007/03/29 23:39:34 UTC

[jira] Commented: (MCHANGELOG-62) cnangelog plugin is not available ? - [INFO] The plugin 'org.apache.maven.plugins:maven-changelog-plugin' does not exist or no valid version could be found

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

Dennis Lundberg commented on MCHANGELOG-62:
-------------------------------------------

This usually happens if there is something wrong with the metadata in your local repository. Please try to remove the folder org/apache/maven/plugins/changelog from your local repo and try again.

> cnangelog plugin is not available ? - [INFO] The plugin 'org.apache.maven.plugins:maven-changelog-plugin' does not exist or no valid version could be found
> -----------------------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: MCHANGELOG-62
>                 URL: http://jira.codehaus.org/browse/MCHANGELOG-62
>             Project: Maven 2.x Changelog Plugin
>          Issue Type: Bug
>         Environment: maven 2.0.4
>            Reporter: christian-Luc Houze
>         Attachments: all pluins loaded except changelog.jpg
>
>
> I cant get this plugin - all others plugins are ok except this one.
> here is the error message:
> [ERROR] BUILD ERROR
> [INFO] ------------------------------------------------------------------------
> [INFO] The plugin 'org.apache.maven.plugins:maven-changelog-plugin' does not exist or no valid version could be found
> here is what i've got in my pom
> 	<reporting>
> 		<plugins>
> 			<plugin>
> 				<groupId>org.apache.maven.plugins</groupId>
> 				<artifactId>maven-javadoc-plugin</artifactId>
> 			</plugin>
> 			<!-- X ref du Code source Java généré au format HTML. -->
> 			<plugin>
> 				<groupId>org.apache.maven.plugins</groupId>
> 				<artifactId>maven-jxr-plugin</artifactId>
> 			</plugin>
> 			<!-- rapport d'activité (e.g. mouvements cvs ) -->
> 			<plugin>
> 				<groupId>org.apache.maven.plugins</groupId>
> 				<artifactId>maven-changelog-plugin</artifactId>
> 			</plugin>
> etc...
> Note that i've got same problem with tis: <version>2.0-SNAPSHOT</version>
> and all others plugins have been loaded successfully. 
> Any idea ?
> Christian-Luc

-- 
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