Skip to content

Commit

Permalink
* Prevent the export of aspectjtools.jar in the war to avoid package
Browse files Browse the repository at this point in the history
signature collisions with the birt jars
  • Loading branch information
jsmethie committed Jul 18, 2016
1 parent 6b232fa commit bf8841b
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions geoprism-web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -114,13 +114,15 @@
<!-- Exclude all jars provided by tomcat -->
**/*catalina*.jar,
**/*servlet-api*.jar,
**/*annotations-api*.jar
**/*annotations-api*.jar,
<!-- Exclude runtime build jars -->
**/*aspectjtools*.jar
</packagingExcludes>
<webResources>
<resource>
<directory>${keystore.dir}</directory>
<targetPath>.ebextensions</targetPath>
</resource>
</resource>
<resource>
<directory>src/deployed/ebextensions</directory>
<targetPath>.ebextensions</targetPath>
Expand Down Expand Up @@ -343,7 +345,9 @@
<!-- Exclude all jars provided by tomcat -->
**/*catalina*.jar,
**/*servlet-api*.jar,
**/*annotations-api*.jar
**/*annotations-api*.jar,
<!-- Exclude runtime build jars -->
**/*aspectjtools*.jar
</packagingExcludes>
<overlays>
<overlay>
Expand Down

0 comments on commit bf8841b

Please sign in to comment.