We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9ac1d6 commit 98c137aCopy full SHA for 98c137a
RELEASE-checklist.sh
@@ -8,9 +8,10 @@ set -e
8
9
10
# Make sure the build is ok via
11
-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
12
mvn install
13
-mvn org.sonatype.ossindex.maven:ossindex-maven-plugin:audit -f aggregate
+mvn org.sonatype.ossindex.maven:ossindex-maven-plugin:audit
14
+mvn -f aggregate install
15
16
echo
17
echo Browse to
aggregate/pom.xml
@@ -13,8 +13,5 @@
<modules>
<module>..</module>
- <module>../java8-shim</module>
- <module>../java10-shim</module>
18
- <module>../owasp-java-html-sanitizer</module>
19
</modules>
20
</project>
0 commit comments