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 <[email protected]> Authored: Wed Feb 11 12:09:27 2015 +0000 Committer: Andy Seaborne <[email protected]> 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>
