Author: frm
Date: Thu Apr 21 15:48:10 2016
New Revision: 1740343
URL: http://svn.apache.org/viewvc?rev=1740343&view=rev
Log:
OAK-4258 - Prevent oak-segment-next from being released
Skipping the execution of maven-deploy-plugin effectively prevents
oak-segment-next, either in SNAPSHOT or released form, from being deployed to
any upstream repository.
Modified:
jackrabbit/oak/trunk/oak-segment-next/pom.xml
Modified: jackrabbit/oak/trunk/oak-segment-next/pom.xml
URL:
http://svn.apache.org/viewvc/jackrabbit/oak/trunk/oak-segment-next/pom.xml?rev=1740343&r1=1740342&r2=1740343&view=diff
==============================================================================
--- jackrabbit/oak/trunk/oak-segment-next/pom.xml (original)
+++ jackrabbit/oak/trunk/oak-segment-next/pom.xml Thu Apr 21 15:48:10 2016
@@ -52,6 +52,12 @@
<groupId>org.apache.felix</groupId>
<artifactId>maven-scr-plugin</artifactId>
</plugin>
+ <plugin>
+ <artifactId>maven-deploy-plugin</artifactId>
+ <configuration>
+ <skip>true</skip>
+ </configuration>
+ </plugin>
</plugins>
</build>