Author: piergiorgio
Date: Fri Nov 24 14:21:51 2023
New Revision: 1914089

URL: http://svn.apache.org/viewvc?rev=1914089&view=rev
Log:
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

Modified:
    manifoldcf/trunk/connectors/csv/pom.xml
    manifoldcf/trunk/connectors/nuxeo/pom.xml
    manifoldcf/trunk/connectors/solr/build.xml

Modified: manifoldcf/trunk/connectors/csv/pom.xml
URL: 
http://svn.apache.org/viewvc/manifoldcf/trunk/connectors/csv/pom.xml?rev=1914089&r1=1914088&r2=1914089&view=diff
==============================================================================
--- manifoldcf/trunk/connectors/csv/pom.xml (original)
+++ manifoldcf/trunk/connectors/csv/pom.xml Fri Nov 24 14:21:51 2023
@@ -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";>

Modified: manifoldcf/trunk/connectors/nuxeo/pom.xml
URL: 
http://svn.apache.org/viewvc/manifoldcf/trunk/connectors/nuxeo/pom.xml?rev=1914089&r1=1914088&r2=1914089&view=diff
==============================================================================
--- manifoldcf/trunk/connectors/nuxeo/pom.xml (original)
+++ manifoldcf/trunk/connectors/nuxeo/pom.xml Fri Nov 24 14:21:51 2023
@@ -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 -->

Modified: manifoldcf/trunk/connectors/solr/build.xml
URL: 
http://svn.apache.org/viewvc/manifoldcf/trunk/connectors/solr/build.xml?rev=1914089&r1=1914088&r2=1914089&view=diff
==============================================================================
--- manifoldcf/trunk/connectors/solr/build.xml (original)
+++ manifoldcf/trunk/connectors/solr/build.xml Fri Nov 24 14:21:51 2023
@@ -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>
 


Reply via email to