Hi all.

I've been searching along for a Maven 2.x Simian plugin without success. Anybody who has used it?
Any repository where to find this plugin?

        <plugins>
           <plugin>
              <groupId>org.codehaus.mojo</groupId>
              <artifactId>simian-maven-plugin</artifactId>
           </plugin>
        </plugins>

Any ways (goals) to use this one?

        <plugin>
               <groupId>redhill</groupId>
               <artifactId>simian</artifactId>
               <version>2.2.4</version>
               <executions>
                   <execution>
                       <id>simian-report</id>
                       <phase>verify</phase>
                       <goals>
                           <goal>?????????</goal>
                       </goals>
                   </execution>
               </executions>
           </plugin>






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

Reply via email to