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.
assembly_descriptor - Representation of a Maven Assembly plugin’s descriptor
Manipulation of Maven Assembly Plugin Assembly Descriptor files.
-
class AssemblyDescriptor(path)[source]
-
__init__(path)[source]
-
modified[source]
-
save()[source]
-
write(where)[source]
-
exception BadAssemblyDescriptorFileError[source]
mvn - Wrapper class for the mvn command line tool
Maven wrapper.
-
class Mvn(debug=None)[source]
-
__init__(debug=None)[source]
-
clean(projects=None, debug=None)[source]
-
deploy(projects=None, debug=None)[source]
-
package(projects=None, debug=None)[source]