|
| 1 | +<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/xsd/maven-4.0.0.xsd"> |
| 2 | + <modelVersion>4.0.0</modelVersion> |
| 3 | + <groupId>com.aliyun</groupId> |
| 4 | + <artifactId>aliyun-java-sdk-dts</artifactId> |
| 5 | + <packaging>jar</packaging> |
| 6 | + <version>2.0.10</version> |
| 7 | + <name>aliyun-java-sdk-dts</name> |
| 8 | + <url>http://www.aliyun.com</url> |
| 9 | + <description>Aliyun Open API SDK for Java |
| 10 | + |
| 11 | +Copyright (C) Alibaba Cloud Computing |
| 12 | +All rights reserved. |
| 13 | + |
| 14 | +版权所有 (C)阿里云计算有限公司 |
| 15 | + |
| 16 | +http://www.aliyun.com</description> |
| 17 | + |
| 18 | +<distributionManagement> |
| 19 | + <snapshotRepository> |
| 20 | + <id>sonatype-nexus-snapshots</id> |
| 21 | + <url>https://oss.sonatype.org/content/repositories/snapshots</url> |
| 22 | + </snapshotRepository> |
| 23 | + <repository> |
| 24 | + <id>sonatype-nexus-staging</id> |
| 25 | + <url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url> |
| 26 | + </repository> |
| 27 | +</distributionManagement> |
| 28 | + |
| 29 | + <dependencies> |
| 30 | + <dependency> |
| 31 | + <groupId>com.aliyun</groupId> |
| 32 | + <artifactId>aliyun-java-sdk-core</artifactId> |
| 33 | + <optional>true</optional> |
| 34 | + <version>[4.3.2,5.0.0)</version> |
| 35 | + </dependency> |
| 36 | + </dependencies> |
| 37 | + <licenses> |
| 38 | + <license> |
| 39 | + <name></name> |
| 40 | + <url></url> |
| 41 | + <distribution></distribution> |
| 42 | + </license> |
| 43 | + </licenses> |
| 44 | + <scm> |
| 45 | + <connection>scm:git:git://github.com/aliyun/aliyun-openapi-java-sdk.git</connection> |
| 46 | + < developerConnection>scm:git: [email protected]:aliyun/aliyun-openapi-java-sdk.git</ developerConnection> |
| 47 | + <url>https://github.com/aliyun/aliyun-openapi-java-sdk</url> |
| 48 | + </scm> |
| 49 | + <developers> |
| 50 | + <developer> |
| 51 | + <id>aliyunproducts</id> |
| 52 | + <name>Aliyun SDK</name> |
| 53 | + |
| 54 | + </developer> |
| 55 | + </developers> |
| 56 | + <build> |
| 57 | + <plugins> |
| 58 | + <plugin> |
| 59 | + <artifactId>maven-compiler-plugin</artifactId> |
| 60 | + <version>2.3.2</version> |
| 61 | + <configuration> |
| 62 | + <source>1.6</source> |
| 63 | + <target>1.6</target> |
| 64 | + <encoding>UTF-8</encoding> |
| 65 | + </configuration> |
| 66 | + </plugin> |
| 67 | + <plugin> |
| 68 | + <groupId>org.apache.maven.plugins</groupId> |
| 69 | + <artifactId>maven-jar-plugin</artifactId> |
| 70 | + <version>2.3.2</version> |
| 71 | + <configuration> |
| 72 | + <excludes> |
| 73 | + </excludes> |
| 74 | + </configuration> |
| 75 | + </plugin> |
| 76 | + <plugin> |
| 77 | + <groupId>org.apache.maven.plugins</groupId> |
| 78 | + <artifactId>maven-surefire-plugin</artifactId> |
| 79 | + <version>2.10</version> |
| 80 | + <configuration> |
| 81 | + <argLine>-Dfile.encoding=UTF-8</argLine> |
| 82 | + </configuration> |
| 83 | + </plugin> |
| 84 | + <plugin> |
| 85 | + <groupId>org.apache.maven.plugins</groupId> |
| 86 | + <artifactId>maven-javadoc-plugin</artifactId> |
| 87 | + <version>2.8</version> |
| 88 | + <configuration> |
| 89 | + <encoding>UTF-8</encoding> |
| 90 | + </configuration> |
| 91 | + </plugin> |
| 92 | + <plugin> |
| 93 | + <groupId>org.apache.maven.plugins</groupId> |
| 94 | + <artifactId>maven-gpg-plugin</artifactId> |
| 95 | + <version>1.5</version> |
| 96 | + <executions> |
| 97 | + <execution> |
| 98 | + <id>sign-artifacts</id> |
| 99 | + <phase>verify</phase> |
| 100 | + <goals> |
| 101 | + <goal>sign</goal> |
| 102 | + </goals> |
| 103 | + </execution> |
| 104 | + </executions> |
| 105 | + </plugin> |
| 106 | + <plugin> |
| 107 | + <groupId>org.sonatype.plugins</groupId> |
| 108 | + <artifactId>nexus-staging-maven-plugin</artifactId> |
| 109 | + <version>1.6.3</version> |
| 110 | + <extensions>true</extensions> |
| 111 | + <configuration> |
| 112 | + <serverId>sonatype-nexus-staging</serverId> |
| 113 | + <nexusUrl>https://oss.sonatype.org/</nexusUrl> |
| 114 | + <autoReleaseAfterClose>true</autoReleaseAfterClose> |
| 115 | + </configuration> |
| 116 | + </plugin> |
| 117 | + </plugins> |
| 118 | + </build> |
| 119 | +</project> |
0 commit comments