You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@manifoldcf.apache.org by pi...@apache.org on 2012/09/05 20:00:40 UTC

svn commit: r1381277 - in /manifoldcf/trunk: CHANGES.txt connectors/alfresco/build.xml connectors/alfresco/pom.xml test-materials/alfresco-war/pom.xml

Author: piergiorgio
Date: Wed Sep  5 18:00:40 2012
New Revision: 1381277

URL: http://svn.apache.org/viewvc?rev=1381277&view=rev
Log:
- fixed Alfresco Maven repo address for maven build of mcf-test-materials/mcf-alfresco-war-test and connectors/alfresco (CONNECTORS-519)

Modified:
    manifoldcf/trunk/CHANGES.txt
    manifoldcf/trunk/connectors/alfresco/build.xml
    manifoldcf/trunk/connectors/alfresco/pom.xml
    manifoldcf/trunk/test-materials/alfresco-war/pom.xml

Modified: manifoldcf/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/manifoldcf/trunk/CHANGES.txt?rev=1381277&r1=1381276&r2=1381277&view=diff
==============================================================================
--- manifoldcf/trunk/CHANGES.txt (original)
+++ manifoldcf/trunk/CHANGES.txt Wed Sep  5 18:00:40 2012
@@ -2,6 +2,10 @@ ManifoldCF Change Log
 $Id$
 
 ======================= 0.7-dev =====================
+
+CONNECTORS-519: maven build of mcf-test-materials/mcf-alfresco-war-test fails
+(Ahmet Arslan, Piergiorgio Lucidi)
+
 CONNECTORS-521: Fix project site's broken search
 (Ahmet Arslan)
 

Modified: manifoldcf/trunk/connectors/alfresco/build.xml
URL: http://svn.apache.org/viewvc/manifoldcf/trunk/connectors/alfresco/build.xml?rev=1381277&r1=1381276&r2=1381277&view=diff
==============================================================================
--- manifoldcf/trunk/connectors/alfresco/build.xml (original)
+++ manifoldcf/trunk/connectors/alfresco/build.xml Wed Sep  5 18:00:40 2012
@@ -100,7 +100,7 @@
     </target>
 
     <target name="download-alfresco-ws-client">
-      <get src="http://maven.alfresco.com/nexus/service/local/repositories/releases/content/org/alfresco/alfresco-web-service-client/3.4.e/alfresco-web-service-client-3.4.e.jar" dest="lib-proprietary"/>
+      <get src="http://artifacts.alfresco.com/nexus/service/local/repositories/releases/content/org/alfresco/alfresco-web-service-client/3.4.e/alfresco-web-service-client-3.4.e.jar" dest="lib-proprietary"/>
     </target>
 	
     <target name="download-dependencies" depends="download-alfresco-ws-client"/>

Modified: manifoldcf/trunk/connectors/alfresco/pom.xml
URL: http://svn.apache.org/viewvc/manifoldcf/trunk/connectors/alfresco/pom.xml?rev=1381277&r1=1381276&r2=1381277&view=diff
==============================================================================
--- manifoldcf/trunk/connectors/alfresco/pom.xml (original)
+++ manifoldcf/trunk/connectors/alfresco/pom.xml Wed Sep  5 18:00:40 2012
@@ -38,24 +38,34 @@
 
   <repositories>
     <repository>
-      <id>alfresco-public</id>
-      <url>http://maven.alfresco.com/nexus/content/groups/public</url>
+      <id>alfresco-release</id>
+      <url>https://artifacts.alfresco.com/nexus/content/repositories/releases</url>
     </repository>
     <repository>
-            <id>alfresco-public-snapshots</id>
-            <url>http://maven.alfresco.com/nexus/content/groups/public-snapshots</url>
+            <id>alfresco-snapshots</id>
+            <url>https://artifacts.alfresco.com/nexus/content/repositories/snapshots</url>
            <snapshots>
                 <enabled>true</enabled>
            </snapshots>
     </repository>
-        <repository>
-            <id>alfresco-maven-repo</id>
-            <url>http://maven.alfresco.com/nexus/content/groups/enterprise-snapshots</url>
-            <snapshots>
-                <enabled>true</enabled>
-            </snapshots>
-        </repository>
+    <repository>
+        <id>alfresco-sites</id>
+        <url>https://artifacts.alfresco.com/nexus/content/repositories/alfresco-docs</url>
+    </repository>
   </repositories>
+  <pluginRepositories>
+    <pluginRepository>
+      <id>alfresco-release</id>
+      <url>https://artifacts.alfresco.com/nexus/content/repositories/releases</url>
+    </pluginRepository>
+    <pluginRepository>
+      <id>alfresco-snapshots</id>
+      <url>https://artifacts.alfresco.com/nexus/content/repositories/snapshots</url>
+      <snapshots>
+        <enabled>true</enabled>
+      </snapshots>
+    </pluginRepository>
+  </pluginRepositories>
 
   <build>
     <sourceDirectory>${basedir}/connector/src/main/java</sourceDirectory>

Modified: manifoldcf/trunk/test-materials/alfresco-war/pom.xml
URL: http://svn.apache.org/viewvc/manifoldcf/trunk/test-materials/alfresco-war/pom.xml?rev=1381277&r1=1381276&r2=1381277&view=diff
==============================================================================
--- manifoldcf/trunk/test-materials/alfresco-war/pom.xml (original)
+++ manifoldcf/trunk/test-materials/alfresco-war/pom.xml Wed Sep  5 18:00:40 2012
@@ -103,22 +103,19 @@
 	-->
 	<repositories>
 		<repository>
-			<id>alfresco-public</id>
-			<url>http://maven.alfresco.com/nexus/content/groups/public</url>
+			<id>alfresco-release</id>
+			<url>https://artifacts.alfresco.com/nexus/content/repositories/releases</url>
 		</repository>
 		<repository>
-            <id>alfresco-public-snapshots</id>
-            <url>http://maven.alfresco.com/nexus/content/groups/public-snapshots</url>
+            <id>alfresco-snapshots</id>
+            <url>https://artifacts.alfresco.com/nexus/content/repositories/snapshots</url>
            <snapshots>
                 <enabled>true</enabled>
            </snapshots>
 		</repository>
         <repository>
-            <id>alfresco-maven-repo</id>
-            <url>http://maven.alfresco.com/nexus/content/groups/enterprise-snapshots</url>
-            <snapshots>
-                <enabled>true</enabled>
-            </snapshots>
+            <id>alfresco-sites</id>
+            <url>https://artifacts.alfresco.com/nexus/content/repositories/alfresco-docs</url>
         </repository>
         <repository>
           <id>clojars</id>
@@ -127,12 +124,12 @@
 	</repositories>
 	<pluginRepositories>
 		<pluginRepository>
-			<id>alfresco-public</id>
-			<url>http://maven.alfresco.com/nexus/content/groups/public</url>
+			<id>alfresco-release</id>
+			<url>https://artifacts.alfresco.com/nexus/content/repositories/releases</url>
 		</pluginRepository>
 		<pluginRepository>
-			<id>alfresco-public-snapshots</id>
-			<url>http://maven.alfresco.com/nexus/content/groups/public-snapshots</url>
+			<id>alfresco-snapshots</id>
+			<url>https://artifacts.alfresco.com/nexus/content/repositories/snapshots</url>
 			<snapshots>
 				<enabled>true</enabled>
 			</snapshots>
@@ -311,7 +308,6 @@
 			<plugin>
 				<groupId>org.apache.maven.plugins</groupId>
 				<artifactId>maven-dependency-plugin</artifactId>
-                <version>2.3</version>
 				<executions>
 					<execution>
 						<id>unpack-amps</id>
@@ -425,9 +421,9 @@
 				</configuration>
 			</plugin>
 			<plugin>
-        <artifactId>maven-failsafe-plugin</artifactId>
-        <version>2.12</version>
-      </plugin>
+                <artifactId>maven-failsafe-plugin</artifactId>
+                <version>2.12</version>
+            </plugin>
 			<plugin>
 				<artifactId>maven-javadoc-plugin</artifactId>
                 <version>2.8</version>