lingmou20250527
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.aliyun</groupId> <artifactId>lingmou20250527</artifactId> <version>1.0.0</version> </dependency>
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> <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"> <modelVersion>4.0.0</modelVersion> <groupId>com.aliyun</groupId> <artifactId>lingmou20250527</artifactId> <version>1.0.0</version> <packaging>jar</packaging> <name>lingmou20250527</name> <description>Alibaba Cloud LingMou (20250527) SDK for Java </description> <url>https://github.com/aliyun/alibabacloud-java-sdk</url> <licenses> <license> <name>The Apache License, Version 2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> </license> </licenses> <developers> <developer> <id>aliyunproducts</id> <name>Aliyun SDK</name> <email>aliyunsdk@aliyun.com</email> </developer> </developers> <distributionManagement> <snapshotRepository> <id>sonatype-nexus-snapshots</id> <url>https://central.sonatype.com/repository/maven-snapshots/</url> </snapshotRepository> <repository> <id>sonatype-nexus-staging</id> <url>https://central.sonatype.com</url> </repository> </distributionManagement> <scm> <connection>scm:git:git://github.com/aliyun/alibabacloud-java-sdk.git</connection> <developerConnection>scm:git:git@github.com:aliyun/alibabacloud-java-sdk.git</developerConnection> <url>https://github.com/aliyun/alibabacloud-java-sdk</url> </scm> <dependencies> <dependency> <groupId>com.aliyun</groupId> <artifactId>tea-util</artifactId> <version>0.2.23</version> </dependency> <dependency> <groupId>com.aliyun</groupId> <artifactId>tea-openapi</artifactId> <version>0.3.8</version> </dependency> <dependency> <groupId>com.aliyun</groupId> <artifactId>openapiutil</artifactId> <version>0.2.2</version> </dependency> <dependency> <groupId>com.aliyun</groupId> <artifactId>endpoint-util</artifactId> <version>0.0.8</version> </dependency> <dependency> <groupId>com.aliyun</groupId> <artifactId>tea</artifactId> <version>1.3.1</version> </dependency> </dependencies> <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> <version>3.6.1</version> <configuration> <source>7</source> <target>7</target> </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-gpg-plugin</artifactId> <version>3.1.0</version> <executions> <execution> <id>sign-artifacts</id> <phase>verify</phase> <goals> <goal>sign</goal> </goals> </execution> </executions> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-javadoc-plugin</artifactId> <version>3.1.1</version> <configuration> <encoding>UTF-8</encoding> <doclint>none</doclint> </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> <version>2.22.1</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-shade-plugin</artifactId> <version>3.2.4</version> <executions> <execution> <phase>package</phase> <goals> <goal>shade</goal> </goals> <configuration> <relocations> <relocation> <pattern>com.google</pattern> <shadedPattern>com.aliyun.lingmou20250527.external.google</shadedPattern> </relocation> <relocation> <pattern>okhttp3</pattern> <shadedPattern>com.aliyun.lingmou20250527.external.okhttp3</shadedPattern> </relocation> <relocation> <pattern>okio</pattern> <shadedPattern>com.aliyun.lingmou20250527.external.okio</shadedPattern> </relocation> <relocation> <pattern>javax.xml</pattern> <shadedPattern>com.aliyun.lingmou20250527.external.javax.xml</shadedPattern> </relocation> <relocation> <pattern>com.sun</pattern> <shadedPattern>com.aliyun.lingmou20250527.external.com.sun</shadedPattern> </relocation> <relocation> <pattern>org.apache</pattern> <shadedPattern>com.aliyun.lingmou20250527.external.org.apache</shadedPattern> </relocation> <relocation> <pattern>org.slf4j</pattern> <shadedPattern>com.aliyun.lingmou20250527.external.org.slf4j</shadedPattern> </relocation> </relocations> <artifactSet> <excludes> <exclude>org.jacoco:*</exclude> <exclude>org.bouncycastle:bcprov-jdk18on</exclude> </excludes> </artifactSet> <filters> <filter> <artifact>*:*</artifact> <excludes> <exclude>META-INF/*.SF</exclude> <exclude>META-INF/*.DSA</exclude> <exclude>META-INF/*.RSA</exclude> <exclude>**/pom.xml</exclude> </excludes> </filter> </filters> <transformers> <transformer implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer"/> </transformers> <shadedArtifactAttached>true</shadedArtifactAttached> <shadedClassifierName>shaded</shadedClassifierName> </configuration> </execution> </executions> </plugin> <plugin> <groupId>org.sonatype.central</groupId> <artifactId>central-publishing-maven-plugin</artifactId> <version>0.8.0</version> <extensions>true</extensions> <configuration> <publishingServerId>central</publishingServerId> <autoPublish>true</autoPublish> <waitUntil>published</waitUntil> </configuration> </plugin> </plugins> </build> </project>