Hello,
I checked out the http-core component to my workspace, and XML
validation tool tells me that the pom.xml does not validate against
the maven POM schema.
(schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd").
I have corrected the pom.xml and am attaching the diff. If it is all
right, someone with commit access might want to commit it to the
repository.
The pom.xml for the httpcomponents also did not validate. The patch
for that is also attached to this email.
I was travelling over the past week, so am lagging behind the emails
on the list and am not sure which is the issue tracking tool for http
components. Neither Bugzilla nor Jira have HttpComponents listed. Are
we still using the HttpClient Bugzilla module for issue tracking?
Regards,
Bindul
Index: E:/apache/httpcomponents/workspace/httpcomponents/pom.xml
===================================================================
--- E:/apache/httpcomponents/workspace/httpcomponents/pom.xml (revision
386908)
+++ E:/apache/httpcomponents/workspace/httpcomponents/pom.xml (working copy)
@@ -86,8 +86,8 @@
<post>[email protected]</post>
<archive>http://mail-archives.apache.org/mod_mbox/jakarta-httpclient-dev</archive>
<otherArchives>
-
<archive>http://www.mail-archive.com/httpclient-dev%40jakarta.apache.org/</archive>
-
<archive>http://marc.theaimsgroup.com/?l=httpclient-commons-dev</archive>
+
<otherArchive>http://www.mail-archive.com/httpclient-dev%40jakarta.apache.org/</otherArchive>
+
<otherArchive>http://marc.theaimsgroup.com/?l=httpclient-commons-dev</otherArchive>
</otherArchives>
</mailingList>
<mailingList>
@@ -97,7 +97,7 @@
<post>[email protected]</post>
<archive>http://mail-archives.apache.org/mod_mbox/jakarta-httpclient-user</archive>
<otherArchives>
-
<archive>http://www.mail-archive.com/httpclient-user%40jakarta.apache.org/</archive>
+
<otherArchive>http://www.mail-archive.com/httpclient-user%40jakarta.apache.org/</otherArchive>
</otherArchives>
</mailingList>
</mailingLists>
Index: E:/apache/httpcomponents/workspace/http-core/pom.xml
===================================================================
--- E:/apache/httpcomponents/workspace/http-core/pom.xml (revision
386910)
+++ E:/apache/httpcomponents/workspace/http-core/pom.xml (working copy)
@@ -77,7 +77,11 @@
<sourceDirectory>src/java</sourceDirectory>
<testSourceDirectory>src/test</testSourceDirectory>
<testResources>
- <includes>**/TestAll.java</includes>
+ <testResource>
+ <includes>
+ <include>**/TestAll.java</include>
+ </includes>
+ </testResource>
</testResources>
<plugins>
<plugin>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]