'mvn dependency:tree output produces the empty jar file with build sucess
I am new to mvn concepts ,i am executing the mvn dependency:tree it producess the jar file with empty content but build is sucess.
Below is the output:
athena (iam-master)
mvn dependency:tree
[INFO] Scanning for projects...
[INFO]
[INFO] ---------------------< com.nutanix.athena:athena >----------------------
[INFO] Building Athena Service master-SNAPSHOT
[INFO] --------------------------------[ pom ]---------------------------------
[INFO]
[INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ athena ---
[WARNING] The artifact xml-apis:xml-apis:jar:2.0.2 has been relocated to xml-apis:xml-apis:jar:1.0.b2
[INFO] Wrote dependency tree to: C:\Users\ambika.thippareddy\Documents\ENG-444300\main\iam_server\athena\..\..\build\athena\athena.jar
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1.703 s
[INFO] Finished at: 2022-01-27T08:55:57+05:30
[INFO] ------------------------------------------------------------------------
any suggestions here? thanks in advance
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
