We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69c9df1 commit d071fc9Copy full SHA for d071fc9
2 files changed
java-parent/pom.xml
@@ -3,7 +3,11 @@
3
xmlns="http://maven.apache.org/POM/4.1.0"
4
xsi:schemaLocation="http://maven.apache.org/POM/4.1.0 https://maven.apache.org/xsd/maven-4.1.0.xsd">
5
<modelVersion>4.1.0</modelVersion>
6
- <parent/>
+ <parent>
7
+ <groupId>dev.ikm.build</groupId>
8
+ <artifactId>parent</artifactId>
9
+ </parent>
10
+
11
<artifactId>java-parent</artifactId>
12
<name>Java Parent</name>
13
<description>
pom.xml
@@ -108,9 +108,9 @@
108
<sonar.host.url>https://sonarcloud.io</sonar.host.url>
109
</properties>
110
111
- <subprojects>
112
- <subproject>java-parent</subproject>
113
- </subprojects>
+ <modules>
+ <module>java-parent</module>
+ </modules>
114
115
<build>
116
<pluginManagement>
0 commit comments