All Downloads are FREE. Search and download functionalities are using the official Maven repository.

plugins.plx-maven-plugin.1.0.source-code.classworlds.conf.vm Maven / Gradle / Ivy

Go to download

Boot up a Plexus container for any component for quick development. Very similar in nature to the jetty:run incarnation.

There is a newer version: 1.6
Show newest version
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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy