Re: [maven integration] Using with latest maven?
Felipe Leme <[email protected]>
| Newsgroups | gmane.comp.jakarta.cactus.user |
|---|---|
| Organization | Falcon Informatica |
| Message-ID | <[email protected]> |
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".