> It might be silly, but I was wondering if it was possible to use maven goals > from api. I'ld like to do something like this: ... > Can anyone tell me if it's possible (and reasonable) to do so? If so, where > can I have a look at the API?
If you are just wanting to access your Maven Artifacts, then you should look at the Aether API. Per JvZ [1]: Aether handles the artifact resolution aspect as well. Processing artifact metadata, resolving conflicts, providing pluggable transport, and retrieving artifacts. A full repository API. [1] http://www.sonatype.com/people/2010/08/introducing-aether/ Wayne --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
