|
@ -179,7 +179,7 @@ |
|
|
<executions> |
|
|
<executions> |
|
|
<execution> |
|
|
<execution> |
|
|
<id>copy-resources</id> |
|
|
<id>copy-resources</id> |
|
|
<phase>validate</phase> |
|
|
|
|
|
|
|
|
<phase>initialize</phase> |
|
|
<goals> |
|
|
<goals> |
|
|
<goal>copy-resources</goal> |
|
|
<goal>copy-resources</goal> |
|
|
</goals> |
|
|
</goals> |
|
@ -205,12 +205,34 @@ |
|
|
<resource> |
|
|
<resource> |
|
|
<directory>src/includes</directory> |
|
|
<directory>src/includes</directory> |
|
|
<filtering>true</filtering> |
|
|
<filtering>true</filtering> |
|
|
|
|
|
<excludes> |
|
|
|
|
|
<exclude>version.info</exclude> |
|
|
|
|
|
<exclude>name.info</exclude> |
|
|
|
|
|
</excludes> |
|
|
</resource> |
|
|
</resource> |
|
|
</resources> |
|
|
</resources> |
|
|
</configuration> |
|
|
</configuration> |
|
|
</execution> |
|
|
</execution> |
|
|
</executions> |
|
|
</executions> |
|
|
</plugin> |
|
|
</plugin> |
|
|
|
|
|
<plugin> |
|
|
|
|
|
<artifactId>maven-antrun-plugin</artifactId> |
|
|
|
|
|
<version>1.4</version> |
|
|
|
|
|
<executions> |
|
|
|
|
|
<execution> |
|
|
|
|
|
<phase>process-resources</phase> |
|
|
|
|
|
<configuration> |
|
|
|
|
|
<tasks> |
|
|
|
|
|
<copy file="${project.build.directory}/version.info" toFile="${basedir}/version.info" overwrite="true" /> |
|
|
|
|
|
<copy file="${project.build.directory}/name.info" toFile="${basedir}/name.info" overwrite="true" /> |
|
|
|
|
|
</tasks> |
|
|
|
|
|
</configuration> |
|
|
|
|
|
<goals> |
|
|
|
|
|
<goal>run</goal> |
|
|
|
|
|
</goals> |
|
|
|
|
|
</execution> |
|
|
|
|
|
</executions> |
|
|
|
|
|
</plugin> |
|
|
</plugins> |
|
|
</plugins> |
|
|
</build> |
|
|
</build> |
|
|
</project> |
|
|
</project> |