Skip to content

Commit 52f33c4

Browse files
authored
Merge pull request #55 from at88mph/main
fix: fix int tests
2 parents 3856d5d + 3d05b0a commit 52f33c4

4 files changed

Lines changed: 73 additions & 243 deletions

File tree

downloadManager/Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,7 @@ FROM images.opencadc.org/library/cadc-tomcat:1.4
33
# Clear out the webapps directory.
44
RUN rm -rf webapps/*
55

6+
# Allow JAR scanning
7+
RUN sed -i '/^tomcat.util.scan.StandardJarScanFilter.jarsToSkip/d' /usr/share/tomcat/conf/catalina.properties
8+
69
COPY build/libs/*.war /usr/share/tomcat/webapps/

downloadManager/build.gradle

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,6 @@ ext {
3737
intTest_default_web_app_endpoint = '/download'
3838
}
3939

40-
war {
41-
from(file('build/tmp')) {
42-
include 'codebase/*.jar'
43-
}
44-
}
45-
4640
tasks.register('duplicateENWar', Copy) {
4741
from 'build/libs/downloadManager.war'
4842
into 'build/libs'

0 commit comments

Comments
 (0)