MVN

com.ning.maven.plugins : li3-test

Maven & Gradle

May 31, 2012
1 stars

li3-test Maven Mojo · A Maven testing mojo which runs tests for the lithium PHP framework and fails if they fail in specific ways by searching through the output.

<plugin>
    <groupId>com.ning.maven.plugins</groupId>
    <artifactId>li3-test</artifactId>
    <version>0.0.13</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.ning.maven.plugins : li3-test to add to Maven - Latest Versions:

  • Latest Stable: 0.0.13

All Versions

Choose a version of com.ning.maven.plugins : li3-test to add to Maven - All Versions:

Version Vulnerabilities Updated
0.0.x
li3-test-0.0.13
li3-test-0.0.12
li3-test-0.0.10
li3-test-0.0.9

How to add a plugin to Maven

Add the maven plugin to the pom.xml file information in this tag as follows:

<plugin>
    <groupId>com.ning.maven.plugins</groupId>
    <artifactId>li3-test</artifactId>
    <version>0.0.13</version>
</plugin>

Advertisement