merging mavenized branch changes from revision 382466 to the current head
git-svn-id: https://svn.apache.org/repos/asf/incubator/felix/trunk@383566 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/javax.servlet/pom.xml b/javax.servlet/pom.xml
new file mode 100644
index 0000000..714edfb
--- /dev/null
+++ b/javax.servlet/pom.xml
@@ -0,0 +1,22 @@
+<project>
+ <artifactId>javax.servlet</artifactId>
+ <groupId>javax.servlet</groupId>
+ <version>2.1</version>
+ <modelVersion>4.0.0</modelVersion>
+ <packaging>jar</packaging>
+ <name>Servlet 2.1 API</name>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-jar-plugin</artifactId>
+ <configuration>
+ <archive>
+ <manifestFile>src/main/resources/Manifest.mf</manifestFile>
+ </archive>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+</project>
+