Alle Klassen und Schnittstellen
Klassen
Klasse
Beschreibung
The execute goal of the Maven plugin compiles the configured list of java sources using the,
runtime-compiler and executes the static main method in an
optionally configured main class.
The run-time environment must be a JDK (Java Development Kit), so source files may be compiled.
The run-time environment must be a JDK (Java Development Kit), so source files may be compiled.
Helper class to create a JVM process running the given compiled static main.
Display help information on java-runtime-compiler-maven-plugin.
Call
Call
mvn rtcompile:help -Ddetail=true -Dgoal=<goal-name>
to display parameter details.A custom ComponentConfigurator which adds the project's compile classpath elements.