File tree Expand file tree Collapse file tree 6 files changed +92
-25
lines changed
tablestore-shaded-httpasyncclient
tablestore-shaded-protobuf Expand file tree Collapse file tree 6 files changed +92
-25
lines changed Original file line number Diff line number Diff line change 6
6
<groupId >com.aliyun.openservices</groupId >
7
7
<artifactId >tablestore-parent</artifactId >
8
8
<version >1.0</version >
9
+ <name >AliCloud TableStore</name >
10
+ <url >http://www.aliyun.com</url >
11
+ <description >AliCloud TableStore</description >
12
+ <licenses >
13
+ <license >
14
+ <name >The Apache Software License, Version 2.0</name >
15
+ <url >http://www.apache.org/licenses/LICENSE-2.0.txt</url >
16
+ </license >
17
+ </licenses >
18
+ <scm >
19
+ <url ></url >
20
+ <connection ></connection >
21
+ </scm >
22
+ <developers >
23
+ <developer >
24
+ <id >aliyunproducts</id >
25
+ <name >Aliyun SDK</name >
26
+ <email >aliyunsdk@aliyun.com</email >
27
+ </developer >
28
+ </developers >
9
29
<packaging >pom</packaging >
10
30
<modules >
11
31
<module >tablestore-shaded-protobuf</module >
23
43
<url >https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/</url >
24
44
</repository >
25
45
</distributionManagement >
26
-
27
46
<build >
28
47
<plugins >
29
48
<plugin >
53
72
</plugin >
54
73
</plugins >
55
74
</build >
56
-
57
75
</project >
Original file line number Diff line number Diff line change 9
9
</parent >
10
10
<artifactId >tablestore-shaded-httpasyncclient</artifactId >
11
11
<version >4.0.2</version >
12
+ <name >AliCloud TableStore Shaded HttpAsyncClient</name >
13
+ <description >AliCloud TableStore Shaded HttpAsyncClient</description >
12
14
<packaging >jar</packaging >
13
15
<dependencies >
14
16
<dependency >
18
20
</dependency >
19
21
</dependencies >
20
22
<build >
21
- <plugins >
23
+ <plugins >
24
+ <plugin >
25
+ <groupId >org.apache.maven.plugins</groupId >
26
+ <artifactId >maven-source-plugin</artifactId >
27
+ <version >2.3</version >
28
+ <executions >
29
+ <execution >
30
+ <id >attach-sources</id >
31
+ <goals >
32
+ <goal >jar-no-fork</goal >
33
+ </goals >
34
+ </execution >
35
+ </executions >
36
+ </plugin >
37
+ <plugin >
38
+ <groupId >org.apache.maven.plugins</groupId >
39
+ <artifactId >maven-jar-plugin</artifactId >
40
+ <executions >
41
+ <execution >
42
+ <id >empty-javadoc-jar</id >
43
+ <phase >package</phase >
44
+ <goals >
45
+ <goal >jar</goal >
46
+ </goals >
47
+ <configuration >
48
+ <classifier >javadoc</classifier >
49
+ <classesDirectory >${basedir} /javadoc</classesDirectory >
50
+ </configuration >
51
+ </execution >
52
+ </executions >
53
+ </plugin >
22
54
<plugin >
23
55
<groupId >org.apache.maven.plugins</groupId >
24
56
<artifactId >maven-shade-plugin</artifactId >
46
78
</configuration >
47
79
</execution >
48
80
</executions >
49
- </plugin >
81
+ </plugin >
50
82
</plugins >
51
83
</build >
52
84
</project >
Original file line number Diff line number Diff line change
1
+ This artifact is a shaded version of the original httpasyncclient library.
2
+ It contains only dependencies and no source code from the project itself.
Original file line number Diff line number Diff line change 9
9
</parent >
10
10
<artifactId >tablestore-shaded-protobuf</artifactId >
11
11
<version >4.28.2</version >
12
+ <name >AliCloud TableStore Shaded Protobuf</name >
13
+ <description >AliCloud TableStore Shaded Protobuf</description >
12
14
<packaging >jar</packaging >
13
15
<dependencies >
14
16
<dependency >
18
20
</dependency >
19
21
</dependencies >
20
22
<build >
21
- <plugins >
23
+ <plugins >
24
+ <plugin >
25
+ <groupId >org.apache.maven.plugins</groupId >
26
+ <artifactId >maven-source-plugin</artifactId >
27
+ <version >2.3</version >
28
+ <executions >
29
+ <execution >
30
+ <id >attach-sources</id >
31
+ <goals >
32
+ <goal >jar-no-fork</goal >
33
+ </goals >
34
+ </execution >
35
+ </executions >
36
+ </plugin >
37
+ <plugin >
38
+ <groupId >org.apache.maven.plugins</groupId >
39
+ <artifactId >maven-jar-plugin</artifactId >
40
+ <executions >
41
+ <execution >
42
+ <id >empty-javadoc-jar</id >
43
+ <phase >package</phase >
44
+ <goals >
45
+ <goal >jar</goal >
46
+ </goals >
47
+ <configuration >
48
+ <classifier >javadoc</classifier >
49
+ <classesDirectory >${basedir} /javadoc</classesDirectory >
50
+ </configuration >
51
+ </execution >
52
+ </executions >
53
+ </plugin >
22
54
<plugin >
23
55
<groupId >org.apache.maven.plugins</groupId >
24
56
<artifactId >maven-shade-plugin</artifactId >
44
76
</configuration >
45
77
</execution >
46
78
</executions >
47
- </plugin >
79
+ </plugin >
48
80
</plugins >
49
81
</build >
50
82
</project >
Original file line number Diff line number Diff line change
1
+ This artifact is a shaded version of the original protobuf library.
2
+ It contains only dependencies and no source code from the project itself.
Original file line number Diff line number Diff line change 6
6
<version >5.17.6</version >
7
7
<packaging >jar</packaging >
8
8
<name >AliCloud TableStore SDK for Java</name >
9
- <url >http://www.aliyun.com</url >
10
9
<parent >
11
10
<groupId >com.aliyun.openservices</groupId >
12
11
<artifactId >tablestore-parent</artifactId >
13
12
<version >1.0</version >
14
13
</parent >
15
14
<description >Aliyun Open Services SDK for Java Copyright (C) Alibaba Cloud Computing All rights reserved. 版权所有 (C)阿里云计算有限公司 http://www.aliyun.com</description >
16
- <licenses >
17
- <license >
18
- <name >The Apache Software License, Version 2.0</name >
19
- <url >http://www.apache.org/licenses/LICENSE-2.0.txt</url >
20
- </license >
21
- </licenses >
22
- <scm >
23
- <url ></url >
24
- <connection ></connection >
25
- </scm >
26
- <developers >
27
- <developer >
28
- <id >aliyunproducts</id >
29
- <name >Aliyun SDK</name >
30
- <email >aliyunsdk@aliyun.com</email >
31
- </developer >
32
- </developers >
33
-
34
15
<profiles >
35
16
<profile >
36
17
<id >java8-doclint-disabled</id >
You can’t perform that action at this time.
0 commit comments