Author: justin
Date: Wed Jul 21 20:46:59 2010
New Revision: 966411
URL: http://svn.apache.org/viewvc?rev=966411&view=rev
Log:
creating profile for running launchpad without initial content
Modified:
sling/trunk/launchpad/testing/pom.xml
Modified: sling/trunk/launchpad/testing/pom.xml
URL:
http://svn.apache.org/viewvc/sling/trunk/launchpad/testing/pom.xml?rev=966411&r1=966410&r2=966411&view=diff
==============================================================================
--- sling/trunk/launchpad/testing/pom.xml (original)
+++ sling/trunk/launchpad/testing/pom.xml Wed Jul 21 20:46:59 2010
@@ -363,6 +363,25 @@
</plugins>
</build>
</profile>
+ <profile>
+ <id>exclude-initial-content</id>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.sling</groupId>
+ <artifactId>maven-launchpad-plugin</artifactId>
+ <configuration>
+ <bundleExclusions>
+ <bundle>
+ <groupId>org.apache.sling</groupId>
+
<artifactId>org.apache.sling.launchpad.content</artifactId>
+ </bundle>
+ </bundleExclusions>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+ </profile>
</profiles>
<dependencies>