Jörg Schaible wrote on Thursday, April 05, 2007 8:28 PM:

> Daniel Kulp wrote:
> 
>> 
>> Jörg,
>> 
>> With maven 2.0.5, did you try running:
>> 
>> mvn dependency:analyze
>> 
>> to see if it says there are potential problems with versions or
>> similar? That was supposed to flag potential issues.
> 
> I'll try it in a week ;-)

Back again, no there are no problems reported:

$ mvn dependency:analyze
[INFO] Scanning for projects...
[INFO] Searching repository for plugin with prefix: 'dependency'.
[INFO] 
----------------------------------------------------------------------------
[INFO] Building eIP EventMonitor Client Commons
[INFO]    task-segment: [dependency:analyze]
[INFO] 
----------------------------------------------------------------------------
[INFO] Preparing dependency:analyze
[INFO] [resources:resources]
[INFO] Using default encoding to copy filtered resources.
[INFO] snapshot ip.evtmon:ip-evtmon-ejb:2.2.3-SNAPSHOT: checking for updates 
from elsag-repo-snapshot
[INFO] [compiler:compile]
[INFO] Nothing to compile - all classes are up to date
[INFO] [resources:testResources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [compiler:testCompile]
[INFO] No sources to compile
[INFO] [dependency:analyze]
[INFO] Used declared dependencies:
[INFO]    com.elsagsolutions.commons:es-commons-j2ee:jar:2.0.1:compile
[INFO]    ip.commons:ip-commons:jar:2.2.5:compile
[INFO]    ip.evtmon:ip-evtmon-commons:jar:2.2.2:compile
[INFO]    javax.ejb:ejb:jar:2.0:provided
[INFO]    ip.evtmon:ip-evtmon-ejb:ejb-client:client:2.2.3-SNAPSHOT:compile
[INFO] Used undeclared dependencies:
[WARNING]    commons-logging:commons-logging:jar:1.1:compile
[INFO] Unused declared dependencies:
[INFO]    None
[WARNING] Potential problems discovered.
[INFO] Found Resolved Dependency / DependencyManagement mismatches:
[INFO]  Ignoring Direct Dependencies.
[INFO] commons-logging:commons-logging:jar was excluded in DepMgt, but version 
1.1 has been found in the dependency tree.
[INFO] commons-beanutils:commons-beanutils:jar was excluded in DepMgt, but 
version 1.7.0 has been found in the dependency tree.
[WARNING] Potential problems found in Dependency Management 
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESSFUL
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 7 seconds
[INFO] Finished at: Tue Apr 17 11:37:42 CEST 2007
[INFO] Final Memory: 9M/17M
[INFO] ------------------------------------------------------------------------

- Jörg

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

Reply via email to