You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hc.apache.org by ol...@apache.org on 2012/12/22 18:29:34 UTC

svn commit: r1425318 - in /httpcomponents/httpcore/trunk: httpcore-ab/pom.xml httpcore-nio/pom.xml httpcore/pom.xml pom.xml

Author: olegk
Date: Sat Dec 22 17:29:33 2012
New Revision: 1425318

URL: http://svn.apache.org/viewvc?rev=1425318&view=rev
Log:
main.basedir stuff turned out to be unnecessary; the continuum build failure is caused by compatibility problem with Maven 2.2.x

Modified:
    httpcomponents/httpcore/trunk/httpcore-ab/pom.xml
    httpcomponents/httpcore/trunk/httpcore-nio/pom.xml
    httpcomponents/httpcore/trunk/httpcore/pom.xml
    httpcomponents/httpcore/trunk/pom.xml

Modified: httpcomponents/httpcore/trunk/httpcore-ab/pom.xml
URL: http://svn.apache.org/viewvc/httpcomponents/httpcore/trunk/httpcore-ab/pom.xml?rev=1425318&r1=1425317&r2=1425318&view=diff
==============================================================================
--- httpcomponents/httpcore/trunk/httpcore-ab/pom.xml (original)
+++ httpcomponents/httpcore/trunk/httpcore-ab/pom.xml Sat Dec 22 17:29:33 2012
@@ -46,7 +46,6 @@
     <httpcore.compiler.compilerVersion />
     <httpcore.compiler.javac />
     <httpcore.surefire.java />
-    <main.basedir>${project.parent.basedir}</main.basedir>
   </properties>
 
   <dependencies>

Modified: httpcomponents/httpcore/trunk/httpcore-nio/pom.xml
URL: http://svn.apache.org/viewvc/httpcomponents/httpcore/trunk/httpcore-nio/pom.xml?rev=1425318&r1=1425317&r2=1425318&view=diff
==============================================================================
--- httpcomponents/httpcore/trunk/httpcore-nio/pom.xml (original)
+++ httpcomponents/httpcore/trunk/httpcore-nio/pom.xml Sat Dec 22 17:29:33 2012
@@ -47,7 +47,6 @@
     <httpcore.compiler.compilerVersion />
     <httpcore.compiler.javac />
     <httpcore.surefire.java />
-    <main.basedir>${project.parent.basedir}</main.basedir>
   </properties>
 
   <dependencies>

Modified: httpcomponents/httpcore/trunk/httpcore/pom.xml
URL: http://svn.apache.org/viewvc/httpcomponents/httpcore/trunk/httpcore/pom.xml?rev=1425318&r1=1425317&r2=1425318&view=diff
==============================================================================
--- httpcomponents/httpcore/trunk/httpcore/pom.xml (original)
+++ httpcomponents/httpcore/trunk/httpcore/pom.xml Sat Dec 22 17:29:33 2012
@@ -47,7 +47,6 @@
     <httpcore.compiler.compilerVersion />
     <httpcore.compiler.javac />
     <httpcore.surefire.java />
-    <main.basedir>${project.parent.basedir}</main.basedir>
   </properties>
 
   <dependencies>

Modified: httpcomponents/httpcore/trunk/pom.xml
URL: http://svn.apache.org/viewvc/httpcomponents/httpcore/trunk/pom.xml?rev=1425318&r1=1425317&r2=1425318&view=diff
==============================================================================
--- httpcomponents/httpcore/trunk/pom.xml (original)
+++ httpcomponents/httpcore/trunk/pom.xml Sat Dec 22 17:29:33 2012
@@ -76,7 +76,6 @@
     <mockito.version>1.8.5</mockito.version>
     <commons-logging.version>1.1.1</commons-logging.version>
     <api.comparison.version>4.2</api.comparison.version>
-    <main.basedir>${project.basedir}</main.basedir>
   </properties>
 
   <dependencyManagement>
@@ -294,7 +293,7 @@
             <id>validate</id>
             <phase>validate</phase>
             <configuration>
-              <configLocation>${main.basedir}/hc-checkstyle.xml</configLocation>
+              <configLocation>hc-checkstyle.xml</configLocation>
               <consoleOutput>true</consoleOutput>
               <failsOnError>true</failsOnError>
               <linkXRef>false</linkXRef>