Skip to content

Commit 98c137a

Browse files
committed
avoid duplicate module entries between aggregate and aparent
Signed-off-by: Mike Samuel <[email protected]>
1 parent a9ac1d6 commit 98c137a

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

RELEASE-checklist.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,10 @@ set -e
88

99

1010
# Make sure the build is ok via
11-
mvn -f aggregate clean verify jacoco:report site javadoc:jar source:jar
11+
mvn -f owasp-java-html-sanitizer clean verify jacoco:report site javadoc:jar source:jar
1212
mvn install
13-
mvn org.sonatype.ossindex.maven:ossindex-maven-plugin:audit -f aggregate
13+
mvn org.sonatype.ossindex.maven:ossindex-maven-plugin:audit
14+
mvn -f aggregate install
1415

1516
echo
1617
echo Browse to

aggregate/pom.xml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,5 @@
1313

1414
<modules>
1515
<module>..</module>
16-
<module>../java8-shim</module>
17-
<module>../java10-shim</module>
18-
<module>../owasp-java-html-sanitizer</module>
1916
</modules>
2017
</project>

0 commit comments

Comments
 (0)