add parent pom

This commit is contained in:
Adrian Kuschelyagi Malacoda 2020-10-25 07:57:18 -05:00
parent 3a2f8489db
commit ed63571105

15
pom.xml Normal file
View File

@ -0,0 +1,15 @@
<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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>net.monarchpass</groupId>
<artifactId>piecannon</artifactId>
<version>0.0.1-SNAPSHOT</version>
<packaging>pom</packaging>
<modules>
<module>lib</module>
<module>desktop</module>
<module>android</module>
</modules>
</project>