On 15 Jun 07, at 4:30 AM 15 Jun 07, Kenney Westerhof wrote:

Yup, I did the same change locally to test something.

Normally we don't want to depend on plexus snapshots since it imposes a restriction
on the ability to release.

I think we should add the repo in the pom where we need a plexus snapshot, and remove it as soon as the dependency is released. Putting it in a parent or root pom will
promote use of snapshots.


We should have a set standard settings.xml chunk that we use so that the repositories are not entered into the POM so that when you go to make releases you don't have to diddle the POM. In addition we should have a standard snapshot repository as it is so common to pull in snapshots and just results in lots of busy work add/removing/adding/ removing.

my 2 cents,

        Kenney

Mark Hobson wrote:
On 15/06/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
Author: brianf
Date: Thu Jun 14 18:50:14 2007
New Revision: 547483

URL: http://svn.apache.org/viewvc?view=rev&rev=547483
Log:
MDEP-59: updated dependencies to get the new unarchiver for rar. Had to move around the tests to avoid new heap size issues.

Added:
maven/plugins/trunk/maven-dependency-plugin/src/test/java/org/ apache/maven/plugin/dependency/TestUnpackDependenciesMojo2.java
Modified:
    maven/plugins/trunk/maven-dependency-plugin/pom.xml
maven/plugins/trunk/maven-dependency-plugin/src/test/java/org/ apache/maven/plugin/dependency/TestUnpackDependenciesMojo.java maven/plugins/trunk/maven-dependency-plugin/src/test/java/org/ apache/maven/plugin/dependency/testUtils/ArtifactStubFactory.java maven/plugins/trunk/maven-dependency-plugin/src/test/java/org/ apache/maven/plugin/dependency/utils/filters/TestTypeFilter.java

Modified: maven/plugins/trunk/maven-dependency-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven- dependency-plugin/pom.xml?view=diff&rev=547483&r1=547482&r2=547483 ==================================================================== ==========
--- maven/plugins/trunk/maven-dependency-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-dependency-plugin/pom.xml Thu Jun 14 18:50:14 2007
@@ -138,13 +138,18 @@
                        <groupId>org.apache.maven.shared</groupId>
<artifactId>maven-plugin-testing-harness</ artifactId>
                        <scope>test</scope>
-                       <version>1.0-beta-1</version>
+                       <version>1.1-SNAPSHOT</version>
                </dependency>
                <dependency>
                        <groupId>org.codehaus.plexus</groupId>
                        <artifactId>plexus-archiver</artifactId>
-                       <version>1.0-alpha-8</version>
+                       <version>1.0-alpha-9-SNAPSHOT</version>
[snip]
Should we not add the codehaus snapshot repo to the poms somewhere? A
fresh checkout doesn't build since it can't find plexus snapshots.
Mark
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

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



Thanks,

Jason

----------------------------------------------------------
Jason van Zyl
Founder and PMC Chair, Apache Maven
jason at sonatype dot com
----------------------------------------------------------




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

Reply via email to