Details
-
Work Item
-
Resolution: Won't Fix
-
Minor
-
None
-
None
-
None
-
All
-
GreenHopper Ranking:0|i0ta7n:
-
9223372036854775807
-
Small
Description
the api needs to give the components dependencies to the client.
It is now provided by a file in META-INF/maven/<groupid>/<artifactid>/dependencies.txt
it also needs to give the current component GAV in the dependencies api to include itself.
Today the dependencies.txt is filled with the current component GAV using the maven-antrun-plugin that can be found in the parent pom.
But the information is already present in generated file META-INF/maven/<groupid>/<artifactid>/pom.properties.
So instead of using the ant plugin the API should be able to get the info from the pom.properties.