RE: xdoclet-maven-plugin maven2

2005-10-25 Thread Kevin McNamee
-maven-plugin maven2 Hi Kevin, Can you please give a sample how did you make it work... eventhough i changed my dependency its still not working for me i'm getting org.apache.maven.lifecycle.LifecycleExecutionException: 'xdoclet' was specified in an execution, but not found in the plugin

RE: xdoclet-maven-plugin maven2

2005-10-25 Thread Kevin McNamee
distributionManagement statusdeployed/status /distributionManagement /project -Original Message- From: Kevin McNamee [mailto:[EMAIL PROTECTED] Sent: 25 October 2005 09:06 To: 'Maven Users List' Subject: RE: xdoclet-maven-plugin maven2 Hi Raghurajan, I modified the xdoclet POM

Re: xdoclet-maven-plugin maven2

2005-10-24 Thread Ief Berben
Yeah 2005/10/22, Brett Porter [EMAIL PROTECTED]: m2 version? On 10/21/05, Ief Berben [EMAIL PROTECTED] wrote: When I try to execute the following plugin: plugin artifactIdxdoclet-maven-plugin/artifactId groupIdorg.codehaus.mojo/groupId version1.0-alpha-1/version executions

Re: xdoclet-maven-plugin maven2

2005-10-24 Thread Pete
There is another post that gives a workaround to this problem, I quote I found a workaround for this problem by changing all references to 2.0-beta-1 to 2.0 in pom xdoclet-maven-plugin-1.0-alpha-1.pom in my repository. Not sure that it's the cleanest solution, but it work for me. The public svn

RE: xdoclet-maven-plugin maven2

2005-10-24 Thread Kevin McNamee
[mailto:[EMAIL PROTECTED] Sent: 24 October 2005 13:11 To: Maven Users List Subject: Re: xdoclet-maven-plugin maven2 There is another post that gives a workaround to this problem, I quote I found a workaround for this problem by changing all references to 2.0-beta-1 to 2.0 in pom xdoclet-maven

RE: xdoclet-maven-plugin maven2

2005-10-24 Thread raghurajan . x . gurunathanv
Hi I'm still having problem i'm getting this error, can u please help me org.apache.maven.lifecycle.LifecycleExecutionException: 'xdoclet' was specified in an execution, but not found in the plugin at

Re: xdoclet-maven-plugin maven2

2005-10-24 Thread Pete
I think you are specifiying the wrong plugin, should be :- artifactIdxdoclet-maven-plugin/artifactId groupIdorg.codehaus.mojo/groupId also I found the ejbdoclet snipped needs to be as follows, otherwise the source gets generated but not picked up by the compile step :- ... ejbdoclet

Re: xdoclet-maven-plugin maven2

2005-10-24 Thread raghurajan . x . gurunathanv
Thanks for your reply but when i made those plugin changes like plugin artifactIdxdoclet-maven-plugin/artifactId groupIdorg.codehaus.mojo/groupId

Re: xdoclet-maven-plugin maven2

2005-10-24 Thread Pete
Well I got rounding using the workaround mention in my first reply to this post. But I see Kevin used a different fix. My workaround was :- I found a workaround for this problem by changing all references to 2.0-beta-1 to 2.0 in pom xdoclet-maven-plugin-1.0-alpha-1.pom in my repository. Not

RE: xdoclet-maven-plugin maven2

2005-10-24 Thread raghurajan . x . gurunathanv
Hi Kevin, Can you please give a sample how did you make it work... eventhough i changed my dependency its still not working for me i'm getting org.apache.maven.lifecycle.LifecycleExecutionException: 'xdoclet' was specified in an execution, but not found in the plugin at

xdoclet-maven-plugin maven2

2005-10-21 Thread Ief Berben
When I try to execute the following plugin: plugin artifactIdxdoclet-maven-plugin/artifactId groupIdorg.codehaus.mojo/groupId version1.0-alpha-1/version executions execution goals goalxdoclet/goal /goals phasegenerate-sources/phase configuration tasks ejbdoclet

Re: xdoclet-maven-plugin maven2

2005-10-21 Thread Brett Porter
m2 version? On 10/21/05, Ief Berben [EMAIL PROTECTED] wrote: When I try to execute the following plugin: plugin artifactIdxdoclet-maven-plugin/artifactId groupIdorg.codehaus.mojo/groupId version1.0-alpha-1/version executions execution goals goalxdoclet/goal /goals