diff --git a/RELEASE-checklist.sh b/RELEASE-checklist.sh index 4f9ba18d..b8625a85 100644 --- a/RELEASE-checklist.sh +++ b/RELEASE-checklist.sh @@ -8,9 +8,10 @@ set -e # Make sure the build is ok via -mvn -f aggregate clean verify jacoco:report site javadoc:jar source:jar +mvn -f owasp-java-html-sanitizer clean verify jacoco:report site javadoc:jar source:jar mvn install -mvn org.sonatype.ossindex.maven:ossindex-maven-plugin:audit -f aggregate +mvn org.sonatype.ossindex.maven:ossindex-maven-plugin:audit +mvn -f aggregate install echo echo Browse to diff --git a/aggregate/pom.xml b/aggregate/pom.xml index 6da5ee89..7b1f5bab 100644 --- a/aggregate/pom.xml +++ b/aggregate/pom.xml @@ -13,8 +13,5 @@ .. - ../java8-shim - ../java10-shim - ../owasp-java-html-sanitizer