gc-starter-plugins-cache-redis-ctg-common
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.gccloud</groupId> <artifactId>gc-starter-plugins-cache-redis-ctg-common</artifactId> <version>2.3.5.RELEASE</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <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"> <parent> <artifactId>gc-starter-plugins-cache-redis-ctg</artifactId> <groupId>com.gccloud</groupId> <version>2.3.5.RELEASE</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>gc-starter-plugins-cache-redis-ctg-common</artifactId> <description> 随机测试、废弃 </description> <dependencies> <dependency> <groupId>com.gccloud</groupId> <artifactId>gc-starter-plugins-cache-redis-common</artifactId> <version>2.3.5.RELEASE</version> </dependency> </dependencies> <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> <configuration> <skipTests>true</skipTests> </configuration> </plugin> <plugin> <artifactId>maven-compiler-plugin</artifactId> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-source-plugin</artifactId> <executions> <execution> <phase>package</phase> <goals> <goal>jar-no-fork</goal> </goals> </execution> </executions> </plugin> </plugins> </build> </project>