parent
03a843bc35
commit
731b305151
1 changed files with 2 additions and 2 deletions
4
pom.xml
4
pom.xml
|
@ -37,7 +37,7 @@
|
||||||
<version>1.5.3</version>
|
<version>1.5.3</version>
|
||||||
<executions>
|
<executions>
|
||||||
<execution>
|
<execution>
|
||||||
<phase>package</phase>
|
<phase>process-sources</phase>
|
||||||
<goals>
|
<goals>
|
||||||
<goal>replace</goal>
|
<goal>replace</goal>
|
||||||
</goals>
|
</goals>
|
||||||
|
@ -45,7 +45,7 @@
|
||||||
</executions>
|
</executions>
|
||||||
<configuration>
|
<configuration>
|
||||||
<includes>
|
<includes>
|
||||||
<include>**</include>
|
<include>src/main/java/**/*.java</include>
|
||||||
</includes>
|
</includes>
|
||||||
<replacements>
|
<replacements>
|
||||||
<replacement>
|
<replacement>
|
||||||
|
|
Loading…
Reference in a new issue