Multimodule Maven Project using Java Modules (#6875)

* Initial Commit

* Update pom.xml

* Update pom.xml

* Update pom.xml

* Update pom.xml

* Update pom.xml

* Update pom.xml

* Update pom.xml

* Update pom.xml

* Update pom.xml

* Update pom.xml

* Update pom.xml

* Update pom.xml

* Update pom.xml

* Update pom.xml

* Update pom.xml

* Update module-info.java

* Update module-info.java

* Update pom.xml

* Update pom.xml
This commit is contained in:
Alejandro Gervasio
2019-05-03 00:45:12 -03:00
committed by KevinGilmore
parent 0e446c9df0
commit 4cc3f3413c
14 changed files with 307 additions and 2 deletions
+3 -2
View File
@@ -2,6 +2,7 @@
<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">
<modelVersion>4.0.0</modelVersion>
<groupId>com.baeldung.core-java-modules</groupId>
<artifactId>core-java-modules</artifactId>
<name>core-java-modules</name>
<packaging>pom</packaging>
@@ -15,5 +16,5 @@
<modules>
<module>pre-jpms</module>
</modules>
</project>
</project>