org_scala_tools_maven.Launcher Maven / Gradle / Ivy
package org_scala_tools_maven;
public class Launcher {
protected String id;
protected String mainClass;
/**
* Jvm Arguments
*
* @parameter
*/
protected String[] jvmArgs;
/**
* compiler additionnals arguments
*
* @parameter
*/
protected String[] args;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy