You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cactus-user@jakarta.apache.org by Felipe Leme <ma...@felipeal.net> on 2006/04/10 04:05:11 UTC

Re: [maven integration] Using with latest maven?

Hi Dennis,

Cactus does not have a Maven 2 plugin yet; you might have tried the M1 
plugin, so the error...

-- Felipe


Dennis Kempin wrote:
> 
> I am trying to use the maven plugin of cactus. I use the 4.0 model 
> version  and the latest maven version.
> I added this to my projects pom.xml (I use version 1.7 because 1.7.1 is  
> not supported by my maven version (wrong pom version)):
>   <build>
>     <plugins>
>       <plugin>
>         <groupId>cactus</groupId>
>         <artifactId>cactus-maven</artifactId>
>         <version>1.7</version>
>       </plugin>
>     </plugins>
>   </build>
> and tried to execute "mvn cactus:test".