Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Jencks2009-07-01 22:12:24 +0000
committerDavid Jencks2009-07-01 22:12:24 +0000
commit17a34f29358281341cd8754bfc94d0094352f09e (patch)
treea045e57e9e60493d2e0e55cdcb837a5f7ded13b0
parent709504d176446e65716a1f62706c3a8e7d68f7e5 (diff)
downloadorg.eclipse.jetty.project-17a34f29358281341cd8754bfc94d0094352f09e.tar.gz
org.eclipse.jetty.project-17a34f29358281341cd8754bfc94d0094352f09e.tar.xz
org.eclipse.jetty.project-17a34f29358281341cd8754bfc94d0094352f09e.zip
make -Dtest=false work
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@459 7e9141cc-0065-0410-87d8-b60c137991c4
-rw-r--r--pom.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index beeff2d871..fa9df29c87 100644
--- a/pom.xml
+++ b/pom.xml
@@ -84,6 +84,9 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.4.2</version>
+ <configuration>
+ <failIfNoTests>false</failIfNoTests>
+ </configuration>
</plugin>
<plugin>
<groupId>org.apache.felix</groupId>

Back to the top