plugins.plx-maven-plugin.1.0.source-code.classworlds.conf.vm Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of plx-maven-plugin Show documentation
Show all versions of plx-maven-plugin Show documentation
Boot up a Plexus container for any component for quick development. Very similar in nature to the jetty:run incarnation.
main is ${config.mainClass} from ${config.mainRealm}
#if($config.hasSystemProperties())#foreach($propertyEntry in $config.systemProperties.entrySet())
set ${propertyEntry.key} default ${propertyEntry.value}
#end#end
#foreach($realm in $config.realmConfigurations)
[${realm.id}]
#if($realm.hasImports())#foreach($importEntry in $realm.imports.entrySet())
import ${importEntry.key} from ${importEntry.value}
#end#end
#if($realm.hasLoadPatterns())#foreach($loadPattern in $realm.loadPatterns)
load ${loadPattern}
#end#end
#end