1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
--- 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>
|