the plugin manager calls ArtifactResolver (see maven-artifact and maven-artifact-manager for DefaultArtifactResolver I think).

This uses the ArtifactCollector to find all the artifacts and they'd be created by an ArtifactFactory.

The addedToClasspath field is probably set on the standard types in the components.xml of maven-artifact.

- Brett

On 19/07/2006 6:19 PM, Barrie Treloar wrote:
The DefaultArtifactHandler has no way to set addedToClasspath, yet
MavenArchiver requires this to be true for getRuntimeArtifacts() to
return anything.

I've been trawling to find where Artifacts are resolved and I'm not
having too much luck.
Is anyone able to point me to where an Artifact is created from the
repository and how the meta-data gets populated into the Artifact
object?

Thanks

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



--
Apache Maven - http://maven.apache.org/
Better Builds with Maven - http://library.mergere.com/

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

Reply via email to