You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Francois Loison (JIRA)" <ji...@codehaus.org> on 2007/02/27 11:05:15 UTC

[jira] Created: (MCHANGELOG-55) The plugin 'org.apache.maven.plugins:maven-changelog-plugin' does not exist or no valid version could be found

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

        

[jira] Updated: (MCHANGELOG-55) The plugin 'org.apache.maven.plugins:maven-changelog-plugin' does not exist or no valid version could be found

Posted by "Dennis Lundberg (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MCHANGELOG-55?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dennis Lundberg updated MCHANGELOG-55:
--------------------------------------

    Affects Version/s:     (was: 2.1)

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

        

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

Posted by "Dennis Lundberg (JIRA)" <ji...@codehaus.org>.
    [ 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

        

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

Posted by "Olivier Lamy (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MCHANGELOG-55?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_88656 ] 

Olivier Lamy commented on MCHANGELOG-55:
----------------------------------------

Try to add plugin repo : http://people.apache.org/repo/m2-snapshot-repository/

> 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

        

[jira] Closed: (MCHANGELOG-55) The plugin 'org.apache.maven.plugins:maven-changelog-plugin' does not exist or no valid version could be found

Posted by "Dennis Lundberg (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MCHANGELOG-55?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dennis Lundberg closed MCHANGELOG-55.
-------------------------------------

         Assignee: Dennis Lundberg
       Resolution: Fixed
    Fix Version/s: 2.0

Now that the plugin is released this should no longer be a problem.

> 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
>            Reporter: Francois Loison
>         Assigned To: Dennis Lundberg
>             Fix For: 2.0
>
>
> 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