MVN

net.sf.mavenjython.test : python-test-maven-plugin-external

Maven & Gradle

Aug 16, 2011

Python tests Maven Mojo · Executes an external program (nose by default) that runs python tests. Allows verification and behavior testing of python and jython projects.

<plugin>
    <groupId>net.sf.mavenjython.test</groupId>
    <artifactId>python-test-maven-plugin-external</artifactId>
    <version>1.0</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.sf.mavenjython.test : python-test-maven-plugin-external to add to Maven - Latest Versions:

  • Latest Stable: 1.0

All Versions

Choose a version of net.sf.mavenjython.test : python-test-maven-plugin-external to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0
python-test-maven-plugin-external-1.0

How to add a plugin to Maven

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

<plugin>
    <groupId>net.sf.mavenjython.test</groupId>
    <artifactId>python-test-maven-plugin-external</artifactId>
    <version>1.0</version>
</plugin>