Re: Plugin development : how to get the Model from an Artifact

2008-09-05 Thread Julien Graglia
Le vendredi 05 septembre 2008 à 10:48 +0200, Julien Graglia a écrit : > Hi, I wonder how to get the org.apache.maven.model.Model from an > org.apache.maven.artifact.Artifact ?? > I reply to myself ... I just found how to do that : see http://bensherlock.co.uk/projects/software-engineering/java-w

Plugin development : how to get the Model from an Artifact

2008-09-05 Thread Julien Graglia
Hi, I wonder how to get the org.apache.maven.model.Model from an org.apache.maven.artifact.Artifact ?? getLog().info("Project : getArtifacts: " + project.getArtifacts().size()); for (final Artifact artifact : (Set) project.getArtifacts()) { getLog().info("" + artifact + ", " + artifa