[ http://jira.codehaus.org/browse/MCHANGELOG-41?page=comments#action_71678 
] 
            
Jimisola Laursen commented on MCHANGELOG-41:
--------------------------------------------

Odd. I managed to get it download it finally by changing repository download 
for releases to true:

<pluginRepository>
<id>Apache Snapshots</id>
<url>http://svn.apache.org/maven-snapshot-repository/</url>
<snapshots>
<enabled>true</enabled>
<updatePolicy>always</updatePolicy>
</snapshots>
<releases>
<enabled>true</enabled>
</releases>
</pluginRepository>


Should this really be necessary? Could it be some sort of bug?
I noticed that Maven did not lookup dependencies/plugins using the Apache 
repository during the previous runs.

> Documentation of artifactId seem to be incorrect 
> -------------------------------------------------
>
>                 Key: MCHANGELOG-41
>                 URL: http://jira.codehaus.org/browse/MCHANGELOG-41
>             Project: Maven 2.x Changelog Plugin
>          Issue Type: Improvement
>         Environment: Maven 2.0.4
>            Reporter: Jimisola Laursen
>
> Followed the instructions on 
> http://maven.apache.org/plugins/maven-changelog-plugin/howto.html for 
> configuration of the plugin.
> It states:
>       <groupId>org.apache.maven.plugins</groupId>
>       <artifactId>maven-changelog-plugin</artifactId>
> but I never got that to work:
> [INFO] The plugin 'org.apache.maven.plugins:maven-changelog-plugin' does not 
> exist or no valid version could be found
> The following seem to work (runs with the latest SNAPSHOT of 2.0-beta):
>                 <groupId>org.codehaus.mojo</groupId>
>                 <artifactId>changelog-maven-plugin</artifactId>
>                 <version>2.0-beta-2-SNAPSHOT</version>
> 1) groupId:  codehaus instead of apache
> 2) artifactId:  changelog-maven-plugin instead of maven-changelog-plugin

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