Author: dcaruana
Date: Thu Feb 11 11:55:30 2010
New Revision: 908940
URL: http://svn.apache.org/viewvc?rev=908940&view=rev
Log:
Add TCK test profiles for local and hosted Alfresco providers.
Modified:
incubator/chemistry/trunk/chemistry/chemistry-tck-atompub/pom.xml
Modified: incubator/chemistry/trunk/chemistry/chemistry-tck-atompub/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/chemistry/trunk/chemistry/chemistry-tck-atompub/pom.xml?rev=908940&r1=908939&r2=908940&view=diff
==============================================================================
--- incubator/chemistry/trunk/chemistry/chemistry-tck-atompub/pom.xml (original)
+++ incubator/chemistry/trunk/chemistry/chemistry-tck-atompub/pom.xml Thu Feb
11 11:55:30 2010
@@ -153,6 +153,92 @@
</build>
</profile>
<profile>
+ <id>alfresco-local</id>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-surefire-plugin</artifactId>
+ <configuration>
+ <systemProperties>
+ <property>
+ <name>chemistry.tck.tests</name>
+ <value>*</value>
+ </property>
+ <property>
+ <name>chemistry.tck.serviceUrl</name>
+ <value>http://localhost:8080/alfresco/service/cmis</value>
+ </property>
+ <property>
+ <name>chemistry.tck.user</name>
+ <value>admin</value>
+ </property>
+ <property>
+ <name>chemistry.tck.password</name>
+ <value>admin</value>
+ </property>
+ <property>
+ <name>chemistry.tck.validate</name>
+ <value>true</value>
+ </property>
+ <property>
+ <name>chemistry.tck.failOnValidationError</name>
+ <value>true</value>
+ </property>
+ <property>
+ <name>chemistry.tck.traceRequests</name>
+ <value>false</value>
+ </property>
+ </systemProperties>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+ </profile>
+ <profile>
+ <id>cmis.alfresco.com</id>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-surefire-plugin</artifactId>
+ <configuration>
+ <systemProperties>
+ <property>
+ <name>chemistry.tck.tests</name>
+ <value>*</value>
+ </property>
+ <property>
+ <name>chemistry.tck.serviceUrl</name>
+ <value>http://cmis.alfresco.com/service/cmis</value>
+ </property>
+ <property>
+ <name>chemistry.tck.user</name>
+ <value>admin</value>
+ </property>
+ <property>
+ <name>chemistry.tck.password</name>
+ <value>admin</value>
+ </property>
+ <property>
+ <name>chemistry.tck.validate</name>
+ <value>true</value>
+ </property>
+ <property>
+ <name>chemistry.tck.failOnValidationError</name>
+ <value>true</value>
+ </property>
+ <property>
+ <name>chemistry.tck.traceRequests</name>
+ <value>false</value>
+ </property>
+ </systemProperties>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+ </profile>
+ <profile>
<id>example</id>
<build>
<plugins>