You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by rv...@apache.org on 2015/02/25 15:28:05 UTC

[2/2] jena git commit: Avoid duplicate inherited from parent

Avoid duplicate <extensions> inherited from parent <plugin>


Project: http://git-wip-us.apache.org/repos/asf/jena/repo
Commit: http://git-wip-us.apache.org/repos/asf/jena/commit/30360c8b
Tree: http://git-wip-us.apache.org/repos/asf/jena/tree/30360c8b
Diff: http://git-wip-us.apache.org/repos/asf/jena/diff/30360c8b

Branch: refs/heads/master
Commit: 30360c8b802f966b761ccb9e4dfa228126c1935b
Parents: f3c12d1
Author: Stian Soiland-Reyes <st...@apache.org>
Authored: Wed Feb 25 14:14:08 2015 +0000
Committer: Stian Soiland-Reyes <st...@apache.org>
Committed: Wed Feb 25 14:14:08 2015 +0000

----------------------------------------------------------------------
 apache-jena-osgi/jena-osgi-test/pom.xml | 1 -
 apache-jena-osgi/jena-osgi/pom.xml      | 1 -
 2 files changed, 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/jena/blob/30360c8b/apache-jena-osgi/jena-osgi-test/pom.xml
----------------------------------------------------------------------
diff --git a/apache-jena-osgi/jena-osgi-test/pom.xml b/apache-jena-osgi/jena-osgi-test/pom.xml
index 3049d06..33644dc 100644
--- a/apache-jena-osgi/jena-osgi-test/pom.xml
+++ b/apache-jena-osgi/jena-osgi-test/pom.xml
@@ -155,7 +155,6 @@ limitations under the License.
       <plugin>
         <groupId>org.apache.felix</groupId>
         <artifactId>maven-bundle-plugin</artifactId>
-        <extensions>true</extensions>
       </plugin>
       <plugin>
         <!-- generate target/pax-exam-links -->

http://git-wip-us.apache.org/repos/asf/jena/blob/30360c8b/apache-jena-osgi/jena-osgi/pom.xml
----------------------------------------------------------------------
diff --git a/apache-jena-osgi/jena-osgi/pom.xml b/apache-jena-osgi/jena-osgi/pom.xml
index cc6a27a..1b21245 100644
--- a/apache-jena-osgi/jena-osgi/pom.xml
+++ b/apache-jena-osgi/jena-osgi/pom.xml
@@ -223,7 +223,6 @@
             <Import-Package>!sun.io,!org.apache.avalon.framework.logger,!com.ibm.uvm.tools,!com.sun.jdmk.comm,!org.apache.log,!org.apache.xml.*,!org.apache.xerces.*,*</Import-Package>
           </instructions>
         </configuration>
-        <extensions>true</extensions>
       </plugin>
     </plugins>
   </build>