updated config

This commit is contained in:
Jeremy Long
2017-11-27 22:45:56 -05:00
parent 19c223161d
commit a31dddf8ef

View File

@@ -320,7 +320,7 @@ Copyright (c) 2012 - Jeremy Long
<version>2.5</version> <version>2.5</version>
<executions> <executions>
<execution> <execution>
<phase>post-clean</phase> <phase>pre-clean</phase>
<goals> <goals>
<goal>update-properties</goal> <goal>update-properties</goal>
</goals> </goals>
@@ -330,6 +330,7 @@ Copyright (c) 2012 - Jeremy Long
<exclude>org.apache.maven.shared:maven-dependency-tree</exclude> <exclude>org.apache.maven.shared:maven-dependency-tree</exclude>
<exclude>joda-time:joda-time</exclude> <exclude>joda-time:joda-time</exclude>
<exclude>org.apache.commons:commons-lang3</exclude> <exclude>org.apache.commons:commons-lang3</exclude>
<exclude>org.apache.lucene</exclude>
</excludes> </excludes>
</configuration> </configuration>
</execution> </execution>