mirror of
https://github.com/eclipse-sailing-analytics/sailing-analytics.git
synced 2026-09-18 19:59:09 +00:00
added missing pom.xml for routeconverterjava11extension
This commit is contained in:
@@ -1,4 +1,2 @@
|
||||
source.. = src/
|
||||
output.. = bin/
|
||||
bin.includes = META-INF/,\
|
||||
.
|
||||
|
||||
@@ -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.routeconverterjava11extension</artifactId>
|
||||
<packaging>eclipse-plugin</packaging>
|
||||
</project>
|
||||
@@ -1,4 +1,2 @@
|
||||
source.. = src/
|
||||
output.. = bin/
|
||||
bin.includes = META-INF/,\
|
||||
.
|
||||
|
||||
@@ -8,5 +8,5 @@
|
||||
<version>1.0.0-SNAPSHOT</version>
|
||||
</parent>
|
||||
<artifactId>com.sap.sse.jersey.jaxbdependencyfragment</artifactId>
|
||||
<packaging>eclipse-test-plugin</packaging>
|
||||
<packaging>eclipse-plugin</packaging>
|
||||
</project>
|
||||
|
||||
@@ -80,6 +80,7 @@
|
||||
<module>com.sap.sse</module>
|
||||
<module>com.sap.sse.test</module>
|
||||
<module>com.sap.sse.jersey.jaxbdependencyfragment</module>
|
||||
<module>com.sap.sse.routeconverterjava11extension</module>
|
||||
<module>com.sap.sse.mail</module>
|
||||
<module>com.sap.sse.mail.replication.test</module>
|
||||
<module>com.sap.sse.mail.replication.testsupport</module>
|
||||
|
||||
Reference in New Issue
Block a user