You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by sk...@apache.org on 2008/02/01 20:48:28 UTC

svn commit: r617619 - /myfaces/orchestra/trunk/sandbox/pom.xml

Author: skitching
Date: Fri Feb  1 11:48:26 2008
New Revision: 617619

URL: http://svn.apache.org/viewvc?rev=617619&view=rev
Log:
Comment out stuff that prevents the sandbox building when -Pgenerate-assembly is set.

Modified:
    myfaces/orchestra/trunk/sandbox/pom.xml

Modified: myfaces/orchestra/trunk/sandbox/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/orchestra/trunk/sandbox/pom.xml?rev=617619&r1=617618&r2=617619&view=diff
==============================================================================
--- myfaces/orchestra/trunk/sandbox/pom.xml (original)
+++ myfaces/orchestra/trunk/sandbox/pom.xml Fri Feb  1 11:48:26 2008
@@ -329,6 +329,8 @@
       <id>generate-assembly</id>
       <build>
         <plugins>
+<!--
+  - At the moment, there are no .tld files in the sandbox project, so disable this.
           <plugin>
             <groupId>org.codehaus.mojo</groupId>
             <artifactId>xslt-maven-plugin</artifactId>
@@ -360,6 +362,7 @@
               </execution>
             </executions>
           </plugin>
+-->
           <plugin>
             <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-javadoc-plugin</artifactId>
@@ -372,6 +375,11 @@
               </execution>
             </executions>
           </plugin>
+<!--
+  - This plugin will fail if the tlddoc-site directory does not exist. That dir
+  - is created by the generate-tld-for-tlddoc execution above, but only if there
+  - are .tld files to process, which at the moment there aren't. So comment out
+  - this plugin until .tld files exist to actually process.
           <plugin>
             <groupId>net.sourceforge.maven-taglib</groupId>
             <artifactId>maven-taglib-plugin</artifactId>
@@ -388,6 +396,7 @@
               </execution>
             </executions>
           </plugin>
+-->
           <plugin>
             <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-source-plugin</artifactId>