You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by da...@apache.org on 2015/07/05 13:25:57 UTC

isis git commit: ISIS-1052: fixing bad elements in pom.xml of simpleapp

Repository: isis
Updated Branches:
  refs/heads/master 1d27060fa -> eb6742b45


ISIS-1052: fixing bad elements in pom.xml of simpleapp

- which IDEs such as IntelliJ complain about, as violating the pom.xsd.


Project: http://git-wip-us.apache.org/repos/asf/isis/repo
Commit: http://git-wip-us.apache.org/repos/asf/isis/commit/eb6742b4
Tree: http://git-wip-us.apache.org/repos/asf/isis/tree/eb6742b4
Diff: http://git-wip-us.apache.org/repos/asf/isis/diff/eb6742b4

Branch: refs/heads/master
Commit: eb6742b4514140d4dc74c2a7008d467eadca69a4
Parents: 1d27060
Author: Dan Haywood <da...@haywood-associates.co.uk>
Authored: Sun Jul 5 12:25:39 2015 +0100
Committer: Dan Haywood <da...@haywood-associates.co.uk>
Committed: Sun Jul 5 12:25:39 2015 +0100

----------------------------------------------------------------------
 example/application/simpleapp/pom.xml                  | 13 +------------
 .../src/main/resources/archetype-resources/pom.xml     | 13 +------------
 tck/pom.xml                                            |  5 +----
 3 files changed, 3 insertions(+), 28 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/isis/blob/eb6742b4/example/application/simpleapp/pom.xml
----------------------------------------------------------------------
diff --git a/example/application/simpleapp/pom.xml b/example/application/simpleapp/pom.xml
index c535001..9c2442d 100644
--- a/example/application/simpleapp/pom.xml
+++ b/example/application/simpleapp/pom.xml
@@ -138,7 +138,7 @@
                         </excludes>
                         <useFile>true</useFile>
                         <printSummary>true</printSummary>
-                        <outputDirectory>${project.build.directory}/surefire-reports</outputDirectory>
+                        <reportsDirectory>${project.build.directory}/surefire-reports</reportsDirectory>
                     </configuration>
                 </plugin>
 
@@ -147,17 +147,6 @@
                     <artifactId>maven-surefire-report-plugin</artifactId>
                     <version>2.16</version>
                     <configuration>
-                        <includes>
-                            <include>**/*Test.java</include>
-                            <include>**/*Test$*.java</include>
-                            <include>**/*Test_*.java</include>
-                            <include>**/*Spec*.java</include>
-                        </includes>
-                        <excludes>
-                            <exclude>**/Test*.java</exclude>
-                            <exclude>**/*ForTesting.java</exclude>
-                            <exclude>**/*Abstract*.java</exclude>
-                        </excludes>
                         <showSuccess>false</showSuccess>
                     </configuration>
                     <executions>

http://git-wip-us.apache.org/repos/asf/isis/blob/eb6742b4/example/archetype/simpleapp/src/main/resources/archetype-resources/pom.xml
----------------------------------------------------------------------
diff --git a/example/archetype/simpleapp/src/main/resources/archetype-resources/pom.xml b/example/archetype/simpleapp/src/main/resources/archetype-resources/pom.xml
index 45bfee5..284f169 100644
--- a/example/archetype/simpleapp/src/main/resources/archetype-resources/pom.xml
+++ b/example/archetype/simpleapp/src/main/resources/archetype-resources/pom.xml
@@ -134,7 +134,7 @@
                         </excludes>
                         <useFile>true</useFile>
                         <printSummary>true</printSummary>
-                        <outputDirectory>${project.build.directory}/surefire-reports</outputDirectory>
+                        <reportsDirectory>${project.build.directory}/surefire-reports</reportsDirectory>
                     </configuration>
                 </plugin>
 
@@ -143,17 +143,6 @@
                     <artifactId>maven-surefire-report-plugin</artifactId>
                     <version>2.16</version>
                     <configuration>
-                        <includes>
-                            <include>**/*Test.java</include>
-                            <include>**/*Test$*.java</include>
-                            <include>**/*Test_*.java</include>
-                            <include>**/*Spec*.java</include>
-                        </includes>
-                        <excludes>
-                            <exclude>**/Test*.java</exclude>
-                            <exclude>**/*ForTesting.java</exclude>
-                            <exclude>**/*Abstract*.java</exclude>
-                        </excludes>
                         <showSuccess>false</showSuccess>
                     </configuration>
                     <executions>

http://git-wip-us.apache.org/repos/asf/isis/blob/eb6742b4/tck/pom.xml
----------------------------------------------------------------------
diff --git a/tck/pom.xml b/tck/pom.xml
index 3d65c58..6f1b2cd 100644
--- a/tck/pom.xml
+++ b/tck/pom.xml
@@ -93,7 +93,7 @@
                         </excludes>
                         <useFile>true</useFile>
                         <printSummary>false</printSummary>
-                        <outputDirectory>${project.build.directory}/surefire-reports</outputDirectory>
+                        <reportsDirectory>${project.build.directory}/surefire-reports</reportsDirectory>
                     </configuration>
                 </plugin>
 
@@ -102,9 +102,6 @@
                     <artifactId>maven-surefire-report-plugin</artifactId>
                     <version>2.16</version>
                     <configuration>
-                        <excludes>
-                            <exclude>**/Test*.java</exclude>
-                        </excludes>
                         <showSuccess>false</showSuccess>
                     </configuration>
                     <executions>