--- a/pom.xml
+++ b/pom.xml
@@ -31,7 +31,7 @@
   <modelVersion>4.0.0</modelVersion>
   <artifactId>portlet-api_2.0_spec</artifactId>
   <version>1.0</version>
-  <packaging>bundle</packaging>
+  <packaging>jar</packaging>
   <name>Java Portlet Specification V2.0</name>
   <description>The Java Portlet API version 2.0 developed by the Java Community Process JSR-286 Expert Group.</description>
 
@@ -86,10 +86,12 @@
     </pluginManagement>
 
     <plugins>
+<!--
       <plugin>
         <groupId>org.apache.felix</groupId>
         <artifactId>maven-bundle-plugin</artifactId>
       </plugin>
+-->
     </plugins>
   </build>
 
