You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@manifoldcf.apache.org by ma...@apache.org on 2014/11/17 20:00:20 UTC

svn commit: r1640204 - in /manifoldcf/trunk/connectors/alfresco-webscript: build.xml pom.xml

Author: maoo
Date: Mon Nov 17 19:00:19 2014
New Revision: 1640204

URL: http://svn.apache.org/r1640204
Log:
using different Maven repo to fetch alfresco-indexer artifacts. Ant and Maven build are fixed now

Modified:
    manifoldcf/trunk/connectors/alfresco-webscript/build.xml
    manifoldcf/trunk/connectors/alfresco-webscript/pom.xml

Modified: manifoldcf/trunk/connectors/alfresco-webscript/build.xml
URL: http://svn.apache.org/viewvc/manifoldcf/trunk/connectors/alfresco-webscript/build.xml?rev=1640204&r1=1640203&r2=1640204&view=diff
==============================================================================
--- manifoldcf/trunk/connectors/alfresco-webscript/build.xml (original)
+++ manifoldcf/trunk/connectors/alfresco-webscript/build.xml Mon Nov 17 19:00:19 2014
@@ -30,7 +30,7 @@
 
     <import file="${mcf-dist}/connector-build.xml"/>
 
-    <property name="alfresco.version" value="0.6.5"/>
+    <property name="alfresco.indexer.version" value="0.6.6"/>
 
     <path id="connector-classpath">
         <path refid="mcf-connector-build.connector-classpath"/>
@@ -69,16 +69,16 @@
     </target>
 
     <target name="setup-alfresco-indexer-url">
-        <property name="alfresco-indexer-base-url" value="https://repository-maoo.forge.cloudbees.com/release"/>
+        <property name="alfresco-indexer-base-url" value="https://repository-apachemaoo.forge.cloudbees.com/alfresco-indexer"/>
     </target>
-    
+
     <target name="download-via-alfresco-indexer" depends="setup-alfresco-indexer-url">
         <get src="${alfresco-indexer-base-url}/${project-path}/${artifact-name}/${artifact-version}/${artifact-name}-${artifact-version}.${artifact-type}" dest="${target}/${artifact-name}-${artifact-version}.${artifact-type}"/>
     </target>
 
     <target name="download-dependencies">
         <property name="alfresco-package" value="org/alfresco/consulting/indexer"/>
-        <antcall target="download-via-alfresco-indexer"><param name="project-path" value="${alfresco-package}"/><param name="artifact-version" value="${alfresco.version}"/><param name="target" value="test-materials-proprietary"/>
+        <antcall target="download-via-alfresco-indexer"><param name="project-path" value="${alfresco-package}"/><param name="artifact-version" value="${alfresco.indexer.version}"/><param name="target" value="test-materials-proprietary"/>
             <param name="artifact-name" value="alfresco-indexer-webscripts-war"/>
             <param name="artifact-type" value="war"/>
         </antcall>
@@ -91,7 +91,7 @@
     </target>
 
     <target name="calculate-testcode-condition">
-        <available file="test-materials-proprietary/alfresco-indexer-webscripts-war-${alfresco.version}.war" property="alfrescoTestcodeStatus"/>
+        <available file="test-materials-proprietary/alfresco-indexer-webscripts-war-${alfresco.indexer.version}.war" property="alfrescoTestcodeStatus"/>
         <condition property="tests-present">
             <isset property="alfrescoTestcodeStatus"/>
         </condition>
@@ -119,7 +119,7 @@
             <jvmarg value="-DauthorityserviceWarPath=${mcf-dist}/web/war/mcf-authority-service.war"/>
             <jvmarg value="-DapiWarPath=${mcf-dist}/web/war/mcf-api-service.war"/>
             <jvmarg value="-DcombinedWarPath=${mcf-dist}/web/war/mcf-combined-service.war"/>
-            <jvmarg value="-DalfrescoServerWarPath=../test-materials-proprietary/alfresco-indexer-webscripts-war-${alfresco.version}.war"/>
+            <jvmarg value="-DalfrescoServerWarPath=../test-materials-proprietary/alfresco-indexer-webscripts-war-${alfresco.indexer.version}.war"/>
             <jvmarg value="-Xms512m"/>
             <jvmarg value="-Xmx1024m"/>
             <jvmarg value="-Xss1024k"/>

Modified: manifoldcf/trunk/connectors/alfresco-webscript/pom.xml
URL: http://svn.apache.org/viewvc/manifoldcf/trunk/connectors/alfresco-webscript/pom.xml?rev=1640204&r1=1640203&r2=1640204&view=diff
==============================================================================
--- manifoldcf/trunk/connectors/alfresco-webscript/pom.xml (original)
+++ manifoldcf/trunk/connectors/alfresco-webscript/pom.xml Mon Nov 17 19:00:19 2014
@@ -46,7 +46,7 @@
     <properties>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
         <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
-        <alfresco.indexer.version>0.6.5</alfresco.indexer.version>
+        <alfresco.indexer.version>0.6.6</alfresco.indexer.version>
     </properties>
 
     <repositories>
@@ -56,7 +56,7 @@
         </repository>
         <repository>
             <id>alfresco-indexer-release</id>
-            <url>https://repository-maoo.forge.cloudbees.com/release/</url>
+            <url>https://repository-apachemaoo.forge.cloudbees.com/alfresco-indexer/</url>
         </repository>
     </repositories>