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

I see. There obviously must be something wrong on my end then.

Relevant repositories in my pom.xml are listed below. Am I missing out on one?
I've just added updatePolicy ("just in case"), but no change.

http://svn.apache.org/maven-snapshot-repository/ and 
http://people.apache.org/maven-snapshot-repository/ are the same - at least to 
my knowledge.
The difference between the two codehaus repositories I really don't know.

        <pluginRepository>
            <id>Codehaus Maven Snapshots</id>
            <url>http://snapshots.maven.codehaus.org/maven2/</url>
            <snapshots>
                <enabled>true</enabled>
                <updatePolicy>always</updatePolicy>
            </snapshots>
            <releases>
                <enabled>false</enabled>
            </releases>
        </pluginRepository>

        <pluginRepository>
            <id>Codehaus Snapshots</id>
            <url>http://snapshots.repository.codehaus.org/</url>
            <snapshots>
                <enabled>true</enabled>
                <updatePolicy>always</updatePolicy>
            </snapshots>
            <releases>
                <enabled>false</enabled>
            </releases>
        </pluginRepository>

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


> 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