Trying to extend AbstractAssemblyMojo

2010-05-24 Thread Michael Delaney
All, I'm trying to write a custom packing plugin that uses the Maven assembly descriptors but I'm running into some issues with my class. Just trying to proof out my concepts, I copied the class DirectoryMojo and changed the package name, added it to my Maven plugin and built the plugin; the

Maven Embedder 2.0.4 examples

2010-06-08 Thread Michael Delaney
All, I'm trying to get Maven Embedder 2.0.4 working but I can't seem to get around the error: org.apache.maven.embedder.MavenEmbedderException: Cannot lookup required component. at org.apache.maven.embedder.MavenEmbedder.start(MavenEmbedder.java:686) at com.upromise.utils.ma

Re: Maven Embedder 2.0.4 examples

2010-06-09 Thread Michael Delaney
Anyone? On 6/8/2010 10:05 AM, Michael Delaney wrote: All, I'm trying to get Maven Embedder 2.0.4 working but I can't seem to get around the error: org.apache.maven.embedder.MavenEmbedderException: Cannot lookup required component. at org.apache.maven.embedder.MavenEmbe

Re: Maven Embedder 2.0.4 examples

2010-06-09 Thread Michael Delaney
Ah okay. Thanks. I'll take a look. On 6/9/2010 8:41 PM, Jason van Zyl wrote: The embedder was phased out of the 2.x line years ago and is not supported. The only known client is Hudson. You might want to look in the Hudson source for examples. On Jun 9, 2010, at 5:39 PM, Michael De