2014-04-22 06:15:03 -04:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<!--
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
-->
|
2015-03-14 18:41:49 -04:00
|
|
|
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
|
|
|
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
|
2014-04-22 06:15:03 -04:00
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
<parent>
|
2014-10-04 13:53:24 -04:00
|
|
|
<groupId>org.apache.jclouds</groupId>
|
|
|
|
<artifactId>jclouds-project</artifactId>
|
2024-04-24 07:29:39 -04:00
|
|
|
<version>2.6.1-SNAPSHOT</version>
|
2021-12-17 00:00:12 -05:00
|
|
|
<relativePath>../../project/pom.xml</relativePath>
|
2014-04-22 06:15:03 -04:00
|
|
|
</parent>
|
|
|
|
|
2021-12-17 00:00:12 -05:00
|
|
|
<groupId>org.apache.jclouds.api</groupId>
|
2014-04-22 06:15:03 -04:00
|
|
|
<artifactId>glacier</artifactId>
|
2014-10-04 13:53:24 -04:00
|
|
|
<name>Apache jclouds :: AWS :: Glacier API</name>
|
2014-04-22 06:15:03 -04:00
|
|
|
<description>jclouds components to access an implementation of glacier</description>
|
|
|
|
|
|
|
|
<properties>
|
2014-07-02 05:35:41 -04:00
|
|
|
<test.aws.identity>FIXME_IDENTITY</test.aws.identity>
|
|
|
|
<test.aws.credential>FIXME_CREDENTIAL</test.aws.credential>
|
2014-05-13 06:08:49 -04:00
|
|
|
<test.glacier.endpoint>https://glacier.us-east-1.amazonaws.com</test.glacier.endpoint>
|
2014-04-22 06:15:03 -04:00
|
|
|
<test.glacier.api-version>2012-06-01</test.glacier.api-version>
|
|
|
|
<test.glacier.build-version />
|
|
|
|
<test.glacier.identity>${test.aws.identity}</test.glacier.identity>
|
|
|
|
<test.glacier.credential>${test.aws.credential}</test.glacier.credential>
|
|
|
|
</properties>
|
|
|
|
|
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.jclouds.api</groupId>
|
|
|
|
<artifactId>sts</artifactId>
|
2021-12-17 00:00:12 -05:00
|
|
|
<version>${project.version}</version>
|
2014-04-22 06:15:03 -04:00
|
|
|
<type>jar</type>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.jclouds</groupId>
|
|
|
|
<artifactId>jclouds-blobstore</artifactId>
|
2021-12-17 00:00:12 -05:00
|
|
|
<version>${project.version}</version>
|
2014-04-22 06:15:03 -04:00
|
|
|
<type>jar</type>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.jclouds</groupId>
|
|
|
|
<artifactId>jclouds-core</artifactId>
|
2021-12-17 00:00:12 -05:00
|
|
|
<version>${project.version}</version>
|
2014-04-22 06:15:03 -04:00
|
|
|
<type>test-jar</type>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.jclouds</groupId>
|
|
|
|
<artifactId>jclouds-blobstore</artifactId>
|
2021-12-17 00:00:12 -05:00
|
|
|
<version>${project.version}</version>
|
2014-04-22 06:15:03 -04:00
|
|
|
<type>test-jar</type>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.jclouds.driver</groupId>
|
|
|
|
<artifactId>jclouds-log4j</artifactId>
|
2021-12-17 00:00:12 -05:00
|
|
|
<version>${project.version}</version>
|
2014-04-22 06:15:03 -04:00
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
2021-12-16 23:33:38 -05:00
|
|
|
<groupId>org.apache.logging.log4j</groupId>
|
|
|
|
<artifactId>log4j-core</artifactId>
|
2014-04-22 06:15:03 -04:00
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
2021-02-03 07:16:57 -05:00
|
|
|
<groupId>com.squareup.okhttp3</groupId>
|
2014-04-22 06:15:03 -04:00
|
|
|
<artifactId>mockwebserver</artifactId>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
2014-06-29 15:33:40 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.assertj</groupId>
|
|
|
|
<artifactId>assertj-core</artifactId>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
2014-12-09 18:06:15 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>com.google.auto.service</groupId>
|
|
|
|
<artifactId>auto-service</artifactId>
|
|
|
|
<optional>true</optional>
|
|
|
|
</dependency>
|
2014-04-22 06:15:03 -04:00
|
|
|
</dependencies>
|
|
|
|
|
|
|
|
<profiles>
|
|
|
|
<profile>
|
|
|
|
<id>live</id>
|
|
|
|
<build>
|
|
|
|
<plugins>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-surefire-plugin</artifactId>
|
|
|
|
<executions>
|
|
|
|
<execution>
|
|
|
|
<id>integration</id>
|
|
|
|
<phase>integration-test</phase>
|
|
|
|
<goals>
|
|
|
|
<goal>test</goal>
|
|
|
|
</goals>
|
|
|
|
<configuration>
|
2014-07-12 06:28:23 -04:00
|
|
|
<suiteXmlFiles>
|
|
|
|
<suiteXmlFile>src/test/resources/testng.xml</suiteXmlFile>
|
|
|
|
</suiteXmlFiles>
|
|
|
|
<groups>live</groups>
|
|
|
|
<excludedGroups>livelong</excludedGroups>
|
2014-04-22 06:15:03 -04:00
|
|
|
<systemPropertyVariables>
|
2014-07-12 06:28:23 -04:00
|
|
|
<jclouds.blobstore.httpstream.url>
|
|
|
|
${jclouds.blobstore.httpstream.url}
|
|
|
|
</jclouds.blobstore.httpstream.url>
|
|
|
|
<jclouds.blobstore.httpstream.md5>
|
|
|
|
${jclouds.blobstore.httpstream.md5}
|
|
|
|
</jclouds.blobstore.httpstream.md5>
|
|
|
|
<test.glacier.endpoint>${test.glacier.endpoint}</test.glacier.endpoint>
|
|
|
|
<test.glacier.api-version>${test.glacier.api-version}</test.glacier.api-version>
|
|
|
|
<test.glacier.build-version>${test.glacier.build-version}</test.glacier.build-version>
|
|
|
|
<test.glacier.identity>${test.glacier.identity}</test.glacier.identity>
|
|
|
|
<test.glacier.credential>${test.glacier.credential}</test.glacier.credential>
|
|
|
|
</systemPropertyVariables>
|
|
|
|
</configuration>
|
|
|
|
</execution>
|
|
|
|
</executions>
|
|
|
|
</plugin>
|
|
|
|
</plugins>
|
|
|
|
</build>
|
|
|
|
</profile>
|
|
|
|
<profile>
|
2014-07-12 08:08:06 -04:00
|
|
|
<id>livelong</id>
|
2014-07-12 06:28:23 -04:00
|
|
|
<build>
|
|
|
|
<plugins>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-surefire-plugin</artifactId>
|
|
|
|
<executions>
|
|
|
|
<execution>
|
|
|
|
<id>integration</id>
|
|
|
|
<phase>integration-test</phase>
|
|
|
|
<goals>
|
|
|
|
<goal>test</goal>
|
|
|
|
</goals>
|
|
|
|
<configuration>
|
|
|
|
<suiteXmlFiles>
|
|
|
|
<suiteXmlFile>src/test/resources/testng.xml</suiteXmlFile>
|
|
|
|
</suiteXmlFiles>
|
|
|
|
<groups>live</groups>
|
2014-07-12 08:08:06 -04:00
|
|
|
<excludedGroups>liveshort, setup</excludedGroups>
|
|
|
|
<systemPropertyVariables>
|
|
|
|
<jclouds.blobstore.httpstream.url>
|
|
|
|
${jclouds.blobstore.httpstream.url}
|
|
|
|
</jclouds.blobstore.httpstream.url>
|
|
|
|
<jclouds.blobstore.httpstream.md5>
|
|
|
|
${jclouds.blobstore.httpstream.md5}
|
|
|
|
</jclouds.blobstore.httpstream.md5>
|
|
|
|
<test.glacier.endpoint>${test.glacier.endpoint}</test.glacier.endpoint>
|
|
|
|
<test.glacier.api-version>${test.glacier.api-version}</test.glacier.api-version>
|
|
|
|
<test.glacier.build-version>${test.glacier.build-version}</test.glacier.build-version>
|
|
|
|
<test.glacier.identity>${test.glacier.identity}</test.glacier.identity>
|
|
|
|
<test.glacier.credential>${test.glacier.credential}</test.glacier.credential>
|
|
|
|
</systemPropertyVariables>
|
|
|
|
</configuration>
|
|
|
|
</execution>
|
|
|
|
</executions>
|
|
|
|
</plugin>
|
|
|
|
</plugins>
|
|
|
|
</build>
|
|
|
|
</profile>
|
|
|
|
<profile>
|
|
|
|
<id>livelongsetup</id>
|
|
|
|
<build>
|
|
|
|
<plugins>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-surefire-plugin</artifactId>
|
|
|
|
<executions>
|
|
|
|
<execution>
|
|
|
|
<id>integration</id>
|
|
|
|
<phase>integration-test</phase>
|
|
|
|
<goals>
|
|
|
|
<goal>test</goal>
|
|
|
|
</goals>
|
|
|
|
<configuration>
|
|
|
|
<suiteXmlFiles>
|
|
|
|
<suiteXmlFile>src/test/resources/testng.xml</suiteXmlFile>
|
|
|
|
</suiteXmlFiles>
|
|
|
|
<groups>live</groups>
|
|
|
|
<excludedGroups>liveshort, longtest</excludedGroups>
|
2014-07-12 06:28:23 -04:00
|
|
|
<systemPropertyVariables>
|
|
|
|
<jclouds.blobstore.httpstream.url>
|
|
|
|
${jclouds.blobstore.httpstream.url}
|
|
|
|
</jclouds.blobstore.httpstream.url>
|
|
|
|
<jclouds.blobstore.httpstream.md5>
|
|
|
|
${jclouds.blobstore.httpstream.md5}
|
|
|
|
</jclouds.blobstore.httpstream.md5>
|
2014-04-22 06:15:03 -04:00
|
|
|
<test.glacier.endpoint>${test.glacier.endpoint}</test.glacier.endpoint>
|
|
|
|
<test.glacier.api-version>${test.glacier.api-version}</test.glacier.api-version>
|
|
|
|
<test.glacier.build-version>${test.glacier.build-version}</test.glacier.build-version>
|
|
|
|
<test.glacier.identity>${test.glacier.identity}</test.glacier.identity>
|
|
|
|
<test.glacier.credential>${test.glacier.credential}</test.glacier.credential>
|
|
|
|
</systemPropertyVariables>
|
|
|
|
</configuration>
|
|
|
|
</execution>
|
|
|
|
</executions>
|
|
|
|
</plugin>
|
|
|
|
</plugins>
|
|
|
|
</build>
|
|
|
|
</profile>
|
|
|
|
</profiles>
|
|
|
|
</project>
|