On 7/6/06, Grégory Joseph <[EMAIL PROTECTED]> wrote:
Hi list,

On 06/07/06, Graham Leggett <[EMAIL PROTECTED]> wrote:
> Jeff Mutonho wrote:
>
> > It looks like "maven-antrun-plugin"  and  "xdoclet-maven-plugin"  are
> > having issues with each other.
 <snip>
> > Does this mean "maven-antrun-plugin"  and  "xdoclet-maven-plugin"
> > can not co-exist?
>
> I have the same problem in a build here.

Shameless plug:
Sounds like a good reason to step over to xdoclet2...
http://xdoclet.codehaus.org/Maven2+plugin


Cheers,

g

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Got it to work by adding this to the top level pom.xml

<plugin>
 <plugin>
       <artifactId>maven-antrun-plugin</artifactId>
       <version>1.0</version>
</plugin>


Jeff  Mutonho

GoogleTalk : ejbengine
Skype        : ejbengine
Registered Linux user number 366042

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to