You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by re...@apache.org on 2007/02/12 22:12:33 UTC

svn commit: r506654 - /cocoon/trunk/core/cocoon-servlet-service/cocoon-servlet-service-impl/pom.xml

Author: reinhard
Date: Mon Feb 12 13:12:32 2007
New Revision: 506654

URL: http://svn.apache.org/viewvc?view=rev&rev=506654
Log:
change parent to root pom; deactivate Daisy

Modified:
    cocoon/trunk/core/cocoon-servlet-service/cocoon-servlet-service-impl/pom.xml

Modified: cocoon/trunk/core/cocoon-servlet-service/cocoon-servlet-service-impl/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/trunk/core/cocoon-servlet-service/cocoon-servlet-service-impl/pom.xml?view=diff&rev=506654&r1=506653&r2=506654
==============================================================================
--- cocoon/trunk/core/cocoon-servlet-service/cocoon-servlet-service-impl/pom.xml (original)
+++ cocoon/trunk/core/cocoon-servlet-service/cocoon-servlet-service-impl/pom.xml Mon Feb 12 13:12:32 2007
@@ -24,10 +24,10 @@
 
   <modelVersion>4.0.0</modelVersion>
   <parent>
-    <artifactId>cocoon-core-modules</artifactId>
+    <artifactId>cocoon</artifactId>
     <groupId>org.apache.cocoon</groupId>
-    <version>3-SNAPSHOT</version>
-    <relativePath>../../pom.xml</relativePath>
+    <version>3</version>
+    <relativePath>../../../pom.xml</relativePath>
   </parent>
   <artifactId>cocoon-servlet-service-impl</artifactId>
   <packaging>jar</packaging>
@@ -107,14 +107,14 @@
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-site-plugin</artifactId>
       </plugin>
-      <plugin>
+      <!--plugin>
         <groupId>org.daisycms</groupId>
         <artifactId>daisy-maven-plugin</artifactId>
         <configuration>        
           <navDocId>0</navDocId>
           <createSiteXmlOnly>true</createSiteXmlOnly>
         </configuration>
-      </plugin>       
+      </plugin-->       
     </plugins>
     <resources>
       <resource>
@@ -136,4 +136,4 @@
     </site>
   </distributionManagement>    
   -->
-</project>
\ No newline at end of file
+</project>