appassembler
appassembler copied to clipboard
first draft
Tests fails because of using http://repo1.maven.org/maven2 instead of https://repo1.maven.org/maven2
Running `mvn clean verify` in master branch produces failing tests: ``` Tests in error: GenericDaemonGeneratorTest.testGenerationWithAllInfoInDescriptor:40->AbstractDaemonGeneratorTest.runTest:84 » MultipleArtifactsNotFound JavaServiceWrapperDaemonGeneratorTest.testDefaultJSWFilesIfNoGeneratorConfigurationsIsSet:150->AbstractDaemonGeneratorTest.runTest:84 » MultipleArtifactsNotFound JavaServiceWrapperDaemonGeneratorTest.testGenerateWithAllKnownPlatforms:226->AbstractDaemonGeneratorTest.runTest:84 » MultipleArtifactsNotFound JavaServiceWrapperDaemonGeneratorTest.testGenerateWithConfigurationDirectoriesAddedFromGeneratorConfiguration:204->AbstractDaemonGeneratorTest.runTest:84 » MultipleArtifactsNotFound JavaServiceWrapperDaemonGeneratorTest.testGenerateWithCustomJSWPlatforms:98->AbstractDaemonGeneratorTest.runTest:84 » MultipleArtifactsNotFound JavaServiceWrapperDaemonGeneratorTest.testGenerationWithAllInfoInDescriptor:43->AbstractDaemonGeneratorTest.runTest:84...
Hi, Would it be possible to have a element in the configuration that would just skip the plugin execution? I have a large reactor build that I would like to...
The template contained a mixture of spaces and tabs. Removed the tabs and replaced them by spaces. Also cleaned up trailing whitespace. Signed-off-by: Karsten Thoms
The Darwin section in the generated shell script contains a mixture of spaces and tabs
YAJSW ('Yet Another Java Service Wrapper') is an alternative for Tanuki JSW. It is under licensed under Apache License, which IMHO is a benefit over JSW. Therefore, I think it...
The appassembler-maven-plugin should not store binFileExtensions in global static map as it causes the configuration of one module to affect all the other modules in the same build. We have...
A recent [ticket](https://github.com/jeremylong/DependencyCheck/issues/2282) on my project, which uses the `appassembler` plugin, indicates that the script generated by `appassembler` fails when JAVA_OPTS contains spaces and quotes. See https://github.com/jeremylong/DependencyCheck/issues/2282 as a reference....
* fix #55 * fix #61 * fix mybatis/migrations#94