Skip to content

Commit

Permalink
suppression du répertoire VAADIN/gwt-unitCache du war
Browse files Browse the repository at this point in the history
  • Loading branch information
cdubois54 committed Jun 30, 2022
1 parent d508878 commit ebdb535
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -613,15 +613,15 @@
<configuration>
<failOnMissingWebXml>false</failOnMissingWebXml>
<warSourceExcludes>META-INF/context.xml</warSourceExcludes>
<packagingExcludes>**/configUrlServices.properties,**/configUrlServicesp*.properties,**/configUrlServicest*.properties,**/apogeeRequest.xml,**/*messages.properties, **/*.sample.css</packagingExcludes>
<packagingExcludes>**/configUrlServices.properties,**/configUrlServicesp*.properties,**/configUrlServicest*.properties,**/apogeeRequest.xml,**/*messages.properties, **/*.sample.css,VAADIN/gwt-unitCache/**</packagingExcludes>
<webResources>
<resource>
<!-- this is relative to the pom.xml directory -->
<directory>${basedir}</directory>
<includes>
<include>LICENSE-2.0.txt</include>
<include>LICENSE-VAADIN.txt</include>
</includes>
</includes>
</resource>
</webResources>
</configuration>
Expand Down

0 comments on commit ebdb535

Please sign in to comment.