Can you show the full output of running the command from the CLI?

-----Original Message-----
From: Michael Delaney [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, May 27, 2008 4:41 PM
To: Maven Users List
Subject: Upgrading Maven 2.0.5 -> 2.0.9

All,

 

I am testing out upgrading from Maven 2.0.5 to 2.0.9, I was reading
documentation that said that there were some dependency sanity checks
one should do before upgrading to the latest version of Maven from 2.0.6
or earlier (the page I am referring to is located at
http://maven.apache.org/plugins/maven-dependency-plugin/examples/prepari
ng-dependencies.html).

 

On the page pasted above, it says to run the Maven dependency analyzer
to check that everything is okay with how your dependencies are being
referenced. After building my project, I ran the command as per the
example but the ouput was a little confusing to me. It said there were
errors but didn't list what errors were there. So to try to get more
information, I tried a few things: 1) Added "-Dverbose=true" to the
command, no additional output; 2) Edited the top-level pom.xml file to
include the XML element below ... again with no output.

 

Could something please help me understand what I am doing wrong?

 

[ POM.XML Elements ]

   <build>

      <plugins>

         <plugin>

            <artifactId>maven-dependency-plugin</artifactId>

            <configuration>

                <verbose>true</verbose>

            </configuration>

         </plugin>

            ... ... ...

      </plugins>

   </build>

 

 

[ Ouput ] 

[INFO]    cactus-support:cactus:jar:1.7.2:compile

[INFO]    xerces:xercesImpl:jar:2.8.0:compile

[WARNING] Potential problems discovered.

[INFO] Found Resolved Dependency / DependencyManagement mismatches:

[INFO]    Nothing in DepMgt.

[INFO]
------------------------------------------------------------------------

[INFO] BUILD SUCCESSFUL

[INFO]
------------------------------------------------------------------------

[INFO] Total time: 19 seconds

[INFO] Finished at: Tue May 27 16:19:35 EDT 2008

[INFO] Final Memory: 17M/127M

[INFO]
------------------------------------------------------------------------


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

Reply via email to