clean overlays from web apps
This commit is contained in:
parent
d06ecc167c
commit
e13eefb3ac
1 changed files with 14 additions and 1 deletions
15
solr/pom.xml
15
solr/pom.xml
|
@ -19,7 +19,20 @@
|
||||||
|
|
||||||
<name>Vitro Solr App</name>
|
<name>Vitro Solr App</name>
|
||||||
|
|
||||||
|
<build>
|
||||||
|
<plugins>
|
||||||
|
<plugin>
|
||||||
|
<artifactId>maven-clean-plugin</artifactId>
|
||||||
|
<configuration>
|
||||||
|
<filesets>
|
||||||
|
<fileset>
|
||||||
|
<directory>overlays</directory>
|
||||||
|
</fileset>
|
||||||
|
</filesets>
|
||||||
|
</configuration>
|
||||||
|
</plugin>
|
||||||
|
</plugins>
|
||||||
|
</build>
|
||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<dependency>
|
<dependency>
|
||||||
|
|
Loading…
Add table
Reference in a new issue