com.deliver8r.maven.servicewrapper.JVM Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of servicewrapper-maven-plugin Show documentation
Show all versions of servicewrapper-maven-plugin Show documentation
Maven Plugin for building Service Wrappers for Java Applications
package com.deliver8r.maven.servicewrapper;
public class JVM {
public Integer cleanupTimeout;
public Boolean detachStarted;
public Integer exitTimeout;
public Integer killDelay;
public Integer port;
public Integer portMax;
public Integer portMin;
}