You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by Emmanuel Venisse <em...@venisse.net> on 2005/11/30 17:06:46 UTC

Re: svn commit: r349968 - /maven/components/trunk/maven-model-converter/pom.xml

build works fine on maven zone. plexus-utils is a transitive dep with plexus-container-default

Emmanuel

jdcasey@apache.org a écrit :
> Author: jdcasey
> Date: Wed Nov 30 07:50:02 2005
> New Revision: 349968
> 
> URL: http://svn.apache.org/viewcvs?rev=349968&view=rev
> Log:
> Adding dep on p-u to fix the build.
> 
> Modified:
>     maven/components/trunk/maven-model-converter/pom.xml
> 
> Modified: maven/components/trunk/maven-model-converter/pom.xml
> URL: http://svn.apache.org/viewcvs/maven/components/trunk/maven-model-converter/pom.xml?rev=349968&r1=349967&r2=349968&view=diff
> ==============================================================================
> --- maven/components/trunk/maven-model-converter/pom.xml (original)
> +++ maven/components/trunk/maven-model-converter/pom.xml Wed Nov 30 07:50:02 2005
> @@ -27,5 +27,10 @@
>        <version>1.0-alpha-8</version>
>        <scope>test</scope>
>      </dependency>
> +    <dependency>
> +      <groupId>org.codehaus.plexus</groupId>
> +      <artifactId>plexus-utils</artifactId>
> +      <version>1.0.5-SNAPSHOT</version>
> +    </dependency>
>    </dependencies>
>  </project>
> 
> 
> 
> 
> 


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


Re: svn commit: r349968 - /maven/components/trunk/maven-model-converter/pom.xml

Posted by Brett Porter <br...@apache.org>.
It's already on the roadmap.

I expect it was not being included transitively because the container is
test scope.

- Brett

John Casey wrote:
> it'd almost require an index of classes -> artifacts, but that index
> would be immensely useful IMO. Once we have something like that in a
> maintained state, it'd be easy to write a plugin to verify this sort of
> thing.
> 
> Mark Hobson wrote:
>> On 30/11/05, John Casey <jd...@yahoo.com> wrote:
>>
>>> that's fair, but if it's directly used, it should be directly specified.
>>> It wasn't working on this end, so I'm not sure what the difference is...
>>
>>
>> I've often encountered this situation where direct dependencies are
>> not declared as they are supplied transitively.  Is there any feature
>> on the roadmap to either warn when this happens, or have an explicit
>> 'export' option on dependencies to safeguard against this?
>>
>> Mark
>>
>> ---------------------------------------------------------------------
>> 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
> 

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


Re: svn commit: r349968 - /maven/components/trunk/maven-model-converter/pom.xml

Posted by John Casey <jd...@yahoo.com>.
it'd almost require an index of classes -> artifacts, but that index 
would be immensely useful IMO. Once we have something like that in a 
maintained state, it'd be easy to write a plugin to verify this sort of 
thing.

Mark Hobson wrote:
> On 30/11/05, John Casey <jd...@yahoo.com> wrote:
> 
>>that's fair, but if it's directly used, it should be directly specified.
>>It wasn't working on this end, so I'm not sure what the difference is...
> 
> 
> I've often encountered this situation where direct dependencies are
> not declared as they are supplied transitively.  Is there any feature
> on the roadmap to either warn when this happens, or have an explicit
> 'export' option on dependencies to safeguard against this?
> 
> Mark
> 
> ---------------------------------------------------------------------
> 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


Re: svn commit: r349968 - /maven/components/trunk/maven-model-converter/pom.xml

Posted by Mark Hobson <ma...@gmail.com>.
On 30/11/05, John Casey <jd...@yahoo.com> wrote:
> that's fair, but if it's directly used, it should be directly specified.
> It wasn't working on this end, so I'm not sure what the difference is...

I've often encountered this situation where direct dependencies are
not declared as they are supplied transitively.  Is there any feature
on the roadmap to either warn when this happens, or have an explicit
'export' option on dependencies to safeguard against this?

Mark

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


Re: svn commit: r349968 - /maven/components/trunk/maven-model-converter/pom.xml

Posted by John Casey <jd...@yahoo.com>.
that's fair, but if it's directly used, it should be directly specified. 
It wasn't working on this end, so I'm not sure what the difference is...

Emmanuel Venisse wrote:
> build works fine on maven zone. plexus-utils is a transitive dep with 
> plexus-container-default
> 
> Emmanuel
> 
> jdcasey@apache.org a écrit :
> 
>> Author: jdcasey
>> Date: Wed Nov 30 07:50:02 2005
>> New Revision: 349968
>>
>> URL: http://svn.apache.org/viewcvs?rev=349968&view=rev
>> Log:
>> Adding dep on p-u to fix the build.
>>
>> Modified:
>>     maven/components/trunk/maven-model-converter/pom.xml
>>
>> Modified: maven/components/trunk/maven-model-converter/pom.xml
>> URL: 
>> http://svn.apache.org/viewcvs/maven/components/trunk/maven-model-converter/pom.xml?rev=349968&r1=349967&r2=349968&view=diff 
>>
>> ============================================================================== 
>>
>> --- maven/components/trunk/maven-model-converter/pom.xml (original)
>> +++ maven/components/trunk/maven-model-converter/pom.xml Wed Nov 30 
>> 07:50:02 2005
>> @@ -27,5 +27,10 @@
>>        <version>1.0-alpha-8</version>
>>        <scope>test</scope>
>>      </dependency>
>> +    <dependency>
>> +      <groupId>org.codehaus.plexus</groupId>
>> +      <artifactId>plexus-utils</artifactId>
>> +      <version>1.0.5-SNAPSHOT</version>
>> +    </dependency>
>>    </dependencies>
>>  </project>
>>
>>
>>
>>
>>
> 
> 
> ---------------------------------------------------------------------
> 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