
com.g2forge.gearbox.maven.MavenPackaging Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of gb-maven Show documentation
Show all versions of gb-maven Show documentation
Command line wrapper and helpers for running maven.
The newest version!
package com.g2forge.gearbox.maven;
public enum MavenPackaging {
POM,
JAR,
MAVEN_PLUGIN {
@Override
public String toString() {
return "MAVEN-PLUGIN";
}
},
EJB,
WAR,
EAR,
RAR,
BUNDLE;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy