"Dan Tran" <[EMAIL PROTECTED]> schrieb am 12.10.2006 12:14:47:

> > How do I determine the absolute path for a JAR in the repository?
> 
http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-dependency-plugin
> 
> Look for Copy Artifact/Dependency, etc

That's only for project dependencies. I need to find the dependencies of 
myself (where self == report plugin)!

I tried to find myself in getProject().getReportArtifactMap() which works 
but the Artifact returned contains almost no information (getFile() is 
null, for example, the list of dependencies is empty, the metadata is 
empty, ...)

The next idea was to browse the Repositories but how do I ask a repository 
for an artifact? (Note: this artifact is *not* in the dependency list of 
the current POM!)

Regards,

-- 
Aaron Digulla


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to