custom-data
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.xb-custom</groupId>
<artifactId>custom-data</artifactId>
<version>1.1.0</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.4.5</version>
<relativePath></relativePath>
</parent>
<groupId>com.xb-custom</groupId>
<artifactId>custom-data</artifactId>
<version>1.1.0</version>
<packaging>pom</packaging>
<url>https://github.com/xiao-bais</url>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<name>heye</name>
<email>ys374241242@163.com</email>
<organization>https://github.com/xiao-bais</organization>
<timezone>+8</timezone>
</developer>
</developers>
<modules>
<module>custom-comm</module>
<module>custom-db-action</module>
<module>custom-db-jdbc</module>
<module>custom-db-proxy</module>
<module>custom-springboot-starter</module>
<module>custom-aliyun</module>
<module>custom-db-generator</module>
<module>custom-task-manager</module>
<module>custom-test</module>
<module>custom-tools</module>
</modules>
<scm>
<connection>https://github.com/xiao-bais/custom-db-orm.git</connection>
<url>https://github.com/xiao-bais/custom-db-orm</url>
</scm>
<properties>
<custom-db-generator-version>1.1.0</custom-db-generator-version>
<java.version>1.8</java.version>
<custom-aliyun-version>1.1.0</custom-aliyun-version>
<custom-comm-version>1.1.0</custom-comm-version>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<custom-db-springboot-starter-version>1.1.0</custom-db-springboot-starter-version>
<custom-db-action-version>1.1.0</custom-db-action-version>
<custom-db-jdbc-version>1.1.0</custom-db-jdbc-version>
<revision>1.1.0</revision>
<custom-tools>1.1.0</custom-tools>
<custom-db-proxy-version>1.1.0</custom-db-proxy-version>
</properties>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.7.5</version>
</dependency>
<dependency>
<groupId>com.xb-custom</groupId>
<artifactId>custom-aliyun</artifactId>
<version>1.1.0</version>
</dependency>
<dependency>
<groupId>com.xb-custom</groupId>
<artifactId>custom-comm</artifactId>
<version>${custom-comm-version}</version>
</dependency>
<dependency>
<groupId>com.xb-custom</groupId>
<artifactId>custom-db-jdbc</artifactId>
<version>${custom-db-jdbc-version}</version>
</dependency>
<dependency>
<groupId>com.xb-custom</groupId>
<artifactId>custom-db-action</artifactId>
<version>${custom-db-action-version}</version>
</dependency>
<dependency>
<groupId>com.xb-custom</groupId>
<artifactId>custom-db-proxy</artifactId>
<version>${custom-db-proxy-version}</version>
</dependency>
<dependency>
<groupId>com.xb-custom</groupId>
<artifactId>custom-springboot-starter</artifactId>
<version>${custom-db-springboot-starter-version}</version>
</dependency>
<dependency>
<groupId>com.xb-custom</groupId>
<artifactId>custom-db-generator</artifactId>
<version>${custom-db-generator-version}</version>
</dependency>
<dependency>
<groupId>com.xb-custom</groupId>
<artifactId>custom-task-manager</artifactId>
<version>1.1.0</version>
</dependency>
<dependency>
<groupId>com.xb-custom</groupId>
<artifactId>custom-tools</artifactId>
<version>${custom-tools}</version>
</dependency>
</dependencies>
</dependencyManagement>
<dependencies>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter</artifactId>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>flatten-maven-plugin</artifactId>
<version>1.2.1</version>
<executions>
<execution>
<id>flatten</id>
<phase>process-resources</phase>
<goals>
<goal>flatten</goal>
</goals>
</execution>
<execution>
<id>flatten.clean</id>
<phase>clean</phase>
<goals>
<goal>clean</goal>
</goals>
</execution>
</executions>
<configuration>
<flattenedPomFilename>pom-xml-flattened</flattenedPomFilename>
<updatePomFile>true</updatePomFile>
<flattenMode>resolveCiFriendliesOnly</flattenMode>
</configuration>
</plugin>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.1</version>
<configuration>
<source>${java.version}</source>
<target>${java.version}</target>
</configuration>
</plugin>
<plugin>
<artifactId>maven-source-plugin</artifactId>
<version>3.0.1</version>
<executions>
<execution>
<id>attach-sources</id>
<phase>verify</phase>
<goals>
<goal>jar-no-fork</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
<version>1.6.7</version>
<extensions>true</extensions>
<configuration>
<serverId>ossrh</serverId>
<nexusUrl>https://s01.oss.sonatype.org/</nexusUrl>
<autoReleaseAfterClose>true</autoReleaseAfterClose>
</configuration>
</plugin>
</plugins>
</build>
<profiles>
<profile>
<id>oss-releases</id>
<activation>
<activeByDefault>true</activeByDefault>
</activation>
<build>
<plugins>
<plugin>
<artifactId>maven-source-plugin</artifactId>
<version>3.0.1</version>
<executions>
<execution>
<phase>package</phase>
<goals>
<goal>jar-no-fork</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<artifactId>maven-javadoc-plugin</artifactId>
<version>2.9.1</version>
<executions>
<execution>
<phase>package</phase>
<goals>
<goal>jar</goal>
</goals>
<configuration>
<additionalJOptions>
<additionalJOption>-Xdoclint:none</additionalJOption>
</additionalJOptions>
</configuration>
</execution>
</executions>
<configuration>
<additionalJOptions>
<additionalJOption>-Xdoclint:none</additionalJOption>
</additionalJOptions>
</configuration>
</plugin>
<plugin>
<artifactId>maven-gpg-plugin</artifactId>
<version>1.6</version>
<executions>
<execution>
<phase>verify</phase>
<goals>
<goal>sign</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
<distributionManagement>
<repository>
<id>oss-releases</id>
<url>https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/</url>
</repository>
<snapshotRepository>
<id>oss-snapshots</id>
<url>https://s01.oss.sonatype.org/content/repositories/snapshots/</url>
</snapshotRepository>
</distributionManagement>
</profile>
</profiles>
</project>