Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.m2e.profiles.ui/pom.xml')
-rw-r--r--org.eclipse.m2e.profiles.ui/pom.xml17
1 files changed, 17 insertions, 0 deletions
diff --git a/org.eclipse.m2e.profiles.ui/pom.xml b/org.eclipse.m2e.profiles.ui/pom.xml
new file mode 100644
index 00000000..d4957bdc
--- /dev/null
+++ b/org.eclipse.m2e.profiles.ui/pom.xml
@@ -0,0 +1,17 @@
+<?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.m2e</groupId>
+ <artifactId>m2e-core</artifactId>
+ <version>1.5.0-SNAPSHOT</version>
+ </parent>
+
+ <artifactId>org.eclipse.m2e.profiles.ui</artifactId>
+
+ <name>Maven Profile Manager UI</name>
+
+ <packaging>eclipse-plugin</packaging>
+</project> \ No newline at end of file

Back to the top