added nmeaconnector to pom.xml maven hierarchy

This commit is contained in:
Axel Uhl
2013-01-07 09:39:26 +01:00
parent d95c025ce0
commit f2c13bbfde
3 changed files with 26 additions and 0 deletions
@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<parent>
<artifactId>root</artifactId>
<groupId>com.sap.sailing</groupId>
<version>1.0.0-SNAPSHOT</version>
</parent>
<artifactId>com.sap.sailing.nmeaconnector.test</artifactId>
<packaging>eclipse-test-plugin</packaging>
</project>
@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<parent>
<artifactId>root</artifactId>
<groupId>com.sap.sailing</groupId>
<version>1.0.0-SNAPSHOT</version>
</parent>
<artifactId>com.sap.sailing.nmeaconnector</artifactId>
<packaging>eclipse-plugin</packaging>
</project>
+2
View File
@@ -64,6 +64,8 @@
<module>com.sap.sailing.freg.resultimport</module>
<module>com.sap.sailing.freg.resultimport.test</module>
<module>com.sap.sailing.monitoring</module>
<module>com.sap.sailing.nmeaconnector</module>
<module>com.sap.sailing.nmeaconnector.test</module>
<module>net.sf.marineapi</module>
<module>net.sf.marineapi.test</module>
</modules>