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 d071fc9 commit adbc1b0Copy full SHA for adbc1b0
2 files changed
java-parent/pom.xml
@@ -3,11 +3,7 @@
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>
7
- <groupId>dev.ikm.build</groupId>
8
- <artifactId>parent</artifactId>
9
- </parent>
10
-
+ <parent/>
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
- <modules>
112
- <module>java-parent</module>
113
- </modules>
+ <subprojects>
+ <subproject>java-parent</subproject>
+ </subprojects>
114
115
<build>
116
<pluginManagement>
0 commit comments