Re: Maven debugging HOWTO

2005-12-24 Thread Anonimac Anonimac
Jochen, thank you for this. I tried with embedder(didn't work), so this will really help me. On 12/23/05, Jochen Wiedmann <[EMAIL PROTECTED]> wrote: > > Hi, > > it took me some time to figure this out, so it seems worth sharing. > > Jochen > > -- > Often it does seem a pity that Noah and his part

Infinite loop with assembly:assembly in custom lifecycle

2005-11-10 Thread Anonimac Anonimac
I created custom packaging with this components.xml: ... org.apache.maven.plugins:maven-resources-plugin:2.0:resources org.apache.maven.plugins:maven-compiler-plugin:2.0:compile org.apache.maven.plugins:maven-assembly-plugin:2.0:assembly In project pom.xml I have: maven-assembly-plugin

Problem with plugin compilation

2005-11-01 Thread Anonimac Anonimac
Hi, I'm following example from "Guide to developing Java plugins" and I can't compile plugin. It fails with [INFO] The plugin 'org.apache.maven.plugins:maven-plugin-plugin' does not exist or no valid version could be found If I change packaging parameter to jar, everything compiles. This is my p