Tony CHEMIT pushed to branch develop at ultreiaio / ird-observe
Commits:
-
bd51318e
by Tony Chemit at 2021-02-10T17:32:01+01:00
2 changed files:
Changes:
| ... | ... | @@ -261,9 +261,20 @@ |
| 261 | 261 |
<goal>run</goal>
|
| 262 | 262 |
</goals>
|
| 263 | 263 |
</execution>
|
| 264 |
+ <execution>
|
|
| 265 |
+ <id>Prepare release files</id>
|
|
| 266 |
+ <phase>integration-test</phase>
|
|
| 267 |
+ <configuration>
|
|
| 268 |
+ <target>
|
|
| 269 |
+ <copy failonerror="true" overwrite="true" file="${project.build.directory}/${project.build.finalName}.jar" tofile="${project.build.directory}/${applicationJarName}.jar" />
|
|
| 270 |
+ </target>
|
|
| 271 |
+ </configuration>
|
|
| 272 |
+ <goals>
|
|
| 273 |
+ <goal>run</goal>
|
|
| 274 |
+ </goals>
|
|
| 275 |
+ </execution>
|
|
| 264 | 276 |
</executions>
|
| 265 | 277 |
</plugin>
|
| 266 |
- |
|
| 267 | 278 |
</plugins>
|
| 268 | 279 |
</build>
|
| 269 | 280 |
|
| ... | ... | @@ -280,22 +291,17 @@ |
| 280 | 291 |
<properties>
|
| 281 | 292 |
<devMode>false</devMode>
|
| 282 | 293 |
</properties>
|
| 283 |
- |
|
| 284 | 294 |
<build>
|
| 285 |
- |
|
| 286 | 295 |
<plugins>
|
| 287 |
- |
|
| 288 | 296 |
<plugin>
|
| 289 | 297 |
<artifactId>maven-antrun-plugin</artifactId>
|
| 290 | 298 |
<inherited>false</inherited>
|
| 291 | 299 |
<executions>
|
| 292 |
- |
|
| 293 | 300 |
<execution>
|
| 294 | 301 |
<id>Prepare release files</id>
|
| 295 | 302 |
<phase>integration-test</phase>
|
| 296 | 303 |
<configuration>
|
| 297 | 304 |
<target>
|
| 298 |
- <copy failonerror="true" overwrite="true" file="${project.build.directory}/${project.build.finalName}.jar" tofile="${project.build.directory}/${applicationJarName}.jar" />
|
|
| 299 | 305 |
<copy failonerror="true" overwrite="true" file="${project.build.directory}/${project.build.finalName}.exe" tofile="${project.build.directory}/${applicationJarName}.exe" />
|
| 300 | 306 |
</target>
|
| 301 | 307 |
</configuration>
|
| ... | ... | @@ -305,9 +311,9 @@ |
| 305 | 311 |
</execution>
|
| 306 | 312 |
</executions>
|
| 307 | 313 |
</plugin>
|
| 308 |
- |
|
| 309 | 314 |
</plugins>
|
| 310 | 315 |
</build>
|
| 311 | 316 |
</profile>
|
| 317 |
+ |
|
| 312 | 318 |
</profiles>
|
| 313 | 319 |
</project>
|
| ... | ... | @@ -24,7 +24,7 @@ |
| 24 | 24 |
<parent>
|
| 25 | 25 |
<groupId>io.ultreia.maven</groupId>
|
| 26 | 26 |
<artifactId>pom</artifactId>
|
| 27 |
- <version>2021.8</version>
|
|
| 27 |
+ <version>2021.9</version>
|
|
| 28 | 28 |
</parent>
|
| 29 | 29 |
|
| 30 | 30 |
<groupId>fr.ird.observe</groupId>
|