diff options
author | Martin Stockhammer <martin_s@apache.org> | 2021-12-17 22:06:21 +0100 |
---|---|---|
committer | Martin Stockhammer <martin_s@apache.org> | 2021-12-17 22:06:21 +0100 |
commit | bd087030423e35d4bf252f48fe37839e4a976ee0 (patch) | |
tree | eb2bf53f1ca4fd06ca95b7165f35f46c5bfcf14d /archiva-jetty/pom.xml | |
parent | 782d9cd25913e1e30b8bd549f0381abe0613e9ac (diff) | |
download | archiva-bd087030423e35d4bf252f48fe37839e4a976ee0.tar.gz archiva-bd087030423e35d4bf252f48fe37839e4a976ee0.zip |
Adding patch for bash script
Diffstat (limited to 'archiva-jetty/pom.xml')
-rw-r--r-- | archiva-jetty/pom.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/archiva-jetty/pom.xml b/archiva-jetty/pom.xml index 17250f719..20ed18998 100644 --- a/archiva-jetty/pom.xml +++ b/archiva-jetty/pom.xml @@ -229,6 +229,7 @@ <configuration> <tasks> <replaceregexp file="target/generated-resources/appassembler/jsw/archiva/conf/wrapper.conf" match="set.ARCHIVA_BASE" replace="set.default.ARCHIVA_BASE" /> + <patch failonerror="true" originalfile="target/generated-resources/appassembler/jsw/archiva/bin/archiva" patchfile="src/main/patches/archiva.patch" /> </tasks> </configuration> <goals> @@ -270,6 +271,7 @@ <configuration> <excludes> <exclude>src/main/conf/**</exclude> + <exclude>src/main/patches/*.patch</exclude> </excludes> </configuration> </plugin> |