Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'jetty-assembly-descriptor/pom.xml')
-rw-r--r--jetty-assembly-descriptor/pom.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/jetty-assembly-descriptor/pom.xml b/jetty-assembly-descriptor/pom.xml
new file mode 100644
index 0000000000..0d7705563f
--- /dev/null
+++ b/jetty-assembly-descriptor/pom.xml
@@ -0,0 +1,10 @@
+<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">
+ <parent>
+ <groupId>org.eclipse.jetty</groupId>
+ <artifactId>jetty-project</artifactId>
+ <version>7.0.0.incubation0-SNAPSHOT</version>
+ </parent>
+ <modelVersion>4.0.0</modelVersion>
+ <artifactId>jetty-assembly-descriptor</artifactId>
+ <name>Jetty :: Assembly Descriptor</name>
+</project> \ No newline at end of file

Back to the top