Dennis Lundberg a écrit :
> Rice Yeh wrote:
>   
>> Hi,
>>   Is there a way to find what dependence in a pom cause the inclusion of  a
>> jar? That is, the reverse of dependence chain.
>>
>> Regards,
>> Rice
>>
>>     
>
> mvn dependency:tree
>
>   
Yes but only with version 2.0-alpha-5-SNAPSHOT..


with 2.0-alpha-4, I got :
INFO] Required goal not found: dependency:tree
[INFO]
------------------------------------------------------------------------
[INFO] Trace
org.apache.maven.BuildFailureException: Required goal not found:
dependency:tree


    <build>
        <plugins>
       
            <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-dependency-plugin</artifactId>
                <version>2.0-alpha-4</version>
            </plugin>
...

-- 
Julien Graglia


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

Reply via email to