|
1 | 1 | <?xml version="1.0" encoding="UTF-8"?> |
2 | 2 | <!-- |
3 | 3 |
|
4 | | - Copyright (C) 2023 con terra GmbH (info@conterra.de) |
| 4 | + Copyright (C) 2024 con terra GmbH (info@conterra.de) |
5 | 5 |
|
6 | 6 | Licensed under the Apache License, Version 2.0 (the "License"); |
7 | 7 | you may not use this file except in compliance with the License. |
|
149 | 149 | <artifactId>build-helper-maven-plugin</artifactId> |
150 | 150 | <version>3.1.0</version> |
151 | 151 | </plugin> |
152 | | - <plugin> |
153 | | - <artifactId>maven-release-plugin</artifactId> |
154 | | - <version>2.5.3</version> |
155 | | - </plugin> |
156 | 152 | <plugin> |
157 | 153 | <artifactId>maven-assembly-plugin</artifactId> |
158 | 154 | <version>3.0.0</version> |
|
315 | 311 | <properties> |
316 | 312 | <owner>con terra GmbH</owner> |
317 | 313 | <email>info@conterra.de</email> |
318 | | - <project.inceptionYear>2023</project.inceptionYear> |
| 314 | + <project.inceptionYear>2024</project.inceptionYear> |
319 | 315 | </properties> |
320 | 316 | <includes> |
321 | 317 | <include>src/main/js/**/*.js</include> |
|
366 | 362 | <replacements> |
367 | 363 | <replacement> |
368 | 364 | <!-- remove bundleLocations from app.json --> |
369 | | - <token> |
370 | | - \s*"bundleLocations"\s*:\s*\[\s*"localbundles"\s*,\s*"bundles"\s*\]\s*,\s*</token> |
371 | | - <value /> |
| 365 | + <token>\s*"bundleLocations"\s*:\s*\[\s*"localbundles"\s*,\s*"bundles"\s*\]\s*,</token> |
| 366 | + <value></value> |
372 | 367 | </replacement> |
373 | 368 | </replacements> |
374 | 369 | </configuration> |
|
454 | 449 | </execution> |
455 | 450 | </executions> |
456 | 451 | </plugin> |
457 | | - <plugin> |
458 | | - <artifactId>maven-release-plugin</artifactId> |
459 | | - <configuration> |
460 | | - <tagNameFormat>@{project.version}</tagNameFormat> |
461 | | - <preparationGoals>clean</preparationGoals> |
462 | | - <releaseProfiles>compress</releaseProfiles> |
463 | | - <autoVersionSubmodules>true</autoVersionSubmodules> |
464 | | - </configuration> |
465 | | - </plugin> |
466 | 452 | </plugins> |
467 | 453 | </build> |
468 | 454 | <scm> |
|
669 | 655 | <groupId>de.conterra.jsregistry</groupId> |
670 | 656 | <artifactId>ct-jsregistry-maven-plugin</artifactId> |
671 | 657 | <executions> |
672 | | - <execution> |
| 658 | + <!--<execution> |
673 | 659 | <id>calculate js dependencies</id> |
674 | 660 | <goals> |
675 | 661 | <goal>calculateDependencies</goal> |
676 | 662 | </goals> |
677 | | - </execution> |
| 663 | + </execution>--> |
678 | 664 | <!-- |
679 | 665 |
|
680 | 666 | The optimizeJS goal is usually no longer required because compression is done via terser (see |
|
0 commit comments