Hi list!

I've been struggeling with this for a day or two now.

I have the snapshot repo's for mojo and maven2 enabled in my profile in settings.xml:

                <profile>
                        <id>defaultProfile</id>
                                <activation>
                                <activeByDefault />
                                </activation>

                        <repositories>
                                <repository>
                                        <id>Maven Snapshots</id>
                                        <url>
                                                
http://snapshots.maven.codehaus.org/maven2/
                                        </url>
                                        <snapshots>
                                                <enabled>true</enabled>
                                        </snapshots>
                                        <releases>
                                                <enabled>false</enabled>
                                        </releases>
                                </repository>
                        </repositories>
                        <pluginRepositories>
                                <pluginRepository>
                                        <id>Maven Snapshots</id>
                                        <url>
                                                
http://snapshots.maven.codehaus.org/maven2/
                                        </url>
                                        <snapshots>
                                                <enabled>true</enabled>
                                        </snapshots>
                                        <releases>
                                                <enabled>false</enabled>
                                        </releases>
                                </pluginRepository>
                        </pluginRepositories>

                </profile>
        </profiles>



and I have put the org.codehaus.mojo's cobertura plugin in the parent pom.

But snapshots are *never* even lookued upon:

[DEBUG] Skipping disabled repository snapshots
[DEBUG] Skipping disabled repository apache.snapshots


using mvn 2.0.3

why so?


--
David J. M. Karlsen - +47 90 68 22 43
http://www.davidkarlsen.com
http://mp3.davidkarlsen.com

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

Reply via email to