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>
|
||||
<executions>
|
||||
<execution>
|
||||
<phase>package</phase>
|
||||
<phase>process-sources</phase>
|
||||
<goals>
|
||||
<goal>replace</goal>
|
||||
</goals>
|
||||
|
@ -45,7 +45,7 @@
|
|||
</executions>
|
||||
<configuration>
|
||||
<includes>
|
||||
<include>**</include>
|
||||
<include>src/main/java/**/*.java</include>
|
||||
</includes>
|
||||
<replacements>
|
||||
<replacement>
|
||||
|
|
Loading…
Reference in a new issue