Author: simonetripodi Date: Tue Jul 9 20:21:14 2013 New Revision: 1501528 URL: http://svn.apache.org/r1501528 Log: exclude the spi-all site deploy by default
Modified: onami/trunk/spi/all/pom.xml Modified: onami/trunk/spi/all/pom.xml URL: http://svn.apache.org/viewvc/onami/trunk/spi/all/pom.xml?rev=1501528&r1=1501527&r2=1501528&view=diff ============================================================================== --- onami/trunk/spi/all/pom.xml (original) +++ onami/trunk/spi/all/pom.xml Tue Jul 9 20:21:14 2013 @@ -31,13 +31,16 @@ <name>Apache Onami-SPI - All</name> <description>Apache Onami-SPI all modules in one single package</description> + <properties> + <site.skip>true</site.skip> + </properties> + <!-- in order to create the 'all' package, 'release' profile must be active --> <profiles> <profile> <id>release</id> <properties> - <site.skip>true</site.skip> <osgi.export>!org.apache.onami.spi.core,org.apache.onami.spi.*;version=${project.version}</osgi.export> </properties>