Hi!

I have the same problem. What repository can I find it in? Or perhaps
plugins in the sandbox aren't built and available in a repostiory? 

Either way, I can get the source code since the svn link is broken.

Regards,
Jimisola

            <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-changes-plugin</artifactId>
                <reportSets>
                    <reportSet>
                        <reports>
                            <report>changes-report</report>
                        </reports>
                    </reportSet>
                </reportSets>
            </plugin>  

    <pluginRepositories>
...
        <pluginRepository>
            <id>Codehaus Maven Snapshots</id>
            <url>http://snapshots.maven.codehaus.org/maven2/</url>
            <snapshots>
                <enabled>true</enabled>
            </snapshots>
            <releases>
                <enabled>false</enabled>
            </releases>
        </pluginRepository>
...
    </pluginRepositories>
-- 
View this message in context: 
http://www.nabble.com/Status-of-maven-changes-plugin-tf1776677.html#a5649822
Sent from the Maven - Users forum at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to