thanks Michal,
Only just got round to looking at this,
are the org.apache.maven.artifact.* classes from Maven 2.X? So I guess for now aren't available for my 1.X plugin?
thanks Nathan
Maczka Michal wrote:
-----Original Message----- From: Nathan Coast [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 08, 2004 10:25 AM To: Maven Users Subject: dependency dependencies
Hi,
Is there any mechanism to obtain a full list of the dependencies of dependencies in jellyscript? I know there are reports generated e.g.
http://maven.apache.org/reference/plugins/dependency-convergen
ce-report.html
I'm trying to access the dependencies from within jelly. Are there api calls to do this?
I've seen some code in org.apache.maven.multiproject.harmonizer but I don't think it's what I'm looking for.
AFAIK no such thing exists for maven 1 in Apache CVS but I know some people who implemented it for their own usage...
If just "full list of the dependencies of dependencies" is what interest you
(you are not interested in seeing a graph) we have such thing implemented for m2. You could reuse the same algorithm for m1:
http://cvs.apache.org/viewcvs.cgi/maven-components/maven-artifact/src/main/j ava/org/apache/maven/artifact/resolver/DefaultArtifactResolver.java?rev=1.4& view=auto
Michal
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
