From b44fe2094fc2bcfd3a9d83cccb5983329c69681a Mon Sep 17 00:00:00 2001 From: Simone Bordet Date: Mon, 2 Apr 2012 13:16:40 +0200 Subject: [PATCH] Fixed Maven warning. --- jetty-spdy/spdy-jetty-http/pom.xml | 6 +++--- jetty-spdy/spdy-jetty/pom.xml | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/jetty-spdy/spdy-jetty-http/pom.xml b/jetty-spdy/spdy-jetty-http/pom.xml index eb6ab126a5c..a73edfc9ed2 100644 --- a/jetty-spdy/spdy-jetty-http/pom.xml +++ b/jetty-spdy/spdy-jetty-http/pom.xml @@ -28,7 +28,7 @@ ${npn.version} jar false - ${build.directory}/npn + ${project.build.directory}/npn @@ -38,7 +38,7 @@ maven-surefire-plugin - -Xbootclasspath/p:${build.directory}/npn/npn-boot-${npn.version}.jar + -Xbootclasspath/p:${project.build.directory}/npn/npn-boot-${npn.version}.jar @@ -81,4 +81,4 @@ test - \ No newline at end of file + diff --git a/jetty-spdy/spdy-jetty/pom.xml b/jetty-spdy/spdy-jetty/pom.xml index c6f86c27769..2b4f11d2339 100644 --- a/jetty-spdy/spdy-jetty/pom.xml +++ b/jetty-spdy/spdy-jetty/pom.xml @@ -27,7 +27,7 @@ ${npn.version} jar false - ${build.directory}/npn + ${project.build.directory}/npn @@ -37,7 +37,7 @@ maven-surefire-plugin - -Xbootclasspath/p:${build.directory}/npn/npn-boot-${npn.version}.jar + -Xbootclasspath/p:${project.build.directory}/npn/npn-boot-${npn.version}.jar @@ -50,7 +50,7 @@ maven-surefire-plugin - true + true @@ -85,4 +85,4 @@ test - \ No newline at end of file +