Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 20 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,26 @@
<groupId>com.aliyun.openservices</groupId>
<artifactId>tablestore-parent</artifactId>
<version>1.0</version>
<name>AliCloud TableStore</name>
<url>http://www.aliyun.com</url>
<description>AliCloud TableStore</description>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
</license>
</licenses>
<scm>
<url></url>
<connection></connection>
</scm>
<developers>
<developer>
<id>aliyunproducts</id>
<name>Aliyun SDK</name>
<email>aliyunsdk@aliyun.com</email>
</developer>
</developers>
<packaging>pom</packaging>
<modules>
<module>tablestore-shaded-protobuf</module>
Expand All @@ -23,7 +43,6 @@
<url>https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/</url>
</repository>
</distributionManagement>

<build>
<plugins>
<plugin>
Expand Down Expand Up @@ -53,5 +72,4 @@
</plugin>
</plugins>
</build>

</project>
36 changes: 34 additions & 2 deletions tablestore-shaded-httpasyncclient/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
</parent>
<artifactId>tablestore-shaded-httpasyncclient</artifactId>
<version>4.0.2</version>
<name>AliCloud TableStore Shaded HttpAsyncClient</name>
<description>AliCloud TableStore Shaded HttpAsyncClient</description>
<packaging>jar</packaging>
<dependencies>
<dependency>
Expand All @@ -18,7 +20,37 @@
</dependency>
</dependencies>
<build>
<plugins>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<version>2.3</version>
<executions>
<execution>
<id>attach-sources</id>
<goals>
<goal>jar-no-fork</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<executions>
<execution>
<id>empty-javadoc-jar</id>
<phase>package</phase>
<goals>
<goal>jar</goal>
</goals>
<configuration>
<classifier>javadoc</classifier>
<classesDirectory>${basedir}/javadoc</classesDirectory>
</configuration>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
Expand Down Expand Up @@ -46,7 +78,7 @@
</configuration>
</execution>
</executions>
</plugin>
</plugin>
</plugins>
</build>
</project>
2 changes: 2 additions & 0 deletions tablestore-shaded-httpasyncclient/src/main/resources/NOTICE
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
This artifact is a shaded version of the original httpasyncclient library.
It contains only dependencies and no source code from the project itself.
36 changes: 34 additions & 2 deletions tablestore-shaded-protobuf/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
</parent>
<artifactId>tablestore-shaded-protobuf</artifactId>
<version>4.28.2</version>
<name>AliCloud TableStore Shaded Protobuf</name>
<description>AliCloud TableStore Shaded Protobuf</description>
<packaging>jar</packaging>
<dependencies>
<dependency>
Expand All @@ -18,7 +20,37 @@
</dependency>
</dependencies>
<build>
<plugins>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<version>2.3</version>
<executions>
<execution>
<id>attach-sources</id>
<goals>
<goal>jar-no-fork</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<executions>
<execution>
<id>empty-javadoc-jar</id>
<phase>package</phase>
<goals>
<goal>jar</goal>
</goals>
<configuration>
<classifier>javadoc</classifier>
<classesDirectory>${basedir}/javadoc</classesDirectory>
</configuration>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
Expand All @@ -44,7 +76,7 @@
</configuration>
</execution>
</executions>
</plugin>
</plugin>
</plugins>
</build>
</project>
2 changes: 2 additions & 0 deletions tablestore-shaded-protobuf/src/main/resources/NOTICE
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
This artifact is a shaded version of the original protobuf library.
It contains only dependencies and no source code from the project itself.
19 changes: 0 additions & 19 deletions tablestore/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,31 +6,12 @@
<version>5.17.6</version>
<packaging>jar</packaging>
<name>AliCloud TableStore SDK for Java</name>
<url>http://www.aliyun.com</url>
<parent>
<groupId>com.aliyun.openservices</groupId>
<artifactId>tablestore-parent</artifactId>
<version>1.0</version>
</parent>
<description>Aliyun Open Services SDK for Java Copyright (C) Alibaba Cloud Computing All rights reserved. 版权所有 (C)阿里云计算有限公司 http://www.aliyun.com</description>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
</license>
</licenses>
<scm>
<url></url>
<connection></connection>
</scm>
<developers>
<developer>
<id>aliyunproducts</id>
<name>Aliyun SDK</name>
<email>aliyunsdk@aliyun.com</email>
</developer>
</developers>

<profiles>
<profile>
<id>java8-doclint-disabled</id>
Expand Down