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/06/20 10:16:45 UTC

svn commit: r548984 - /cocoon/trunk/tools/cocoon-maven-plugin/pom.xml

Author: reinhard
Date: Wed Jun 20 01:16:45 2007
New Revision: 548984

URL: http://svn.apache.org/viewvc?view=rev&rev=548984
Log:
formatting

Modified:
    cocoon/trunk/tools/cocoon-maven-plugin/pom.xml

Modified: cocoon/trunk/tools/cocoon-maven-plugin/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/trunk/tools/cocoon-maven-plugin/pom.xml?view=diff&rev=548984&r1=548983&r2=548984
==============================================================================
--- cocoon/trunk/tools/cocoon-maven-plugin/pom.xml (original)
+++ cocoon/trunk/tools/cocoon-maven-plugin/pom.xml Wed Jun 20 01:16:45 2007
@@ -26,13 +26,13 @@
   <parent>
     <artifactId>cocoon-tools-modules</artifactId>
     <groupId>org.apache.cocoon</groupId>
-    <version>5-SNAPSHOT</version>    
+    <version>5-SNAPSHOT</version>
   </parent>
   <artifactId>cocoon-maven-plugin</artifactId>
   <version>1.0.0-M2-SNAPSHOT</version>
   <packaging>maven-plugin</packaging>
   <name>Cocoon Maven 2 Plugin</name>
-  
+
   <dependencies>
     <!-- utility libs -->
     <dependency>
@@ -46,11 +46,11 @@
     <dependency>
       <groupId>commons-configuration</groupId>
       <artifactId>commons-configuration</artifactId>
-    </dependency>    
+    </dependency>
     <dependency>
       <groupId>commons-lang</groupId>
       <artifactId>commons-lang</artifactId>
-    </dependency>  
+    </dependency>
     <!-- Maven specific -->
     <dependency>
       <groupId>org.apache.maven</groupId>
@@ -89,7 +89,7 @@
       <groupId>javax.servlet</groupId>
       <artifactId>servlet-api</artifactId>
       <scope>compile</scope>
-    </dependency>    
+    </dependency>
     <!-- test libs -->
     <dependency>
       <groupId>junit</groupId>
@@ -97,7 +97,7 @@
       <scope>test</scope>
     </dependency>
   </dependencies>
-  
+
   <build>
     <plugins>
       <plugin>
@@ -105,31 +105,31 @@
         <configuration>
           <goalPrefix>cocoon</goalPrefix>
         </configuration>
-      </plugin>       
+      </plugin>
     </plugins>
   </build>
-  
+
   <reporting>
     <plugins>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-plugin-plugin</artifactId>
-      </plugin>       
+      </plugin>
     </plugins>
-  </reporting>  
-  
+  </reporting>
+
   <properties>
-    <docs.name>${project.name}</docs.name>    
+    <docs.name>${project.name}</docs.name>
     <docs.version>${docs.m.maven-plugin.version}</docs.version>
-  </properties>    
-  
+  </properties>
+
   <distributionManagement>
     <site>
       <id>website</id>
       <url>${docs.deploymentBaseUrl}/${docs.m.maven-plugin.relPath}</url>
     </site>
-  </distributionManagement> 
-  
+  </distributionManagement>
+
   <profiles>
     <profile>
       <id>daisy</id>
@@ -138,14 +138,14 @@
           <plugin>
             <groupId>org.daisycms</groupId>
             <artifactId>daisy-maven-plugin</artifactId>
-            <configuration>        
+            <configuration>
               <navDocId>1296</navDocId>
-              <collection>cdocs-maven-plugin</collection>          
-	      <skipFirstNavigationDocumentLevel>false</skipFirstNavigationDocumentLevel>
-	    </configuration>
-	  </plugin> 
+              <collection>cdocs-maven-plugin</collection>
+      	      <skipFirstNavigationDocumentLevel>false</skipFirstNavigationDocumentLevel>
+      	    </configuration>
+      	  </plugin>
         </plugins>
-      </build>      
+      </build>
     </profile>
   </profiles>
 </project>