You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@manifoldcf.apache.org by kw...@apache.org on 2011/08/04 19:55:55 UTC

svn commit: r1153955 - /incubator/lcf/branches/CONNECTORS-236/tests/cmis/pom.xml

Author: kwright
Date: Thu Aug  4 17:55:54 2011
New Revision: 1153955

URL: http://svn.apache.org/viewvc?rev=1153955&view=rev
Log:
Update pom

Modified:
    incubator/lcf/branches/CONNECTORS-236/tests/cmis/pom.xml

Modified: incubator/lcf/branches/CONNECTORS-236/tests/cmis/pom.xml
URL: http://svn.apache.org/viewvc/incubator/lcf/branches/CONNECTORS-236/tests/cmis/pom.xml?rev=1153955&r1=1153954&r2=1153955&view=diff
==============================================================================
--- incubator/lcf/branches/CONNECTORS-236/tests/cmis/pom.xml (original)
+++ incubator/lcf/branches/CONNECTORS-236/tests/cmis/pom.xml Thu Aug  4 17:55:54 2011
@@ -28,16 +28,20 @@
   
   <developers>
     <developer>
-			<name>Piergiorgio Lucidi</name>
-			<organization>Sourcesense</organization>
-			<organizationUrl>http://www.sourcesense.com</organizationUrl>
-			<url>http://www.open4dev.com</url>
-		</developer>
-	</developers>
-	
+      <name>Piergiorgio Lucidi</name>
+      <organization>Sourcesense</organization>
+      <organizationUrl>http://www.sourcesense.com</organizationUrl>
+      <url>http://www.open4dev.com</url>
+    </developer>
+  </developers>
+  
   <artifactId>mcf-cmis-test</artifactId>
   <name>ManifoldCF - Test - CMIS</name>
 
+  <properties>
+    <opencmis.server.war.path>/Users/piergiorgiolucidi/Documents/workspaces/manifold/CONNECTORS-236/lib</opencmis.server.war.path>
+  </properties>
+
   <build>
     <defaultGoal>test</defaultGoal>
     <plugins>
@@ -74,13 +78,6 @@
                   <type>war</type>
                   <overWrite>false</overWrite>
                 </artifactItem>
-                <artifactItem>
-                  <groupId>org.apache.chemistry.opencmis</groupId>
-                  <artifactId>chemistry-opencmis-server-inmemory-war</artifactId>
-                  <version>0.5.0-SNAPSHOT</version>
-                  <type>war</type>
-                  <overWrite>true</overWrite>
-                </artifactItem>
               </artifactItems>
             </configuration>
           </execution>
@@ -94,7 +91,7 @@
             <crawlerWarPath>target/dependency/mcf-crawler-ui-${project.version}.war</crawlerWarPath>
             <authorityserviceWarPath>target/dependency/mcf-authority-service-${project.version}.war</authorityserviceWarPath>
             <apiWarPath>target/dependency/mcf-api-service-${project.version}.war</apiWarPath>
-            <openCmisServerWarPath>war/chemistry-opencmis-server-inmemory-war-0.5.0-SNAPSHOT.war</openCmisServerWarPath>
+            <openCmisServerWarPath>${opencmis.server.war.path}/chemistry-opencmis-server-inmemory-war-0.5.0-SNAPSHOT.war</openCmisServerWarPath>
           </systemPropertyVariables>
         </configuration>
       </plugin>
@@ -148,14 +145,14 @@
       <version>6.1.14</version>
     </dependency>    
     <dependency>
-	    <groupId>javax.servlet.jsp</groupId>
-	    <artifactId>jsp-api</artifactId>
-	    <version>2.1</version>
+      <groupId>javax.servlet.jsp</groupId>
+      <artifactId>jsp-api</artifactId>
+      <version>2.1</version>
     </dependency>
     <dependency>
       <groupId>org.mortbay.jetty</groupId>
-			<artifactId>jsp-2.1-glassfish</artifactId>
-			<version>2.1.v20091210</version>
+      <artifactId>jsp-2.1-glassfish</artifactId>
+      <version>2.1.v20091210</version>
     </dependency>
     <dependency>
       <groupId>${project.groupId}</groupId>
@@ -203,21 +200,21 @@
       <scope>runtime</scope>
     </dependency>
     <dependency>
-    	<groupId>commons-httpclient</groupId>
-    	<artifactId>commons-httpclient</artifactId>
-    	<version>3.1</version>
+      <groupId>commons-httpclient</groupId>
+      <artifactId>commons-httpclient</artifactId>
+      <version>3.1</version>
     </dependency>
     
     <!-- Apache Chemistry dependencies -->
     <dependency>
-   		<groupId>org.apache.chemistry.opencmis</groupId>
-   		<artifactId>chemistry-opencmis-client-impl</artifactId>
-   		<version>0.5.0-SNAPSHOT</version>
-	</dependency>
-	<dependency>
-  		<groupId>commons-lang</groupId>
-  		<artifactId>commons-lang</artifactId>
-  		<version>2.6</version>
-	</dependency>
+      <groupId>org.apache.chemistry.opencmis</groupId>
+      <artifactId>chemistry-opencmis-client-impl</artifactId>
+      <version>0.5.0-SNAPSHOT</version>
+  </dependency>
+  <dependency>
+      <groupId>commons-lang</groupId>
+      <artifactId>commons-lang</artifactId>
+      <version>2.6</version>
+  </dependency>
   </dependencies>
 </project>
\ No newline at end of file