|
| 1 | +<?xml version="1.0" encoding="UTF-8"?> |
| 2 | +<project xmlns="http://maven.apache.org/POM/4.0.0" |
| 3 | + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| 4 | + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
| 5 | + <parent> |
| 6 | + <groupId>com.azure</groupId> |
| 7 | + <artifactId>azure-client-sdk-parent</artifactId> |
| 8 | + <version>1.7.0</version> <!-- {x-version-update;com.azure:azure-client-sdk-parent;current} --> |
| 9 | + <relativePath>../../parents/azure-client-sdk-parent</relativePath> |
| 10 | + </parent> |
| 11 | + |
| 12 | + <modelVersion>4.0.0</modelVersion> |
| 13 | + |
| 14 | + <groupId>com.azure</groupId> |
| 15 | + <artifactId>azure-storage-blob-data-movement</artifactId> |
| 16 | + <version>12.0.0-beta.1</version> <!-- {x-version-update;com.azure:azure-storage-blob-data-movement;current} --> |
| 17 | + |
| 18 | + <name>Microsoft Azure module for Storage Blob Data Movement</name> |
| 19 | + <description>This module contains code for the Microsoft Azure Storage Blob Service Data Movement client library.</description> |
| 20 | + <url>https://github.com/Azure/azure-sdk-for-java</url> |
| 21 | + |
| 22 | + <distributionManagement> |
| 23 | + <site> |
| 24 | + <id>azure-java-build-docs</id> |
| 25 | + <url>${site.url}/site/${project.artifactId}</url> |
| 26 | + </site> |
| 27 | + </distributionManagement> |
| 28 | + |
| 29 | + <scm> |
| 30 | + <url>scm:git:https://github.com/Azure/azure-sdk-for-java</url> |
| 31 | + < connection>scm:git: [email protected]:Azure/azure-sdk-for-java.git</ connection> |
| 32 | + <tag>HEAD</tag> |
| 33 | + </scm> |
| 34 | + |
| 35 | + <properties> |
| 36 | + <jacoco.min.linecoverage>0.10</jacoco.min.linecoverage> |
| 37 | + <jacoco.min.branchcoverage>0.10</jacoco.min.branchcoverage> |
| 38 | + </properties> |
| 39 | + |
| 40 | + <dependencies> |
| 41 | + <dependency> |
| 42 | + <groupId>com.azure</groupId> |
| 43 | + <artifactId>azure-core</artifactId> |
| 44 | + <version>1.17.0</version> <!-- {x-version-update;com.azure:azure-core;dependency} --> |
| 45 | + </dependency> |
| 46 | + <dependency> |
| 47 | + <groupId>com.azure</groupId> |
| 48 | + <artifactId>azure-core-http-netty</artifactId> |
| 49 | + <version>1.10.0</version> <!-- {x-version-update;com.azure:azure-core-http-netty;dependency} --> |
| 50 | + </dependency> |
| 51 | + <dependency> |
| 52 | + <groupId>com.azure</groupId> |
| 53 | + <artifactId>azure-storage-common-data-movement</artifactId> |
| 54 | + <version>12.0.0-beta.1</version> <!-- {x-version-update;com.azure:azure-storage-common-data-movement;current} --> |
| 55 | + </dependency> |
| 56 | + <dependency> |
| 57 | + <groupId>com.azure</groupId> |
| 58 | + <artifactId>azure-storage-blob</artifactId> |
| 59 | + <version>12.13.0-beta.1</version> <!-- {x-version-update;com.azure:azure-storage-blob;current} --> |
| 60 | + </dependency> |
| 61 | + <dependency> |
| 62 | + <groupId>io.projectreactor</groupId> |
| 63 | + <artifactId>reactor-test</artifactId> |
| 64 | + <version>3.4.6</version> <!-- {x-version-update;io.projectreactor:reactor-test;external_dependency} --> |
| 65 | + <scope>test</scope> |
| 66 | + </dependency> |
| 67 | + <dependency> |
| 68 | + <groupId>org.spockframework</groupId> |
| 69 | + <artifactId>spock-core</artifactId> |
| 70 | + <version>2.0-M4-groovy-2.5</version> <!-- {x-version-update;org.spockframework:spock-core;external_dependency} --> |
| 71 | + <scope>test</scope> |
| 72 | + </dependency> |
| 73 | + <dependency> |
| 74 | + <groupId>com.azure</groupId> |
| 75 | + <artifactId>azure-storage-common</artifactId> |
| 76 | + <version>12.13.0-beta.1</version> <!-- {x-version-update;com.azure:azure-storage-common;current} --> |
| 77 | + <classifier>tests</classifier> |
| 78 | + <type>test-jar</type> |
| 79 | + <scope>test</scope> |
| 80 | + </dependency> |
| 81 | + <dependency> |
| 82 | + <groupId>com.azure</groupId> |
| 83 | + <artifactId>azure-core-test</artifactId> |
| 84 | + <version>1.6.3</version> <!-- {x-version-update;com.azure:azure-core-test;dependency} --> |
| 85 | + <scope>test</scope> |
| 86 | + </dependency> |
| 87 | + </dependencies> |
| 88 | + |
| 89 | + <profiles> |
| 90 | + <profile> |
| 91 | + <id>java8</id> |
| 92 | + <activation> |
| 93 | + <jdk>[1.8,9)</jdk> |
| 94 | + </activation> |
| 95 | + <build> |
| 96 | + <plugins> |
| 97 | + <plugin> |
| 98 | + <groupId>org.apache.maven.plugins</groupId> |
| 99 | + <artifactId>maven-compiler-plugin</artifactId> |
| 100 | + <version>3.8.1</version> <!-- {x-version-update;org.apache.maven.plugins:maven-compiler-plugin;external_dependency} --> |
| 101 | + <configuration> |
| 102 | + <source>1.8</source> |
| 103 | + <target>1.8</target> |
| 104 | + <showWarnings>true</showWarnings> |
| 105 | + <failOnWarning>true</failOnWarning> |
| 106 | + <compilerArgs> |
| 107 | + <arg>-Xlint:all</arg> |
| 108 | + <arg>-Xlint:-serial</arg> |
| 109 | + <arg>-Xlint:-deprecation</arg> |
| 110 | + <arg>-Xlint:-processing</arg> |
| 111 | + </compilerArgs> |
| 112 | + <excludes> |
| 113 | + <exclude>module-info.java</exclude> |
| 114 | + </excludes> |
| 115 | + </configuration> |
| 116 | + |
| 117 | + <executions> |
| 118 | + <execution> |
| 119 | + <id>test-compile</id> |
| 120 | + <phase>process-test-sources</phase> |
| 121 | + <goals> |
| 122 | + <goal>testCompile</goal> |
| 123 | + </goals> |
| 124 | + <configuration> |
| 125 | + <compilerId>groovy-eclipse-compiler</compilerId> |
| 126 | + <compilerArgs>-warn:-unused</compilerArgs> |
| 127 | + </configuration> |
| 128 | + </execution> |
| 129 | + <execution> |
| 130 | + <id>default-testCompile</id> |
| 131 | + <phase>process-test-sources</phase> |
| 132 | + <goals> |
| 133 | + <goal>testCompile</goal> |
| 134 | + </goals> |
| 135 | + <configuration> |
| 136 | + <compilerId>groovy-eclipse-compiler</compilerId> |
| 137 | + <compilerArgs>-warn:-unused</compilerArgs> |
| 138 | + </configuration> |
| 139 | + </execution> |
| 140 | + </executions> |
| 141 | + <dependencies> |
| 142 | + <dependency> |
| 143 | + <groupId>org.codehaus.groovy</groupId> |
| 144 | + <artifactId>groovy-eclipse-compiler</artifactId> |
| 145 | + <version>3.4.0-01</version> <!-- {x-version-update;org.codehaus.groovy:groovy-eclipse-compiler;external_dependency} --> |
| 146 | + </dependency> |
| 147 | + <dependency> |
| 148 | + <groupId>org.codehaus.groovy</groupId> |
| 149 | + <artifactId>groovy-eclipse-batch</artifactId> |
| 150 | + <version>2.5.8-01</version> <!-- {x-version-update;org.codehaus.groovy:groovy-eclipse-batch;external_dependency} --> |
| 151 | + </dependency> |
| 152 | + </dependencies> |
| 153 | + </plugin> |
| 154 | + <plugin> |
| 155 | + <groupId>org.apache.maven.plugins</groupId> |
| 156 | + <artifactId>maven-surefire-plugin</artifactId> |
| 157 | + <version>3.0.0-M3</version> <!-- {x-version-update;org.apache.maven.plugins:maven-surefire-plugin;external_dependency} --> |
| 158 | + <configuration> |
| 159 | + <systemPropertyVariables> |
| 160 | + <junit.jupiter.execution.parallel.enabled>true</junit.jupiter.execution.parallel.enabled> |
| 161 | + </systemPropertyVariables> |
| 162 | + </configuration> |
| 163 | + </plugin> |
| 164 | + </plugins> |
| 165 | + </build> |
| 166 | + </profile> |
| 167 | + |
| 168 | + <profile> |
| 169 | + <id>java9plus</id> |
| 170 | + <activation> |
| 171 | + <jdk>[9,)</jdk> |
| 172 | + </activation> |
| 173 | + <build> |
| 174 | + <plugins> |
| 175 | + <plugin> |
| 176 | + <!-- Skip maven compiler and use gmavenplus plugin instead --> |
| 177 | + <groupId>org.apache.maven.plugins</groupId> |
| 178 | + <artifactId>maven-compiler-plugin</artifactId> |
| 179 | + <version>3.8.1</version> <!-- {x-version-update;org.apache.maven.plugins:maven-compiler-plugin;external_dependency} --> |
| 180 | + <configuration> |
| 181 | + <source>9</source> |
| 182 | + <target>9</target> |
| 183 | + </configuration> |
| 184 | + <executions> |
| 185 | + <execution> |
| 186 | + <id>test-compile</id> |
| 187 | + <phase>process-test-sources</phase> |
| 188 | + <goals> |
| 189 | + <goal>testCompile</goal> |
| 190 | + </goals> |
| 191 | + <configuration> |
| 192 | + <compilerId>groovy-eclipse-compiler</compilerId> |
| 193 | + <compilerArgs>-warn:-unused</compilerArgs> |
| 194 | + <release>8</release> |
| 195 | + </configuration> |
| 196 | + </execution> |
| 197 | + <execution> |
| 198 | + <id>default-testCompile</id> |
| 199 | + <phase>process-test-sources</phase> |
| 200 | + <goals> |
| 201 | + <goal>testCompile</goal> |
| 202 | + </goals> |
| 203 | + <configuration> |
| 204 | + <compilerId>groovy-eclipse-compiler</compilerId> |
| 205 | + <compilerArgs>-warn:-unused</compilerArgs> |
| 206 | + <release>8</release> |
| 207 | + </configuration> |
| 208 | + </execution> |
| 209 | + </executions> |
| 210 | + <dependencies> |
| 211 | + <dependency> |
| 212 | + <groupId>org.codehaus.groovy</groupId> |
| 213 | + <artifactId>groovy-eclipse-compiler</artifactId> |
| 214 | + <version>3.4.0-01</version> <!-- {x-version-update;org.codehaus.groovy:groovy-eclipse-compiler;external_dependency} --> |
| 215 | + </dependency> |
| 216 | + <dependency> |
| 217 | + <groupId>org.codehaus.groovy</groupId> |
| 218 | + <artifactId>groovy-eclipse-batch</artifactId> |
| 219 | + <version>2.5.8-01</version> <!-- {x-version-update;org.codehaus.groovy:groovy-eclipse-batch;external_dependency} --> |
| 220 | + </dependency> |
| 221 | + </dependencies> |
| 222 | + </plugin> |
| 223 | + |
| 224 | + <plugin> |
| 225 | + <groupId>org.apache.maven.plugins</groupId> |
| 226 | + <artifactId>maven-surefire-plugin</artifactId> |
| 227 | + <version>3.0.0-M3</version> <!-- {x-version-update;org.apache.maven.plugins:maven-surefire-plugin;external_dependency} --> |
| 228 | + <configuration> |
| 229 | + <argLine> |
| 230 | + </argLine> |
| 231 | + <systemPropertyVariables> |
| 232 | + <junit.jupiter.execution.parallel.enabled>true</junit.jupiter.execution.parallel.enabled> |
| 233 | + </systemPropertyVariables> |
| 234 | + </configuration> |
| 235 | + </plugin> |
| 236 | + </plugins> |
| 237 | + </build> |
| 238 | + </profile> |
| 239 | + </profiles> |
| 240 | +</project> |
0 commit comments