add parent pom

This commit is contained in:
Andreas Schildbach 2012-03-01 16:03:24 +01:00
parent 2c69ea2cdc
commit 3f58fac2ac

18
pom.xml Normal file
View file

@ -0,0 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
<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/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>de.schildbach.pte</groupId>
<artifactId>base</artifactId>
<name>base</name>
<version>1</version>
<packaging>pom</packaging>
<modules>
<module>enabler</module>
<module>service</module>
</modules>
</project>