Fixed an issue of the Ant build related to the Solr Output Connector and another one of the Maven build for CSV and Nuxeo connectors

git-svn-id: https://svn.apache.org/repos/asf/manifoldcf/trunk@1914089 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/connectors/csv/pom.xml b/connectors/csv/pom.xml
index 8d64c76..502653d 100644
--- a/connectors/csv/pom.xml
+++ b/connectors/csv/pom.xml
@@ -15,7 +15,6 @@
  limitations under the License.

 -->

 

-<?xml version="1.0" encoding="UTF-8"?>

 <project xmlns="http://maven.apache.org/POM/4.0.0"

          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"

          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">

diff --git a/connectors/nuxeo/pom.xml b/connectors/nuxeo/pom.xml
index f80c943..6bd272d 100755
--- a/connectors/nuxeo/pom.xml
+++ b/connectors/nuxeo/pom.xml
@@ -52,11 +52,7 @@
   <repositories>
     <repository>
 	  <id>public-releases</id>
-	  <url>https://maven.nuxeo.org/nexus/content/repositories/public-releases/</url>
-    </repository>
-    <repository>
-	  <id>public-snapshots</id>
-	  <url>https://maven.nuxeo.org/nexus/content/repositories/public-snapshots/</url>
+	  <url>https://packages.nuxeo.com/repository/maven-public-archives</url>
     </repository>
   </repositories>
   <!-- Nuxeo repositories -->
diff --git a/connectors/solr/build.xml b/connectors/solr/build.xml
index 26cbf90..fa30f1f 100644
--- a/connectors/solr/build.xml
+++ b/connectors/solr/build.xml
@@ -106,7 +106,7 @@
 
     <target name="download-cleanup">
         <delete>
-            <fileset dir="test-materials" excludes="README*.txt"/>
+            <fileset dir="test-materials" erroronmissingdir="false" excludes="README*.txt"/>
         </delete>
     </target>