--- impl/pom.xml (revision 1027368) +++ impl/pom.xml (working copy) @@ -32,6 +32,8 @@ taglibs-standard-impl 1.2-SNAPSHOT + bundle + Apache Standard Taglib - JSTL Implementation 2001 @@ -118,7 +120,23 @@ UTF-8 UTF-8 - + + + + + org.apache.felix + maven-bundle-plugin + + true + + *;version="1.2" + org.apache.x*;resolution:=optional,* + + + + + + --- spec/pom.xml (revision 1027368) +++ spec/pom.xml (working copy) @@ -28,6 +28,8 @@ taglibs-standard-spec 1.2-SNAPSHOT + bundle + Apache Standard Taglib - JSTL Specification API 2001 @@ -83,5 +85,22 @@ provided - + + + + + org.apache.felix + maven-bundle-plugin + + + ${groupId}.${artifactId};singleton=true + JSR-052 JavaServer Pages Standard Tag Library Specification + Sun Microsystems, Inc. + 1.2 + javax.servlet.jsp.jstl*;version=1.2 + + + + +