You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by cz...@apache.org on 2008/01/08 08:12:05 UTC

svn commit: r609891 - in /incubator/sling/trunk: parent/pom.xml site/

Author: cziegeler
Date: Mon Jan  7 23:12:01 2008
New Revision: 609891

URL: http://svn.apache.org/viewvc?rev=609891&view=rev
Log:
Remove the site module (we have a wiki/website)

Removed:
    incubator/sling/trunk/site/
Modified:
    incubator/sling/trunk/parent/pom.xml

Modified: incubator/sling/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/incubator/sling/trunk/parent/pom.xml?rev=609891&r1=609890&r2=609891&view=diff
==============================================================================
--- incubator/sling/trunk/parent/pom.xml (original)
+++ incubator/sling/trunk/parent/pom.xml Mon Jan  7 23:12:01 2008
@@ -152,6 +152,11 @@
                 </plugin>
                 <plugin>
                     <groupId>org.apache.sling</groupId>
+                    <artifactId>maven-sling-plugin</artifactId>
+                    <version>2.0.0-incubator-SNAPSHOT</version>
+                </plugin>
+                <plugin>
+                    <groupId>org.apache.sling</groupId>
                     <artifactId>maven-jcrocm-plugin</artifactId>
                     <version>2.0.0-incubator-SNAPSHOT</version>
                     <executions>
@@ -206,7 +211,39 @@
         </pluginManagement>
     </build>
 
-
+    <profiles>
+        <profile>
+            <id>develop</id>
+            <activation>
+              <property>
+                <name>mode</name>
+                <value>develop</value>
+              </property>
+            </activation>
+            <properties>
+            <test>true</test>
+            </properties>
+<!-- 
+            <build>
+                <plugins>
+                    <plugin>
+                        <groupId>org.apache.sling</groupId>
+                        <artifactId>maven-sling-plugin</artifactId>
+                        <executions>
+                            <execution>
+                                <id>install-bundle</id>
+                                <goals>
+                                    <goal>install</goal>
+                                </goals>
+                            </execution>
+                        </executions>
+                    </plugin>
+                </plugins>
+            </build>
+ -->
+        </profile>
+     </profiles>
+    
     <mailingLists>
         <mailingList>
             <name>Sling Development List</name>