Skip to content

Commit

Permalink
Sign conflicting JAR file
Browse files Browse the repository at this point in the history
  • Loading branch information
dizzzz committed Jun 24, 2018
1 parent a3ea07f commit 4ab1669
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion build/scripts/jarsigner.xml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,9 @@
<fileset dir="lib/extensions">
<include name="*.jar"/>
</fileset>
<fileset dir="tools/jetty/lib">
<include name="javax.annotation-api-*.jar"/>
</fileset>
</signjar>
</target>

Expand Down Expand Up @@ -134,6 +137,9 @@
<fileset dir="lib/extensions" erroronmissingdir="false">
<include name="*.jar"/>
</fileset>
<fileset dir="tools/jetty/lib">
<include name="javax.annotation-api-*.jar"/>
</fileset>
</unsignjar>
</target>

Expand Down Expand Up @@ -181,7 +187,7 @@
</fileset>
<fileset dir="lib/core">
<include name="*.jar"/>
</fileset>
</fileset>
</pack>
</target>

Expand Down

0 comments on commit 4ab1669

Please sign in to comment.