maven - Tools to execute the Maven build tool and manipulate its configuration

Tools to drive the Maven build tool and to manipulate its configuration files.

artifact - Representation of a Maven artifact

assembly_descriptor - Representation of a Maven Assembly plugin’s descriptor

mvn - Wrapper class for the mvn command line tool

Maven wrapper.

class Mvn(debug=None)[source]
__init__(debug=None)[source]

Takes as arguments the command name and a boolean value indicating whether debug mode should be activated for all executions of this command.

clean(projects=None, debug=None)[source]
deploy(projects=None, debug=None)[source]
package(projects=None, debug=None)[source]

pom - Representation of a Maven POM file