|
7 | 7 | <packaging>jar</packaging> |
8 | 8 | <name>AliCloud TableStore SDK for Java</name> |
9 | 9 | <url>http://www.aliyun.com</url> |
10 | | - <parent> |
11 | | - <groupId>com.taobao</groupId> |
12 | | - <artifactId>parent</artifactId> |
13 | | - <version>1.0.2</version> |
14 | | - </parent> |
15 | 10 | <description>Aliyun Open Services SDK for Java Copyright (C) Alibaba Cloud Computing All rights reserved. 版权所有 (C)阿里云计算有限公司 http://www.aliyun.com</description> |
| 11 | + <licenses> |
| 12 | + <license> |
| 13 | + <name>The Apache Software License, Version 2.0</name> |
| 14 | + <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> |
| 15 | + </license> |
| 16 | + </licenses> |
| 17 | + <scm> |
| 18 | + <url></url> |
| 19 | + <connection></connection> |
| 20 | + </scm> |
| 21 | + <developers> |
| 22 | + <developer> |
| 23 | + <id>aliyunproducts</id> |
| 24 | + <name>Aliyun SDK</name> |
| 25 | + <email>aliyunsdk@aliyun.com</email> |
| 26 | + </developer> |
| 27 | + </developers> |
| 28 | + <distributionManagement> |
| 29 | + <snapshotRepository> |
| 30 | + <id>sonatype-nexus-snapshots</id> |
| 31 | + <url>https://s01.oss.sonatype.org/content/repositories/snapshots</url> |
| 32 | + </snapshotRepository> |
| 33 | + <repository> |
| 34 | + <id>sonatype-nexus-staging</id> |
| 35 | + <url>https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/</url> |
| 36 | + </repository> |
| 37 | + </distributionManagement> |
16 | 38 | <profiles> |
17 | 39 | <profile> |
18 | 40 | <id>java8-doclint-disabled</id> |
|
249 | 271 | </execution> |
250 | 272 | </executions> |
251 | 273 | </plugin> |
| 274 | + <plugin> |
| 275 | + <groupId>org.apache.maven.plugins</groupId> |
| 276 | + <artifactId>maven-gpg-plugin</artifactId> |
| 277 | + <version>1.5</version> |
| 278 | + <executions> |
| 279 | + <execution> |
| 280 | + <id>sign-artifacts</id> |
| 281 | + <phase>verify</phase> |
| 282 | + <goals> |
| 283 | + <goal>sign</goal> |
| 284 | + </goals> |
| 285 | + </execution> |
| 286 | + </executions> |
| 287 | + </plugin> |
| 288 | + <plugin> |
| 289 | + <groupId>org.sonatype.plugins</groupId> |
| 290 | + <artifactId>nexus-staging-maven-plugin</artifactId> |
| 291 | + <version>1.6.3</version> |
| 292 | + <extensions>true</extensions> |
| 293 | + <configuration> |
| 294 | + <serverId>sonatype-nexus-staging</serverId> |
| 295 | + <nexusUrl>https://s01.oss.sonatype.org/</nexusUrl> |
| 296 | + <autoReleaseAfterClose>true</autoReleaseAfterClose> |
| 297 | + </configuration> |
| 298 | + </plugin> |
252 | 299 | </plugins> |
253 | 300 | </build> |
254 | 301 | </project> |
0 commit comments