maven-2appassemblerjava-service-wrapper

appassembler and long classpath


I am using maven appassembler to create my assembly. My classpath is too long and I get "The input line is too long." The suggestion here is to use booter windows platform, but I'm constrained to use Java Service Wrapper. Any way I can use java6 wildcarded classpath and java service wrapper?


Solution

  • It seems that the answer is 'No', without writing a plugin or extending the existing plugin, which is not an 'answer' to the original question.