[ http://jira.codehaus.org/browse/MCHANGELOG-41?page=comments#action_71674
]
Dennis Lundberg commented on MCHANGELOG-41:
-------------------------------------------
Just tried this configuration on a project and it works:
{code}
<reporting>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-changelog-plugin</artifactId>
</plugin>
</plugins>
</reporting>
{code}
I have built and installed the plugin from source, so the problem must be that
you are unable to download and install the plugin.
> 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