You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by Brett Porter <br...@apache.org> on 2006/02/07 14:14:20 UTC

Re: svn commit: r374306 - in /maven/repository-manager/trunk/maven-repository-utils: pom.xml src/main/java/org/apache/maven/repository/ArtifactUtils.java src/test/java/org/apache/maven/repository/ArtifactUtilsTest.java

epunzalan@apache.org wrote:
> Modified: maven/repository-manager/trunk/maven-repository-utils/pom.xml
> URL: http://svn.apache.org/viewcvs/maven/repository-manager/trunk/maven-repository-utils/pom.xml?rev=374306&r1=374305&r2=374306&view=diff
> ==============================================================================
> --- maven/repository-manager/trunk/maven-repository-utils/pom.xml (original)
> +++ maven/repository-manager/trunk/maven-repository-utils/pom.xml Thu Feb  2 00:52:25 2006
> @@ -27,6 +27,10 @@
>    <dependencies>
>      <dependency>
>        <groupId>org.codehaus.plexus</groupId>
> +      <artifactId>plexus-container-default</artifactId>
> +    </dependency>
> +    <dependency>
> +      <groupId>org.codehaus.plexus</groupId>
>        <artifactId>plexus-utils</artifactId>
>      </dependency>
>      <dependency>

Should this be <scope>test</scope> ?

- Brett

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


Re: svn commit: r374306 - in /maven/repository-manager/trunk/maven-repository-utils: pom.xml src/main/java/org/apache/maven/repository/ArtifactUtils.java src/test/java/org/apache/maven/repository/ArtifactUtilsTest.java

Posted by Edwin Punzalan <ep...@exist.com>.
I think one of the commits after this fixed it. ^_^


Brett Porter wrote:

>epunzalan@apache.org wrote:
>  
>
>>Modified: maven/repository-manager/trunk/maven-repository-utils/pom.xml
>>URL: http://svn.apache.org/viewcvs/maven/repository-manager/trunk/maven-repository-utils/pom.xml?rev=374306&r1=374305&r2=374306&view=diff
>>==============================================================================
>>--- maven/repository-manager/trunk/maven-repository-utils/pom.xml (original)
>>+++ maven/repository-manager/trunk/maven-repository-utils/pom.xml Thu Feb  2 00:52:25 2006
>>@@ -27,6 +27,10 @@
>>   <dependencies>
>>     <dependency>
>>       <groupId>org.codehaus.plexus</groupId>
>>+      <artifactId>plexus-container-default</artifactId>
>>+    </dependency>
>>+    <dependency>
>>+      <groupId>org.codehaus.plexus</groupId>
>>       <artifactId>plexus-utils</artifactId>
>>     </dependency>
>>     <dependency>
>>    
>>
>
>Should this be <scope>test</scope> ?
>
>- Brett
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>For additional commands, e-mail: dev-help@maven.apache.org
>
>  
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org