Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/deployment/org.eclipse.papyrus.designer.deployment.validation/pom.xml')
-rw-r--r--plugins/deployment/org.eclipse.papyrus.designer.deployment.validation/pom.xml13
1 files changed, 13 insertions, 0 deletions
diff --git a/plugins/deployment/org.eclipse.papyrus.designer.deployment.validation/pom.xml b/plugins/deployment/org.eclipse.papyrus.designer.deployment.validation/pom.xml
new file mode 100644
index 000000000..483e084cc
--- /dev/null
+++ b/plugins/deployment/org.eclipse.papyrus.designer.deployment.validation/pom.xml
@@ -0,0 +1,13 @@
+<?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/xsd/maven-4.0.0.xsd">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.papyrus.designer</groupId>
+ <artifactId>org.eclipse.papyrus.designer.deployment</artifactId>
+ <version>0.8.1-SNAPSHOT</version>
+ </parent>
+ <artifactId>org.eclipse.papyrus.designer.deployment.validation</artifactId>
+ <description>This module contains the validation rules related to deployment</description>
+ <packaging>eclipse-plugin</packaging>
+</project>

Back to the top