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 e6fe47d commit 786fa10Copy full SHA for 786fa10
core-java-modules/pom.xml
@@ -0,0 +1,19 @@
1
+<?xml version="1.0" encoding="UTF-8"?>
2
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4
+ <modelVersion>4.0.0</modelVersion>
5
+ <artifactId>core-java-modules</artifactId>
6
+ <name>core-java-modules</name>
7
+ <packaging>pom</packaging>
8
+
9
+ <parent>
10
+ <artifactId>parent-modules</artifactId>
11
+ <groupId>com.baeldung</groupId>
12
+ <version>1.0.0-SNAPSHOT</version>
13
+ </parent>
14
15
+ <modules>
16
+ <module>pre-jpms</module>
17
+ </modules>
18
19
+</project>
0 commit comments