Added pom packaging to module's pom

This commit is contained in:
Jordan Simpson 2020-08-05 10:47:13 -05:00
parent d52bb494e1
commit 4367410910
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>optional-dependencies</artifactId>
<packaging>pom</packaging>
<modules>
<module>optional-project</module>
<module>project-with-optionals</module>