Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDennis Wagelaar2018-05-27 18:30:36 +0000
committerDennis Wagelaar2018-05-27 18:30:36 +0000
commit4e0b040f9b8b9f45d1cad76b5372d36cc7ecdf79 (patch)
treeac54770dd40e5d03569460f1d5c7e0f76f215222 /plugins/org.eclipse.m2m.atl.engine.vm/deploy/pom.xml
parent47f304b31e32776723f7b480e2885124b6a18b27 (diff)
downloadorg.eclipse.atl-4e0b040f9b8b9f45d1cad76b5372d36cc7ecdf79.tar.gz
org.eclipse.atl-4e0b040f9b8b9f45d1cad76b5372d36cc7ecdf79.tar.xz
org.eclipse.atl-4e0b040f9b8b9f45d1cad76b5372d36cc7ecdf79.zip
Use custom pom.xml for maven repo.
Diffstat (limited to 'plugins/org.eclipse.m2m.atl.engine.vm/deploy/pom.xml')
-rw-r--r--plugins/org.eclipse.m2m.atl.engine.vm/deploy/pom.xml24
1 files changed, 24 insertions, 0 deletions
diff --git a/plugins/org.eclipse.m2m.atl.engine.vm/deploy/pom.xml b/plugins/org.eclipse.m2m.atl.engine.vm/deploy/pom.xml
new file mode 100644
index 00000000..f15188b1
--- /dev/null
+++ b/plugins/org.eclipse.m2m.atl.engine.vm/deploy/pom.xml
@@ -0,0 +1,24 @@
+<?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>
+ <groupId>org.eclipse.m2m.atl</groupId>
+ <artifactId>org.eclipse.m2m.atl.engine.vm</artifactId>
+ <version>4.0.0-SNAPSHOT</version>
+ <packaging>jar</packaging>
+ <licenses>
+ <license>
+ <name>Eclipse Public License - v 1.0</name>
+ <url>http://www.eclipse.org/org/documents/epl-v10.html</url>
+ </license>
+ </licenses>
+ <dependencies>
+ <dependency>
+ <groupId>org.eclipse.m2m.atl</groupId>
+ <artifactId>org.eclipse.m2m.atl.common</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+ </dependencies>
+</project> \ No newline at end of file

Back to the top