This is an automated email from the ASF dual-hosted git repository.

mmerli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-pulsar.git


The following commit(s) were added to refs/heads/master by this push:
     new 90d86c0  [build] Configure os extension plugin at root pom (#2396)
90d86c0 is described below

commit 90d86c0fe31fd614c9aa9037f900305661ece879
Author: Sijie Guo <[email protected]>
AuthorDate: Fri Aug 17 13:32:10 2018 -0700

    [build] Configure os extension plugin at root pom (#2396)
    
    ### Motivation
    
    os extension plugin is required by managed-ledger as well.
    
     ### Change
    
    move the extension to the root pom file.
---
 pom.xml                               | 5 +++++
 pulsar-client-schema/pom.xml          | 7 -------
 pulsar-functions/proto-shaded/pom.xml | 7 -------
 pulsar-functions/proto/pom.xml        | 7 -------
 4 files changed, 5 insertions(+), 21 deletions(-)

diff --git a/pom.xml b/pom.xml
index f60421c..49edc8c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1256,6 +1256,11 @@ flexible messaging model and an intuitive client 
API.</description>
         <artifactId>wagon-ssh-external</artifactId>
         <version>2.10</version>
       </extension>
+      <extension>
+        <groupId>kr.motd.maven</groupId>
+        <artifactId>os-maven-plugin</artifactId>
+        <version>1.4.1.Final</version>
+      </extension>
     </extensions>
   </build>
 
diff --git a/pulsar-client-schema/pom.xml b/pulsar-client-schema/pom.xml
index 7ee5646..477627e 100644
--- a/pulsar-client-schema/pom.xml
+++ b/pulsar-client-schema/pom.xml
@@ -86,13 +86,6 @@
                 <filtering>true</filtering>
             </resource>
         </resources>
-        <extensions>
-            <extension>
-                <groupId>kr.motd.maven</groupId>
-                <artifactId>os-maven-plugin</artifactId>
-                <version>1.4.1.Final</version>
-            </extension>
-        </extensions>
         <!-- Generate protobuf for testing purposes -->
         <plugins>
             <plugin>
diff --git a/pulsar-functions/proto-shaded/pom.xml 
b/pulsar-functions/proto-shaded/pom.xml
index 2a4d68f..7cdc489 100644
--- a/pulsar-functions/proto-shaded/pom.xml
+++ b/pulsar-functions/proto-shaded/pom.xml
@@ -46,13 +46,6 @@
            </dependency>
     </dependencies>
     <build>
-        <extensions>
-            <extension>
-                <groupId>kr.motd.maven</groupId>
-                <artifactId>os-maven-plugin</artifactId>
-                <version>1.4.1.Final</version>
-            </extension>
-        </extensions>
         <plugins>
               <plugin>
                <groupId>org.apache.maven.plugins</groupId>
diff --git a/pulsar-functions/proto/pom.xml b/pulsar-functions/proto/pom.xml
index 4249ec6..28a5e06 100644
--- a/pulsar-functions/proto/pom.xml
+++ b/pulsar-functions/proto/pom.xml
@@ -54,13 +54,6 @@
 
     </dependencies>
     <build>
-        <extensions>
-            <extension>
-                <groupId>kr.motd.maven</groupId>
-                <artifactId>os-maven-plugin</artifactId>
-                <version>1.4.1.Final</version>
-            </extension>
-        </extensions>
         <plugins>
             <plugin>
                 <groupId>org.xolstice.maven.plugins</groupId>

Reply via email to