%prep ... # Request installation of POM and JAR file %mvn_artifact subpackage/pom.xml target/artifact.jar # Request installation of POM artifact (no JAR file) %mvn_artifact pom.xml # Request installation for JAR file specified by artifact coordinates %mvn_artifact webapp:webapp:war:3.1 webapp.war
...
# Request installation of POM and JAR file
%mvn_artifact subpackage/pom.xml target/artifact.jar
# Request installation of POM artifact (no JAR file)
%mvn_artifact pom.xml
# Request installation for JAR file specified by artifact coordinates
%mvn_artifact webapp:webapp:war:3.1 webapp.war