File: disable_maven_bundle_plugin.diff

package info (click to toggle)
portlet-api-2.0-spec 1.0-2.1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 612 kB
  • ctags: 720
  • sloc: java: 1,655; xml: 76; sh: 11; makefile: 4
file content (24 lines) | stat: -rw-r--r-- 632 bytes parent folder | download | duplicates (4)
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>