[ http://jira.codehaus.org/browse/MCHANGELOG-41?page=comments#action_71672 ] Jimisola Laursen commented on MCHANGELOG-41: --------------------------------------------
I've already read that page and I am using latest SNAPSHOT of 2.0-beta). However, it doesn't change the fact that the information on groupId and artifactId appears to be incorrect on the site or? While on it, doesn't the latest SNAPSHOT work with Perforce SCM? I get no reports, no errors during build and my scm configuration looks right. I'll be glad to provide more information if needed. > 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
