You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by an...@apache.org on 2015/02/11 13:09:32 UTC

jena git commit: Remove duplicate surefire plugin

Repository: jena
Updated Branches:
  refs/heads/master 8388d25cd -> 3199dd102


Remove duplicate surefire plugin


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

Branch: refs/heads/master
Commit: 3199dd1020e2f6ac06d49f2a230e5f9faad48382
Parents: 8388d25
Author: Andy Seaborne <an...@seaborne.org>
Authored: Wed Feb 11 12:09:27 2015 +0000
Committer: Andy Seaborne <an...@seaborne.org>
Committed: Wed Feb 11 12:09:27 2015 +0000

----------------------------------------------------------------------
 apache-jena-osgi/jena-osgi-test/pom.xml | 29 +++-------------------------
 1 file changed, 3 insertions(+), 26 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/jena/blob/3199dd10/apache-jena-osgi/jena-osgi-test/pom.xml
----------------------------------------------------------------------
diff --git a/apache-jena-osgi/jena-osgi-test/pom.xml b/apache-jena-osgi/jena-osgi-test/pom.xml
index 499174b..3049d06 100644
--- a/apache-jena-osgi/jena-osgi-test/pom.xml
+++ b/apache-jena-osgi/jena-osgi-test/pom.xml
@@ -135,6 +135,7 @@ limitations under the License.
 
   <build>
     <plugins>
+
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-surefire-plugin</artifactId>
@@ -150,6 +151,7 @@ limitations under the License.
           </systemPropertyVariables>
         </configuration>
       </plugin>
+
       <plugin>
         <groupId>org.apache.felix</groupId>
         <artifactId>maven-bundle-plugin</artifactId>
@@ -185,33 +187,8 @@ limitations under the License.
         </executions>
         <configuration>
         </configuration>
-
-      </plugin>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-surefire-plugin</artifactId>
-        <configuration>
-          <classpathDependencyExcludes>
-            <classpathDependencyExclude>org.slf4j:slf4j-log4j12</classpathDependencyExclude>
-          </classpathDependencyExcludes>
-          <systemPropertyVariables>
-            <!-- So the test can find the current version of jena-osgi -->
-            <jena-osgi.version>${project.version}</jena-osgi.version>
-            <!-- not so noisy OSGi logging -->
-            <org.ops4j.pax.logging.DefaultServiceLog.level>WARN</org.ops4j.pax.logging.DefaultServiceLog.level>
-          </systemPropertyVariables>
-        </configuration>
-        <executions>
-          <execution>
-            <id>default-test</id>
-            <goals>
-              <goal>test</goal>
-            </goals>
-            <!-- delay until integration-test phase -->
-            <phase>integration-test</phase>
-          </execution>
-        </executions>
       </plugin>
+
     </plugins>
   </build>