Skip to content

Commit aea6b41

Browse files
committedApr 28, 2023
Tidying poms
Signed-off-by: Arjan Tijms <arjan.tijms@omnifish.ee>
1 parent 1135e99 commit aea6b41

File tree

138 files changed

+485
-663
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

138 files changed

+485
-663
lines changed
 

‎tutorial/archetypes/jaxrs-service-archetype/pom.xml

+10-11
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,9 @@
1111
1212
-->
1313

14-
<project xmlns="http://maven.apache.org/POM/4.0.0"
15-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
16-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
14+
<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 http://maven.apache.org/xsd/maven-4.0.0.xsd">
1715
<modelVersion>4.0.0</modelVersion>
16+
1817
<parent>
1918
<groupId>jakarta.tutorial</groupId>
2019
<artifactId>archetypes</artifactId>
@@ -23,21 +22,14 @@
2322

2423
<artifactId>jaxrs-service-archetype</artifactId>
2524
<packaging>maven-archetype</packaging>
25+
2626
<name>jaxrs-service-archetype</name>
2727

2828
<properties>
2929
<maven.archetype.plugin.version>3.2.0</maven.archetype.plugin.version>
3030
</properties>
3131

3232
<build>
33-
<extensions>
34-
<extension>
35-
<groupId>org.apache.maven.archetype</groupId>
36-
<artifactId>archetype-packaging</artifactId>
37-
<version>${maven.archetype.plugin.version}</version>
38-
</extension>
39-
</extensions>
40-
4133
<pluginManagement>
4234
<plugins>
4335
<plugin>
@@ -46,5 +38,12 @@
4638
</plugin>
4739
</plugins>
4840
</pluginManagement>
41+
<extensions>
42+
<extension>
43+
<groupId>org.apache.maven.archetype</groupId>
44+
<artifactId>archetype-packaging</artifactId>
45+
<version>${maven.archetype.plugin.version}</version>
46+
</extension>
47+
</extensions>
4948
</build>
5049
</project>

‎tutorial/archetypes/pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,9 @@
1111
1212
-->
1313

14-
<project xmlns="http://maven.apache.org/POM/4.0.0"
15-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
16-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
14+
<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 http://maven.apache.org/xsd/maven-4.0.0.xsd">
1715
<modelVersion>4.0.0</modelVersion>
16+
1817
<parent>
1918
<groupId>jakarta.tutorial</groupId>
2019
<artifactId>examples</artifactId>
@@ -23,6 +22,7 @@
2322

2423
<artifactId>archetypes</artifactId>
2524
<packaging>pom</packaging>
25+
2626
<name>archetypes</name>
2727

2828
<modules>

0 commit comments

Comments
 (0)
Please sign in to comment.