Modified: incubator/chemistry/opencmis/trunk/chemistry-opencmis-test/chemistry-opencmis-test-util/pom.xml URL: http://svn.apache.org/viewvc/incubator/chemistry/opencmis/trunk/chemistry-opencmis-test/chemistry-opencmis-test-util/pom.xml?rev=936396&r1=936395&r2=936396&view=diff ============================================================================== --- incubator/chemistry/opencmis/trunk/chemistry-opencmis-test/chemistry-opencmis-test-util/pom.xml (original) +++ incubator/chemistry/opencmis/trunk/chemistry-opencmis-test/chemistry-opencmis-test-util/pom.xml Wed Apr 21 17:20:08 2010 @@ -1,56 +1,48 @@ <?xml version="1.0" encoding="UTF-8"?> -<!-- - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. - --> - -<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/maven-v4_0_0.xsd"> - - <modelVersion>4.0.0</modelVersion> - - <parent> - <groupId>org.apache.chemistry.opencmis</groupId> - <artifactId>chemistry-opencmis</artifactId> - <version>0.1-incubating-SNAPSHOT</version> - <relativePath>../../pom.xml</relativePath> - </parent> - - <artifactId>chemistry-opencmis-test-util</artifactId> - <name>OpenCMIS Test Utilities</name> - - <dependencies> - <dependency> - <groupId>${project.groupId}</groupId> - <artifactId>chemistry-opencmis-commons-api</artifactId> - <version>${project.version}</version> - </dependency> - <dependency> - <groupId>${project.groupId}</groupId> - <artifactId>chemistry-opencmis-commons-impl</artifactId> - <version>${project.version}</version> - </dependency> - <dependency> - <groupId>net.sf.jopt-simple</groupId> - <artifactId>jopt-simple</artifactId> - <version>3.2</version> - </dependency> - <dependency> - <groupId>${project.groupId}</groupId> - <artifactId>chemistry-opencmis-client-bindings</artifactId> - <version>${project.version}</version> - </dependency> - </dependencies> + <!-- + Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance + with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless + required by applicable law or agreed to in writing, software distributed under the License is distributed on an + "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the + specific language governing permissions and limitations under the License. + --> + +<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/maven-v4_0_0.xsd"> + + <modelVersion>4.0.0</modelVersion> + + <parent> + <groupId>org.apache.chemistry.opencmis</groupId> + <artifactId>chemistry-opencmis</artifactId> + <version>0.1-incubating-SNAPSHOT</version> + <relativePath>../../pom.xml</relativePath> + </parent> + + <artifactId>chemistry-opencmis-test-util</artifactId> + <name>OpenCMIS Test Utilities</name> + + <dependencies> + <dependency> + <groupId>${project.groupId}</groupId> + <artifactId>chemistry-opencmis-commons-api</artifactId> + <version>${project.version}</version> + </dependency> + <dependency> + <groupId>${project.groupId}</groupId> + <artifactId>chemistry-opencmis-commons-impl</artifactId> + <version>${project.version}</version> + </dependency> + <dependency> + <groupId>net.sf.jopt-simple</groupId> + <artifactId>jopt-simple</artifactId> + <version>3.2</version> + </dependency> + <dependency> + <groupId>${project.groupId}</groupId> + <artifactId>chemistry-opencmis-client-bindings</artifactId> + <version>${project.version}</version> + </dependency> + </dependencies> </project>
Modified: incubator/chemistry/trunk/chemistry/chemistry-parent/pom.xml URL: http://svn.apache.org/viewvc/incubator/chemistry/trunk/chemistry/chemistry-parent/pom.xml?rev=936396&r1=936395&r2=936396&view=diff ============================================================================== --- incubator/chemistry/trunk/chemistry/chemistry-parent/pom.xml (original) +++ incubator/chemistry/trunk/chemistry/chemistry-parent/pom.xml Wed Apr 21 17:20:08 2010 @@ -1,284 +1,279 @@ <?xml version="1.0" encoding="UTF-8"?> -<!-- - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. - --> + <!-- + Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance + with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless + required by applicable law or agreed to in writing, software distributed under the License is distributed on an + "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the + specific language governing permissions and limitations under the License. + --> <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/maven-v4_0_0.xsd"> - <modelVersion>4.0.0</modelVersion> + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> - <parent> - <groupId>org.apache</groupId> - <artifactId>apache</artifactId> - <version>6</version> - </parent> - - <prerequisites> - <maven>2.0.9</maven> - </prerequisites> - - <groupId>org.apache.chemistry</groupId> - <artifactId>chemistry-parent</artifactId> - <version>0.5-SNAPSHOT</version> - <name>Chemistry Parent POM</name> - <description>Parent POM for the Chemistry project gathering all common settings</description> - <inceptionYear>2009</inceptionYear> - <packaging>pom</packaging> - - <properties> - <cxf.version>2.2.2</cxf.version> - </properties> - - <build> - <pluginManagement> - <plugins> - <plugin> - <groupId>org.apache.cxf</groupId> - <artifactId>cxf-codegen-plugin</artifactId> - <version>${cxf.version}</version> - </plugin> - <plugin> - <groupId>org.antlr</groupId> - <artifactId>antlr3-maven-plugin</artifactId> - <version>3.1.3-1</version> - </plugin> - <plugin> - <groupId>org.antlr</groupId> - <artifactId>maven-gunit-plugin</artifactId> - <version>3.1.3</version> - </plugin> - </plugins> - </pluginManagement> - - <plugins> - <!-- Use Java 1.5 everywhere --> - <plugin> - <inherited>true</inherited> - <artifactId>maven-compiler-plugin</artifactId> - <configuration> - <target>1.5</target> - <source>1.5</source> - <encoding>UTF-8</encoding> - </configuration> - </plugin> - <!-- Enable maven-source-plugin --> - <plugin> - <inherited>true</inherited> - <artifactId>maven-source-plugin</artifactId> - <executions> - <execution> - <id>attach-sources</id> - <goals> - <goal>jar</goal> - </goals> - </execution> - </executions> - </plugin> - <!-- maven resources plugin 2.3 has the new copy-resources goal --> - <plugin> - <artifactId>maven-resources-plugin</artifactId> - <version>2.3</version> - <configuration> - <encoding>UTF-8</encoding> - <filtering>false</filtering> - </configuration> - </plugin> - </plugins> - </build> - - <dependencyManagement> - <dependencies> - <dependency> - <groupId>org.apache.chemistry</groupId> - <artifactId>chemistry-api</artifactId> - <version>${version}</version> - </dependency> - <dependency> - <groupId>org.apache.chemistry</groupId> - <artifactId>chemistry-atompub</artifactId> - <version>${version}</version> - </dependency> - <dependency> - <groupId>org.apache.chemistry</groupId> - <artifactId>chemistry-atompub-server</artifactId> - <version>${version}</version> - </dependency> - <dependency> - <groupId>org.apache.chemistry</groupId> - <artifactId>chemistry-atompub-client</artifactId> - <version>${version}</version> - </dependency> - <dependency> - <groupId>org.apache.chemistry</groupId> - <artifactId>chemistry-ws</artifactId> - <version>${version}</version> - </dependency> - <dependency> - <groupId>org.apache.chemistry</groupId> - <artifactId>chemistry-soap-server</artifactId> - <version>${version}</version> - </dependency> - <dependency> - <groupId>org.apache.chemistry</groupId> - <artifactId>chemistry-jcr</artifactId> - <version>${version}</version> - </dependency> - <dependency> - <groupId>org.apache.chemistry</groupId> - <artifactId>chemistry-commons</artifactId> - <version>${version}</version> - </dependency> - <dependency> - <groupId>org.apache.chemistry</groupId> - <artifactId>chemistry-tests</artifactId> - <version>${version}</version> - </dependency> - - <dependency> - <groupId>javax.jcr</groupId> - <artifactId>jcr</artifactId> - <version>2.0</version> - </dependency> - <dependency> - <groupId>org.apache.abdera</groupId> - <artifactId>abdera-server</artifactId> - <version>0.4.0-incubating</version> - </dependency> - <dependency> - <groupId>org.apache.abdera</groupId> - <artifactId>abdera-client</artifactId> - <version>0.4.0-incubating</version> - </dependency> - <dependency> - <groupId>commons-io</groupId> - <artifactId>commons-io</artifactId> - <version>1.4</version> - </dependency> - <dependency> - <groupId>commons-codec</groupId> - <artifactId>commons-codec</artifactId> - <version>1.3</version> - </dependency> - <dependency> - <groupId>commons-collections</groupId> - <artifactId>commons-collections</artifactId> - <version>3.1</version> - </dependency> - <dependency> - <groupId>commons-httpclient</groupId> - <artifactId>commons-httpclient</artifactId> - <version>3.1</version> - </dependency> - <dependency> - <groupId>commons-logging</groupId> - <artifactId>commons-logging</artifactId> - <version>1.1.1</version> - </dependency> - <dependency> - <groupId>commons-lang</groupId> - <artifactId>commons-lang</artifactId> - <version>2.4</version> - </dependency> - <dependency> - <groupId>stax</groupId> - <artifactId>stax-api</artifactId> - <version>1.0.1</version> - </dependency> - <dependency> - <groupId>org.codehaus.woodstox</groupId> - <artifactId>wstx-asl</artifactId> - <version>3.2.1</version> - </dependency> - <dependency> - <groupId>javax.ws.rs</groupId> - <artifactId>jsr311-api</artifactId> - <version>1.0</version> - </dependency> - <dependency> - <groupId>javax.xml.bind</groupId> - <artifactId>jaxb-api</artifactId> - <version>2.1</version> - </dependency> - <dependency> - <groupId>org.apache.geronimo.specs</groupId> - <artifactId>geronimo-jaxws_2.1_spec</artifactId> - <version>1.0</version> - </dependency> - <dependency> - <groupId>org.apache.geronimo.specs</groupId> - <artifactId>geronimo-ws-metadata_2.0_spec</artifactId> - <version>1.1.2</version> - </dependency> - <dependency> - <groupId>org.apache.cxf</groupId> - <artifactId>cxf-rt-frontend-jaxrs</artifactId> - <version>${cxf.version}</version> - </dependency> - <dependency> - <groupId>org.antlr</groupId> - <artifactId>antlr-runtime</artifactId> - <version>3.1.3</version> - </dependency> - - <dependency> - <groupId>junit</groupId> - <artifactId>junit</artifactId> - <version>3.8.2</version> - <scope>test</scope> - </dependency> - <dependency> - <groupId>org.mortbay.jetty</groupId> - <artifactId>jetty</artifactId> - <version>6.1.5</version> - <scope>test</scope> - </dependency> - <dependency> - <groupId>org.mortbay.jetty</groupId> - <artifactId>jetty-util</artifactId> - <version>6.1.5</version> - <scope>test</scope> - </dependency> - <dependency> - <groupId>org.slf4j</groupId> - <artifactId>slf4j-api</artifactId> - <version>1.3.0</version> - <scope>test</scope> - </dependency> - <dependency> - <groupId>org.slf4j</groupId> - <artifactId>slf4j-log4j12</artifactId> - <version>1.3.0</version> - <scope>test</scope> - </dependency> - <dependency> - <groupId>log4j</groupId> - <artifactId>log4j</artifactId> - <version>1.2.13</version> - <scope>test</scope> - </dependency> - </dependencies> - </dependencyManagement> - - <repositories> - <repository> - <id>apache-incubating</id> - <name>Apache Incubating Repository</name> - <url>http://people.apache.org/repo/m2-incubating-repository</url> - <snapshots> - <enabled>false</enabled> - </snapshots> - </repository> - </repositories> + <modelVersion>4.0.0</modelVersion> + + <parent> + <groupId>org.apache</groupId> + <artifactId>apache</artifactId> + <version>6</version> + </parent> + + <prerequisites> + <maven>2.0.9</maven> + </prerequisites> + + <groupId>org.apache.chemistry</groupId> + <artifactId>chemistry-parent</artifactId> + <version>0.5-SNAPSHOT</version> + <name>Chemistry Parent POM</name> + <description>Parent POM for the Chemistry project gathering all common settings</description> + <inceptionYear>2009</inceptionYear> + <packaging>pom</packaging> + + <properties> + <cxf.version>2.2.2</cxf.version> + </properties> + + <build> + <pluginManagement> + <plugins> + <plugin> + <groupId>org.apache.cxf</groupId> + <artifactId>cxf-codegen-plugin</artifactId> + <version>${cxf.version}</version> + </plugin> + <plugin> + <groupId>org.antlr</groupId> + <artifactId>antlr3-maven-plugin</artifactId> + <version>3.1.3-1</version> + </plugin> + <plugin> + <groupId>org.antlr</groupId> + <artifactId>maven-gunit-plugin</artifactId> + <version>3.1.3</version> + </plugin> + </plugins> + </pluginManagement> + + <plugins> + <!-- Use Java 1.5 everywhere --> + <plugin> + <inherited>true</inherited> + <artifactId>maven-compiler-plugin</artifactId> + <configuration> + <target>1.5</target> + <source>1.5</source> + <encoding>UTF-8</encoding> + </configuration> + </plugin> + <!-- Enable maven-source-plugin --> + <plugin> + <inherited>true</inherited> + <artifactId>maven-source-plugin</artifactId> + <executions> + <execution> + <id>attach-sources</id> + <goals> + <goal>jar</goal> + </goals> + </execution> + </executions> + </plugin> + <!-- maven resources plugin 2.3 has the new copy-resources goal --> + <plugin> + <artifactId>maven-resources-plugin</artifactId> + <version>2.3</version> + <configuration> + <encoding>UTF-8</encoding> + <filtering>false</filtering> + </configuration> + </plugin> + </plugins> + </build> + + <dependencyManagement> + <dependencies> + <dependency> + <groupId>org.apache.chemistry</groupId> + <artifactId>chemistry-api</artifactId> + <version>${version}</version> + </dependency> + <dependency> + <groupId>org.apache.chemistry</groupId> + <artifactId>chemistry-atompub</artifactId> + <version>${version}</version> + </dependency> + <dependency> + <groupId>org.apache.chemistry</groupId> + <artifactId>chemistry-atompub-server</artifactId> + <version>${version}</version> + </dependency> + <dependency> + <groupId>org.apache.chemistry</groupId> + <artifactId>chemistry-atompub-client</artifactId> + <version>${version}</version> + </dependency> + <dependency> + <groupId>org.apache.chemistry</groupId> + <artifactId>chemistry-ws</artifactId> + <version>${version}</version> + </dependency> + <dependency> + <groupId>org.apache.chemistry</groupId> + <artifactId>chemistry-soap-server</artifactId> + <version>${version}</version> + </dependency> + <dependency> + <groupId>org.apache.chemistry</groupId> + <artifactId>chemistry-jcr</artifactId> + <version>${version}</version> + </dependency> + <dependency> + <groupId>org.apache.chemistry</groupId> + <artifactId>chemistry-commons</artifactId> + <version>${version}</version> + </dependency> + <dependency> + <groupId>org.apache.chemistry</groupId> + <artifactId>chemistry-tests</artifactId> + <version>${version}</version> + </dependency> + + <dependency> + <groupId>javax.jcr</groupId> + <artifactId>jcr</artifactId> + <version>2.0</version> + </dependency> + <dependency> + <groupId>org.apache.abdera</groupId> + <artifactId>abdera-server</artifactId> + <version>0.4.0-incubating</version> + </dependency> + <dependency> + <groupId>org.apache.abdera</groupId> + <artifactId>abdera-client</artifactId> + <version>0.4.0-incubating</version> + </dependency> + <dependency> + <groupId>commons-io</groupId> + <artifactId>commons-io</artifactId> + <version>1.4</version> + </dependency> + <dependency> + <groupId>commons-codec</groupId> + <artifactId>commons-codec</artifactId> + <version>1.3</version> + </dependency> + <dependency> + <groupId>commons-collections</groupId> + <artifactId>commons-collections</artifactId> + <version>3.1</version> + </dependency> + <dependency> + <groupId>commons-httpclient</groupId> + <artifactId>commons-httpclient</artifactId> + <version>3.1</version> + </dependency> + <dependency> + <groupId>commons-logging</groupId> + <artifactId>commons-logging</artifactId> + <version>1.1.1</version> + </dependency> + <dependency> + <groupId>commons-lang</groupId> + <artifactId>commons-lang</artifactId> + <version>2.4</version> + </dependency> + <dependency> + <groupId>stax</groupId> + <artifactId>stax-api</artifactId> + <version>1.0.1</version> + </dependency> + <dependency> + <groupId>org.codehaus.woodstox</groupId> + <artifactId>wstx-asl</artifactId> + <version>3.2.1</version> + </dependency> + <dependency> + <groupId>javax.ws.rs</groupId> + <artifactId>jsr311-api</artifactId> + <version>1.0</version> + </dependency> + <dependency> + <groupId>javax.xml.bind</groupId> + <artifactId>jaxb-api</artifactId> + <version>2.1</version> + </dependency> + <dependency> + <groupId>org.apache.geronimo.specs</groupId> + <artifactId>geronimo-jaxws_2.1_spec</artifactId> + <version>1.0</version> + </dependency> + <dependency> + <groupId>org.apache.geronimo.specs</groupId> + <artifactId>geronimo-ws-metadata_2.0_spec</artifactId> + <version>1.1.2</version> + </dependency> + <dependency> + <groupId>org.apache.cxf</groupId> + <artifactId>cxf-rt-frontend-jaxrs</artifactId> + <version>${cxf.version}</version> + </dependency> + <dependency> + <groupId>org.antlr</groupId> + <artifactId>antlr-runtime</artifactId> + <version>3.1.3</version> + </dependency> + + <dependency> + <groupId>junit</groupId> + <artifactId>junit</artifactId> + <version>3.8.2</version> + <scope>test</scope> + </dependency> + <dependency> + <groupId>org.mortbay.jetty</groupId> + <artifactId>jetty</artifactId> + <version>6.1.5</version> + <scope>test</scope> + </dependency> + <dependency> + <groupId>org.mortbay.jetty</groupId> + <artifactId>jetty-util</artifactId> + <version>6.1.5</version> + <scope>test</scope> + </dependency> + <dependency> + <groupId>org.slf4j</groupId> + <artifactId>slf4j-api</artifactId> + <version>1.3.0</version> + <scope>test</scope> + </dependency> + <dependency> + <groupId>org.slf4j</groupId> + <artifactId>slf4j-log4j12</artifactId> + <version>1.3.0</version> + <scope>test</scope> + </dependency> + <dependency> + <groupId>log4j</groupId> + <artifactId>log4j</artifactId> + <version>1.2.13</version> + <scope>test</scope> + </dependency> + </dependencies> + </dependencyManagement> + + <repositories> + <repository> + <id>apache-incubating</id> + <name>Apache Incubating Repository</name> + <url>http://people.apache.org/repo/m2-incubating-repository</url> + <snapshots> + <enabled>false</enabled> + </snapshots> + </repository> + </repositories> </project> 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=936396&r1=936395&r2=936396&view=diff ============================================================================== --- incubator/chemistry/trunk/chemistry/chemistry-tck-atompub/pom.xml (original) +++ incubator/chemistry/trunk/chemistry/chemistry-tck-atompub/pom.xml Wed Apr 21 17:20:08 2010 @@ -1,302 +1,305 @@ <?xml version="1.0" encoding="UTF-8"?> - <!-- - Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at + <!-- + Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance + with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless + required by applicable law or agreed to in writing, software distributed under the License is distributed on an + "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the + specific language governing permissions and limitations under the License. + --> - http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. - --> +<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/maven-v4_0_0.xsd"> -<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/maven-v4_0_0.xsd"> - <modelVersion>4.0.0</modelVersion> + <modelVersion>4.0.0</modelVersion> - <parent> - <groupId>org.apache.chemistry</groupId> - <artifactId>chemistry-parent</artifactId> - <version>0.5-SNAPSHOT</version> - </parent> - <artifactId>chemistry-tck-atompub</artifactId> - <name>Chemistry TCK AtomPub</name> + <parent> + <groupId>org.apache.chemistry</groupId> + <artifactId>chemistry-parent</artifactId> + <version>0.5-SNAPSHOT</version> + </parent> + <artifactId>chemistry-tck-atompub</artifactId> + <name>Chemistry TCK AtomPub</name> - <dependencies> - <dependency> - <artifactId>chemistry-abdera</artifactId> - <groupId>org.apache.chemistry</groupId> - <version>0.5-SNAPSHOT</version> - </dependency> - <dependency> - <groupId>junit</groupId> - <artifactId>junit</artifactId> - <version>4.6</version> - <scope>compile</scope> <!-- override from parent --> - </dependency> - <dependency> - <!-- NOTE: use recent xerces for validating CMIS schema --> - <!-- which uses xsi:type. Fails with JDK 5 xerces --> - <groupId>xerces</groupId> - <artifactId>xercesImpl</artifactId> - <version>2.9.1</version> - </dependency> - <dependency> - <groupId>log4j</groupId> - <artifactId>log4j</artifactId> - </dependency> - <dependency> - <groupId>commons-httpclient</groupId> - <artifactId>commons-httpclient</artifactId> - </dependency> - <dependency> - <artifactId>abdera-core</artifactId> - <groupId>org.apache.abdera</groupId> - <version>0.4.0-incubating</version> - </dependency> - <dependency> - <artifactId>servlet-api</artifactId> - <groupId>javax.servlet</groupId> - <scope>provided</scope> - <version>2.4</version> - </dependency> - </dependencies> - <build> - <plugins> - <plugin> - <artifactId>maven-compiler-plugin</artifactId> - <configuration> - <source>1.5</source> - <target>1.5</target> - </configuration> - </plugin> - <plugin> - <artifactId>maven-site-plugin</artifactId> - <configuration> - <port>8081</port> - </configuration> - </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-surefire-plugin</artifactId> - <configuration> - <redirectTestOutputToFile>true</redirectTestOutputToFile> - <argLine>-Xmx256M</argLine> - <systemProperties> - <property> - <!-- NOTE: use recent xerces for validating CMIS schema --> - <!-- which uses xsi:type. Fails with JDK 5 xerces --> - <name>javax.xml.parsers.DocumentBuilderFactory</name> - <value>org.apache.xerces.jaxp.DocumentBuilderFactoryImpl</value> - </property> - <property> - <!-- NOTE: use recent xerces for validating CMIS schema --> - <!-- which uses xsi:type. Fails with JDK 5 xerces --> - <name>javax.xml.validation.SchemaFactory:http://www.w3.org/2001/XMLSchema</name> - <value>org.apache.xerces.jaxp.SAXParserFactoryImpl</value> - </property> - <property> - <!-- NOTE: execute no TCK tests by default --> - <name>chemistry.tck.tests</name> - <value></value> - </property> - </systemProperties> - </configuration> - </plugin> - </plugins> - </build> - <reporting> - <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-surefire-report-plugin</artifactId> - </plugin> - </plugins> - </reporting> - <profiles> - <profile> - <id>chemistry-local</id> - <build> + <dependencies> + <dependency> + <artifactId>chemistry-abdera</artifactId> + <groupId>org.apache.chemistry</groupId> + <version>0.5-SNAPSHOT</version> + </dependency> + <dependency> + <groupId>junit</groupId> + <artifactId>junit</artifactId> + <version>4.6</version> + <scope>compile</scope> <!-- override from parent --> + </dependency> + <dependency> + <!-- NOTE: use recent xerces for validating CMIS schema --> + <!-- which uses xsi:type. Fails with JDK 5 xerces --> + <groupId>xerces</groupId> + <artifactId>xercesImpl</artifactId> + <version>2.9.1</version> + </dependency> + <dependency> + <groupId>log4j</groupId> + <artifactId>log4j</artifactId> + </dependency> + <dependency> + <groupId>commons-httpclient</groupId> + <artifactId>commons-httpclient</artifactId> + </dependency> + <dependency> + <artifactId>abdera-core</artifactId> + <groupId>org.apache.abdera</groupId> + <version>0.4.0-incubating</version> + </dependency> + <dependency> + <artifactId>servlet-api</artifactId> + <groupId>javax.servlet</groupId> + <scope>provided</scope> + <version>2.4</version> + </dependency> + </dependencies> + <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/cmis/repository</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>false</value> - </property> - <property> - <name>chemistry.tck.traceRequests</name> - <value>false</value> - </property> - </systemProperties> - </configuration> - </plugin> + <plugin> + <artifactId>maven-compiler-plugin</artifactId> + <configuration> + <source>1.5</source> + <target>1.5</target> + </configuration> + </plugin> + <plugin> + <artifactId>maven-site-plugin</artifactId> + <configuration> + <port>8081</port> + </configuration> + </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-surefire-plugin</artifactId> + <configuration> + <redirectTestOutputToFile>true</redirectTestOutputToFile> + <argLine>-Xmx256M</argLine> + <systemProperties> + <property> + <!-- NOTE: use recent xerces for validating CMIS schema --> + <!-- which uses xsi:type. Fails with JDK 5 xerces --> + <name>javax.xml.parsers.DocumentBuilderFactory</name> + <value>org.apache.xerces.jaxp.DocumentBuilderFactoryImpl</value> + </property> + <property> + <!-- NOTE: use recent xerces for validating CMIS schema --> + <!-- which uses xsi:type. Fails with JDK 5 xerces --> + <name>javax.xml.validation.SchemaFactory:http://www.w3.org/2001/XMLSchema</name> + <value>org.apache.xerces.jaxp.SAXParserFactoryImpl</value> + </property> + <property> + <!-- NOTE: execute no TCK tests by default --> + <name>chemistry.tck.tests</name> + <value></value> + </property> + </systemProperties> + </configuration> + </plugin> </plugins> - </build> - </profile> - <profile> - <id>alfresco-local</id> - <build> + </build> + <reporting> <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> - <property> - <name>chemistry.tck.type.document</name> - <value>D:cmiscustom:document</value> - </property> - <property> - <name>chemistry.tck.type.relationship</name> - <value>R:cmiscustom:assoc</value> - </property> - </systemProperties> - </configuration> - </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-surefire-report-plugin</artifactId> + </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> - <property> - <name>chemistry.tck.type.document</name> - <value>D:cmiscustom:document</value> - </property> - <property> - <name>chemistry.tck.type.relationship</name> - <value>R:cmiscustom:assoc</value> - </property> - </systemProperties> - </configuration> - </plugin> - </plugins> - </build> - </profile> - <profile> - <id>example</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/cmis</value> - </property> - <property> - <name>chemistry.tck.user</name> - <value>cmisuser</value> - </property> - <property> - <name>chemistry.tck.password</name> - <value>cmispassword</value> - </property> - <property> - <name>chemistry.tck.validate</name> - <value>true</value> - </property> - <property> - <name>chemistry.tck.failOnValidationError</name> - <value>false</value> - </property> - <property> - <name>chemistry.tck.traceRequests</name> - <value>false</value> - </property> - </systemProperties> - </configuration> - </plugin> - </plugins> - </build> - </profile> - </profiles> + </reporting> + <profiles> + <profile> + <id>chemistry-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/cmis/repository</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>false</value> + </property> + <property> + <name>chemistry.tck.traceRequests</name> + <value>false</value> + </property> + </systemProperties> + </configuration> + </plugin> + </plugins> + </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> + <property> + <name>chemistry.tck.type.document</name> + <value>D:cmiscustom:document</value> + </property> + <property> + <name>chemistry.tck.type.relationship</name> + <value>R:cmiscustom:assoc</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> + <property> + <name>chemistry.tck.type.document</name> + <value>D:cmiscustom:document</value> + </property> + <property> + <name>chemistry.tck.type.relationship</name> + <value>R:cmiscustom:assoc</value> + </property> + </systemProperties> + </configuration> + </plugin> + </plugins> + </build> + </profile> + <profile> + <id>example</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/cmis</value> + </property> + <property> + <name>chemistry.tck.user</name> + <value>cmisuser</value> + </property> + <property> + <name>chemistry.tck.password</name> + <value>cmispassword</value> + </property> + <property> + <name>chemistry.tck.validate</name> + <value>true</value> + </property> + <property> + <name>chemistry.tck.failOnValidationError</name> + <value>false</value> + </property> + <property> + <name>chemistry.tck.traceRequests</name> + <value>false</value> + </property> + </systemProperties> + </configuration> + </plugin> + </plugins> + </build> + </profile> + </profiles> </project>
