This is an automated email from the ASF dual-hosted git repository.
kwin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-parent.git
The following commit(s) were added to refs/heads/master by this push:
new bd1c085 releng: prevent installation of reactor pom
bd1c085 is described below
commit bd1c085c36194f5557b7855993f67e681c55eecb
Author: Konrad Windszus <[email protected]>
AuthorDate: Fri Feb 26 08:13:32 2021 +0100
releng: prevent installation of reactor pom
---
pom.xml | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/pom.xml b/pom.xml
index c722d0f..3c58cd5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -57,6 +57,15 @@
<skip>true</skip>
</configuration>
</plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-install-plugin</artifactId>
+ <version>3.0.0-M1</version>
+ <configuration>
+ <!-- don't deploy reactor module itself -->
+ <skip>true</skip>
+ </configuration>
+ </plugin>
</plugins>
</build>