merlimat closed pull request #2396: [build] Configure os extension plugin at
root pom
URL: https://github.com/apache/incubator-pulsar/pull/2396
This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:
As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):
diff --git a/pom.xml b/pom.xml
index f60421cfc0..49edc8c50b 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 7ee5646aeb..477627e77b 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 2a4d68f63d..7cdc48930a 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 4249ec6960..28a5e06210 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>
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services