Skip to content

eskatos/jsw-maven-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jsw-maven-plugin Project status

Snippet

<build>
  <plugins>
	<groupId>org.codeartisans</groupId>
	<artifactId>jsw-maven-plugin</artifactId>
	<version>1.0</version>
  </plugins>
</build>

Configuration

<configuration>
  
  <skip>false</skip>
  
  <outputDirectory>${project.build.directory}/jsw</outputDirectory>
  <configDirname>etc</configDirname>
  <configDirInClasspath>true</configDirInClasspath>
  <copyConfigResources>true</copyConfigResources>
  <configResourcesDir>${project.basedir}/src/main/config</configResourcesDir>
  <repositoryLayout>flat</repositoryLayout>
  
  <globals>
	
	<environments>
	  <key>value</key>
	</environments>
	
	<wrapperDebug>false</wrapperDebug>
	<wrapperJmx>true</wrapperJmx>
	<wrapperConsoleLogFormat>PM</wrapperConsoleLogFormat>
	<wrapperConsoleLogLevel>INFO</wrapperConsoleLogLevel>
	<wrapperLogfileFormat>LPTM</wrapperLogfileFormat>
	<wrapperLogfileLevel>INFO</wrapperLogfileLevel>
	<wrapperLogfileMaxSize>0</wrapperLogfileMaxSize>
	<wrapperLogfileMaxFiles>0</wrapperLogfileMaxFiles>
	<wrapperSyslogLogLevel>NONE</wrapperSyslogLogLevel>
	
	<javaAutoBits>true</javaAutoBits>
	<javaLogGeneratedCommand>false</javaLogGeneratedCommand>
	<javaArguments>
	  <javaArgument>arg0</javaArgument>
	</javaArguments>
	<javaLibraryPaths>
	  <javaLibraryPath>../lib</javaLibraryPath>
	</javaArguments>
	<javaClassPaths>
	  <javaClassPath>../lib/wrapper.jar</javaClassPath>
	</javaClassPaths>
	
  </globals>
  
  <services>
	
	<service>
	  ...
	  <wrapperLogfile></wrapperLogfile>
	  ...
	  <appName></appName>
	  <appMainClass></appMainClass>
	  <appArguments>
	    <appArgument>arg0</appArgument>
	  </appArguments>
	  
	  <daemonName></daemonName>
	  
	</service>
	
  </services>
  
</configuration>

I use this

Flattr this

Changelog

master

  • Documentation in progress
  • Initial import of working version

About

A maven plugin to assemble JSW based daemons

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages