Skip to content

Commit d071fc9

Browse files
committed
use submodules instead of subprojects
1 parent 69c9df1 commit d071fc9

2 files changed

Lines changed: 8 additions & 4 deletions

File tree

java-parent/pom.xml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,11 @@
33
xmlns="http://maven.apache.org/POM/4.1.0"
44
xsi:schemaLocation="http://maven.apache.org/POM/4.1.0 https://maven.apache.org/xsd/maven-4.1.0.xsd">
55
<modelVersion>4.1.0</modelVersion>
6-
<parent/>
6+
<parent>
7+
<groupId>dev.ikm.build</groupId>
8+
<artifactId>parent</artifactId>
9+
</parent>
10+
711
<artifactId>java-parent</artifactId>
812
<name>Java Parent</name>
913
<description>

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -108,9 +108,9 @@
108108
<sonar.host.url>https://sonarcloud.io</sonar.host.url>
109109
</properties>
110110

111-
<subprojects>
112-
<subproject>java-parent</subproject>
113-
</subprojects>
111+
<modules>
112+
<module>java-parent</module>
113+
</modules>
114114

115115
<build>
116116
<pluginManagement>

0 commit comments

Comments
 (0)