Hi

On 2011-09-20 14:30, kapila wrote:
> While building a sub-project where I am trying to find the jar dependency
> showing up in compliation which i am not able to locate in code/pom. 
> Tried command ;- mvn dependency:tree 
> this doesnt show up the dependency tree 
> 
> this jar doesnt exist on nexus even, so i wanna see where is this defined in
> pom or dependency jar is calling it. 
> 
> error is 
> 
> Downloaded:
> http://IP:8081/nexus/content/groups/public-snapshots/abc/abc-web-utils/1.1-SNAPSHOT/maven-metadata.xml
> (351 B at 6.0 KB/sec) 
> Downloading:
> http://IP:8081/nexus/content/groups/public/org/hibernate/ehcache/hibernate-core/3.3.1.GA/hibernate-core-3.3.1.GA.pom
>  
> [WARNING] The POM for org.hibernate.ehcache:hibernate-core:jar:3.3.1.GA is
> missing, no dependency information available 

The message above says that it cannot find
org.hibernate.ehcache:hibernate-core:3.3.1.GA in your Nexus repository.

Looking at what is available in the Central repository it looks like you
have used the wrong groupId in your POM. It should be "org.hibernate".

The dependency can't do it's job if it cannot find all the dependencies
for a given project.

> [INFO]
> ------------------------------------------------------------------------ 
> [INFO] BUILD FAILURE 
> [INFO]
> ------------------------------------------------------------------------ 
> [INFO] Total time: 6.065s 
> [INFO] Finished at: Tue Sep 20 16:29:32 IST 2011 
> [INFO] Final Memory: 8M/1009M 
> [INFO]
> ------------------------------------------------------------------------ 
> [ERROR] Failed to execute goal on project com.abc.data.web: Could not
> resolve dependencies for project com.abc:com.abc.data.web:war:3.0.0.M1:
> Could not find artifact org.hibernate.ehcache:hibernate-core:jar:3.3.1.GA in
> abc (http://IP:8081/nexus/content/groups/public) -> [Help 1] 
> [ERROR] 
> [ERROR] To see the full stack trace of the errors, re-run Maven with the -e
> switch. 
> [ERROR] Re-run Maven using the -X switch to enable full debug logging. 
> [ERROR] 
> [ERROR] For more information about the errors and possible solutions, please
> read the following articles: 
> [ERROR] [Help 1]
> http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException
>  
> [kapila.narang@svn data-web]$ pwd 
> /home/kapilacvs/data-3.0/data-web/data-web 
> 
> have made entry in pom also - 
>  <plugin> 
>                                 <groupId>org.apache.maven.plugins</groupId> 
>                                
> <artifactId>maven-dependency-plugin</artifactId> 
>                                 <version>2.3</version> 
>                         </plugin> 
> 
> maven version i am using is /usr/local/apache-maven-3.0/bin/mvn 
> 
> i have tried to run same command- mvn dependency:analyze-only on its parent
> pom its runs fine for other sub-projects. but give issue in this specific
> project. Doesn't give any dependency graph at all build gives build failure. 
> 
> was trying to understand what harm can these make expect cleaner code- 
> 
> [WARNING] Used undeclared dependencies found: 
> [WARNING] Unused declared dependencies found: 
> 
> --
> View this message in context: 
> http://maven.40175.n5.nabble.com/mvn-dependency-tree-not-working-tp4822352p4822352.html
> Sent from the Maven - Users mailing list archive at Nabble.com.
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
> For additional commands, e-mail: users-h...@maven.apache.org
> 
> 


-- 
Dennis Lundberg

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org

Reply via email to