You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2015/04/04 23:41:04 UTC

svn commit: r1671351 - /maven/plugins/trunk/maven-javadoc-plugin/pom.xml

Author: hboutemy
Date: Sat Apr  4 21:41:04 2015
New Revision: 1671351

URL: http://svn.apache.org/r1671351
Log:
ignore temporary file (that should not be here if there was no unexpected failure)

Modified:
    maven/plugins/trunk/maven-javadoc-plugin/pom.xml

Modified: maven/plugins/trunk/maven-javadoc-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-javadoc-plugin/pom.xml?rev=1671351&r1=1671350&r2=1671351&view=diff
==============================================================================
--- maven/plugins/trunk/maven-javadoc-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-javadoc-plugin/pom.xml Sat Apr  4 21:41:04 2015
@@ -295,6 +295,8 @@ under the License.
               <exclude>src/main/resources/org/apache/maven/plugin/javadoc/frame-injection-fix.txt</exclude>
               <!-- Original POM file that is used in a repository -->
               <exclude>src/test/resources/unit/test-javadoc-test/junit/junit/3.8.1/junit-3.8.1.pom</exclude>
+              <!-- temporary file that sometimes stays after a failure then completely blocks build -->
+              <exclude>javadoc-options-javadoc-resources.xml</exclude>
             </excludes>
           </configuration>
         </plugin>