Skip to content

Commit

Permalink
avoid duplicate module entries between aggregate and aparent
Browse files Browse the repository at this point in the history
Signed-off-by: Mike Samuel <mikesamuel@gmail.com>
  • Loading branch information
mikesamuel committed Mar 25, 2024
1 parent a9ac1d6 commit 98c137a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
5 changes: 3 additions & 2 deletions RELEASE-checklist.sh
Expand Up @@ -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
Expand Down
3 changes: 0 additions & 3 deletions aggregate/pom.xml
Expand Up @@ -13,8 +13,5 @@

<modules>
<module>..</module>
<module>../java8-shim</module>
<module>../java10-shim</module>
<module>../owasp-java-html-sanitizer</module>
</modules>
</project>

0 comments on commit 98c137a

Please sign in to comment.