Hello, i am looking for a way to get a detailed list of all artifacts used in my project. This detailed list should include all versions for a given artifact. The list should also include the description of the artifacts, the dependencies, the group id and so on.
This list is a kind of Report and i want to put onto a generated web page. Maybe there is already a mvn goal to get such a list. All goals i know do not provide such a detailed list. For example , the mvn dependency:tree shows only the used version of an artifact, not all other versions (newer, older). Another way would be an Client API for the artifactory, so i can create my own report. Anyone any ideas? regards, dieter -- View this message in context: http://www.nabble.com/Get-List-Of-All-Artifact-Versions-tp16002278s177p16002278.html Sent from the Maven - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
