Author: fmui
Date: Fri Aug 26 15:01:15 2016
New Revision: 1757868
URL: http://svn.apache.org/viewvc?rev=1757868&view=rev
Log:
pom clean up
Modified:
chemistry/opencmis/trunk/chemistry-opencmis-test/chemistry-opencmis-test-fit/pom.xml
Modified:
chemistry/opencmis/trunk/chemistry-opencmis-test/chemistry-opencmis-test-fit/pom.xml
URL:
http://svn.apache.org/viewvc/chemistry/opencmis/trunk/chemistry-opencmis-test/chemistry-opencmis-test-fit/pom.xml?rev=1757868&r1=1757867&r2=1757868&view=diff
==============================================================================
---
chemistry/opencmis/trunk/chemistry-opencmis-test/chemistry-opencmis-test-fit/pom.xml
(original)
+++
chemistry/opencmis/trunk/chemistry-opencmis-test/chemistry-opencmis-test-fit/pom.xml
Fri Aug 26 15:01:15 2016
@@ -1,13 +1,22 @@
<?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 to the Apache Software Foundation (ASF) under one
+ or more contributor license agreements. See the NOTICE file
+ distributed with this work for additional information
+ regarding copyright ownership. The ASF licenses this file
+ to you 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>
@@ -85,33 +94,33 @@
<forkedProcessTimeoutInSeconds>1800</forkedProcessTimeoutInSeconds>
<argLine>-Xmx2048m</argLine>
<systemPropertyVariables>
- <systemProperty>
-
<name>org.apache.chemistry.opencmis.session.repository.id</name>
- <value>${repository}</value>
+ <systemProperty>
+
<name>org.apache.chemistry.opencmis.session.repository.id</name>
+ <value>${repository}</value>
</systemProperty>
<systemProperty>
- <name>org.apache.chemistry.opencmis.user</name>
- <value>${user}</value>
+ <name>org.apache.chemistry.opencmis.user</name>
+ <value>${user}</value>
</systemProperty>
<systemProperty>
- <name>org.apache.chemistry.opencmis.password</name>
- <value>${password}</value>
+ <name>org.apache.chemistry.opencmis.password</name>
+ <value>${password}</value>
</systemProperty>
<systemProperty>
-
<name>org.apache.chemistry.opencmis.tck.default.documentType</name>
- <value>${default.documentType}</value>
+
<name>org.apache.chemistry.opencmis.tck.default.documentType</name>
+ <value>${default.documentType}</value>
</systemProperty>
<systemProperty>
-
<name>org.apache.chemistry.opencmis.tck.default.versionableDocumentType</name>
- <value>${default.versionableDocumentType}</value>
+
<name>org.apache.chemistry.opencmis.tck.default.versionableDocumentType</name>
+ <value>${default.versionableDocumentType}</value>
</systemProperty>
<systemProperty>
-
<name>org.apache.chemistry.opencmis.tck.testNotVersionable</name>
- <value>${test.notVersionable}</value>
+
<name>org.apache.chemistry.opencmis.tck.testNotVersionable</name>
+ <value>${test.notVersionable}</value>
</systemProperty>
<systemProperty>
-
<name>org.apache.chemistry.opencmis.tck.testVersionable</name>
- <value>${test.versionable}</value>
+
<name>org.apache.chemistry.opencmis.tck.testVersionable</name>
+ <value>${test.versionable}</value>
</systemProperty>
<systemProperty>
<name>project.basedir</name>
@@ -147,13 +156,6 @@
<artifactId>chemistry-opencmis-test-tck</artifactId>
<version>${project.version}</version>
</dependency>
- <dependency>
- <groupId>${project.groupId}</groupId>
- <artifactId>chemistry-opencmis-test-util</artifactId>
- <version>${project.version}</version>
- <type>jar</type>
- <scope>compile</scope>
- </dependency>
<!-- Test -->
<dependency>
<groupId>org.apache.tomcat.embed</groupId>
@@ -180,7 +182,7 @@
<scope>test</scope>
</dependency>
<!--
- <dependency>
+ <dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-slf4j-impl</artifactId>
<version>${log4j.version}</version>
@@ -192,7 +194,7 @@
<profiles>
<profile>
<id>chemistry-inmemory</id>
- <activation>
+ <activation>
<activeByDefault>true</activeByDefault>
</activation>
<properties>
@@ -214,7 +216,7 @@
<version>${project.version}</version>
<type>war</type>
</dependency>
- </dependencies>
+ </dependencies>
</profile>
</profiles>
</project>