Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoberto E. Escobar2012-02-24 21:06:39 +0000
committerRyan D. Brooks2012-02-24 21:06:39 +0000
commit4227204176d28560ba1d0d27ce54332e2422b706 (patch)
treef64d2395e5ef9ebbe2a8271816af7a572480a95a /plugins/org.eclipse.osee.framework.manager.servlet/pom.xml
parent4e7c72792645a6e0a9481c3a9b2189f211301423 (diff)
downloadorg.eclipse.osee-4227204176d28560ba1d0d27ce54332e2422b706.tar.gz
org.eclipse.osee-4227204176d28560ba1d0d27ce54332e2422b706.tar.xz
org.eclipse.osee-4227204176d28560ba1d0d27ce54332e2422b706.zip
feature[ats_VVMH0]: Integrate manager.servlet with X server
Diffstat (limited to 'plugins/org.eclipse.osee.framework.manager.servlet/pom.xml')
-rw-r--r--plugins/org.eclipse.osee.framework.manager.servlet/pom.xml34
1 files changed, 34 insertions, 0 deletions
diff --git a/plugins/org.eclipse.osee.framework.manager.servlet/pom.xml b/plugins/org.eclipse.osee.framework.manager.servlet/pom.xml
new file mode 100644
index 00000000000..d38f3540151
--- /dev/null
+++ b/plugins/org.eclipse.osee.framework.manager.servlet/pom.xml
@@ -0,0 +1,34 @@
+<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/maven-v4_0_0.xsd">
+
+ <modelVersion>4.0.0</modelVersion>
+
+ <parent>
+ <groupId>org.eclipse.osee</groupId>
+ <artifactId>org.eclipse.osee.x.server.parent</artifactId>
+ <version>0.9.9-SNAPSHOT</version>
+ <relativePath>../../plugins/org.eclipse.osee.x.server.parent</relativePath>
+ </parent>
+
+ <artifactId>org.eclipse.osee.framework.manager.servlet</artifactId>
+ <packaging>eclipse-plugin</packaging>
+ <name>OSEE Legacy Servlet Manager - (Incubation)</name>
+
+ <build>
+ <!-- workaround for https://issues.sonatype.org/browse/TYCHO-168 -->
+ <resources>
+ <resource>
+ <directory>src</directory>
+ <excludes>
+ <exclude>**/*.java</exclude>
+ </excludes>
+ </resource>
+ </resources>
+ <plugins>
+ <plugin>
+ <groupId>org.eclipse.tycho</groupId>
+ <artifactId>tycho-source-plugin</artifactId>
+ </plugin>
+ </plugins>
+ </build>
+</project> \ No newline at end of file

Back to the top