|
1 | | -<?xml version="1.0"?> |
| 1 | +<?xml version="1.0" encoding="UTF-8"?> |
2 | 2 | <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> |
3 | 3 | <modelVersion>4.0.0</modelVersion> |
4 | 4 | <groupId>net.laprun.sustainability</groupId> |
|
8 | 8 |
|
9 | 9 | <name>power-server : parent</name> |
10 | 10 | <description>An application allowing to retrieve power consumption and associated metadata on a per-process basis, |
11 | | - via a RESTful endpoint |
12 | | - </description> |
| 11 | + via a RESTful endpoint</description> |
13 | 12 | <url>https://github.com/metacosm/power-server</url> |
14 | 13 |
|
15 | 14 | <licenses> |
|
184 | 183 | <disable>true</disable> |
185 | 184 | </consoleOutputReporter> |
186 | 185 | <statelessTestsetInfoReporter implementation="org.apache.maven.plugin.surefire.extensions.junit5.JUnit5StatelessTestsetInfoTreeReporter"> |
| 186 | + <printStacktraceOnError>true</printStacktraceOnError> |
| 187 | + <printStacktraceOnFailure>true</printStacktraceOnFailure> |
| 188 | + <printStdoutOnError>true</printStdoutOnError> |
| 189 | + <printStdoutOnFailure>true</printStdoutOnFailure> |
| 190 | + <printStdoutOnSuccess>false</printStdoutOnSuccess> |
| 191 | + <printStderrOnError>true</printStderrOnError> |
| 192 | + <printStderrOnFailure>true</printStderrOnFailure> |
| 193 | + <printStderrOnSuccess>false</printStderrOnSuccess> |
187 | 194 | <theme>UNICODE</theme> |
188 | 195 | </statelessTestsetInfoReporter> |
189 | 196 | <systemPropertyVariables> |
|
204 | 211 | </goals> |
205 | 212 | <configuration> |
206 | 213 | <systemPropertyVariables> |
207 | | - <native.image.path>${project.build.directory}/${project.build.finalName}-runner |
208 | | - </native.image.path> |
209 | | - <java.util.logging.manager>org.jboss.logmanager.LogManager |
210 | | - </java.util.logging.manager> |
| 214 | + <native.image.path>${project.build.directory}/${project.build.finalName}-runner</native.image.path> |
| 215 | + <java.util.logging.manager>org.jboss.logmanager.LogManager</java.util.logging.manager> |
211 | 216 | <maven.home>${maven.home}</maven.home> |
212 | 217 | </systemPropertyVariables> |
213 | 218 | </configuration> |
|
318 | 323 | </sdkman> |
319 | 324 | <artifacts> |
320 | 325 | <artifact> |
321 | | - <path> |
322 | | - {{artifactsDir}}/{{distributionName}}-{{projectVersion}}-linux-x86_64.tar.gz |
323 | | - </path> |
324 | | - <transform> |
325 | | - artifacts/{{distributionName}}-{{projectEffectiveVersion}}-linux-x86_64.tar.gz |
326 | | - </transform> |
| 326 | + <path>{{artifactsDir}}/{{distributionName}}-{{projectVersion}}-linux-x86_64.tar.gz</path> |
| 327 | + <transform>artifacts/{{distributionName}}-{{projectEffectiveVersion}}-linux-x86_64.tar.gz</transform> |
327 | 328 | <platform>linux-x86_64</platform> |
328 | 329 | </artifact> |
329 | 330 | <!--<artifact> |
|
336 | 337 | <platform>windows-x86_64</platform> |
337 | 338 | </artifact>--> |
338 | 339 | <artifact> |
339 | | - <path> |
340 | | - {{artifactsDir}}/{{distributionName}}-{{projectVersion}}-osx-x86_64.tar.gz |
341 | | - </path> |
342 | | - <transform> |
343 | | - artifacts/{{distributionName}}-{{projectEffectiveVersion}}-osx-x86_64.tar.gz |
344 | | - </transform> |
| 340 | + <path>{{artifactsDir}}/{{distributionName}}-{{projectVersion}}-osx-x86_64.tar.gz</path> |
| 341 | + <transform>artifacts/{{distributionName}}-{{projectEffectiveVersion}}-osx-x86_64.tar.gz</transform> |
345 | 342 | <platform>osx-x86_64</platform> |
346 | 343 | </artifact> |
347 | 344 | <artifact> |
348 | | - <path> |
349 | | - {{artifactsDir}}/{{distributionName}}-{{projectVersion}}-osx-aarch_64.tar.gz |
350 | | - </path> |
351 | | - <transform> |
352 | | - artifacts/{{distributionName}}-{{projectEffectiveVersion}}-osx-aarch_64.tar.gz |
353 | | - </transform> |
| 345 | + <path>{{artifactsDir}}/{{distributionName}}-{{projectVersion}}-osx-aarch_64.tar.gz</path> |
| 346 | + <transform>artifacts/{{distributionName}}-{{projectEffectiveVersion}}-osx-aarch_64.tar.gz</transform> |
354 | 347 | <platform>osx-aarch_64</platform> |
355 | 348 | </artifact> |
356 | 349 | </artifacts> |
|
388 | 381 | <archive> |
389 | 382 | <index>true</index> |
390 | 383 | <manifest> |
391 | | - <addDefaultSpecificationEntries> |
392 | | - true |
393 | | - </addDefaultSpecificationEntries> |
394 | | - <addDefaultImplementationEntries> |
395 | | - true |
396 | | - </addDefaultImplementationEntries> |
| 384 | + <addDefaultSpecificationEntries>true</addDefaultSpecificationEntries> |
| 385 | + <addDefaultImplementationEntries>true</addDefaultImplementationEntries> |
397 | 386 | </manifest> |
398 | 387 | <manifestEntries> |
399 | 388 | <Implementation-URL>${project.url}</Implementation-URL> |
|
430 | 419 | <archive> |
431 | 420 | <index>true</index> |
432 | 421 | <manifest> |
433 | | - <addDefaultSpecificationEntries> |
434 | | - true |
435 | | - </addDefaultSpecificationEntries> |
436 | | - <addDefaultImplementationEntries> |
437 | | - true |
438 | | - </addDefaultImplementationEntries> |
| 422 | + <addDefaultSpecificationEntries>true</addDefaultSpecificationEntries> |
| 423 | + <addDefaultImplementationEntries>true</addDefaultImplementationEntries> |
439 | 424 | </manifest> |
440 | 425 | <manifestEntries> |
441 | 426 | <Implementation-URL>${project.url}</Implementation-URL> |
|
0 commit comments