You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-commits@xmlgraphics.apache.org by ga...@apache.org on 2016/03/07 12:04:05 UTC

svn commit: r1733899 [2/2] - in /xmlgraphics/fop/branches/maven: ./ fop/ fop/src/test/java/org/apache/fop/accessibility/fo/ fop/src/test/java/org/apache/fop/accessibility/pdf/ fop/src/test/java/org/apache/fop/afp/ fop/src/test/java/org/apache/fop/compl...

Modified: xmlgraphics/fop/branches/maven/fop/pom.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/fop/branches/maven/fop/pom.xml?rev=1733899&r1=1733898&r2=1733899&view=diff
==============================================================================
--- xmlgraphics/fop/branches/maven/fop/pom.xml (original)
+++ xmlgraphics/fop/branches/maven/fop/pom.xml Mon Mar  7 11:03:53 2016
@@ -248,17 +248,15 @@
         <artifactId>maven-surefire-plugin</artifactId>
         <version>${surefire.plugin.version}</version><!--$NO-MVN-MAN-VER$-->
         <configuration>
-          <!--
           <includes>
             <include>**/*TestCase.java</include>
-            <include>**/*TestCases.java</include>
           </includes>
-          -->
           <excludes>
-            <exclude>**/*Test.java</exclude>
-            <exclude>**/*TestCase.java</exclude>
-            <exclude>**/*TestCases.java</exclude>
-            <exclude>**/*TestSuite.java</exclude>
+            <exclude>**/BasicEventTestCase.java</exclude>
+            <exclude>**/HyphenationLayoutTestCase.java</exclude>
+            <exclude>**/IFTestCase.java</exclude>
+            <exclude>**/PDFVTTestCase.java</exclude>
+            <exclude>**/PDFEncodingTestCase.java</exclude>
           </excludes>
           <redirectTestOutputToFile>true</redirectTestOutputToFile>
         </configuration>

Modified: xmlgraphics/fop/branches/maven/pom.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/fop/branches/maven/pom.xml?rev=1733899&r1=1733898&r2=1733899&view=diff
==============================================================================
--- xmlgraphics/fop/branches/maven/pom.xml (original)
+++ xmlgraphics/fop/branches/maven/pom.xml Mon Mar  7 11:03:53 2016
@@ -84,7 +84,6 @@
       <url>https://repository.apache.org/content/repositories/snapshots</url>
       <snapshots>
         <enabled>true</enabled>
-        <updatePolicy>daily</updatePolicy>
       </snapshots>
     </repository>
   </repositories>



---------------------------------------------------------------------
To unsubscribe, e-mail: fop-commits-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: fop-commits-help@xmlgraphics.apache.org