bean-transform-tool
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.github.meditator-wen</groupId>
<artifactId>bean-transform-tool</artifactId>
<version>1.0.1</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">
<modelVersion>4.0.0</modelVersion>
<!-- <parent>-->
<!-- <groupId>org.sonatype.oss</groupId>-->
<!-- <artifactId>oss-parent</artifactId>-->
<!-- <version>7</version>-->
<!-- </parent>-->
<groupId>io.github.meditator-wen</groupId>
<artifactId>bean-transform-tool</artifactId>
<version>1.0.1</version>
<!-- -SNAPSHOT-->
<packaging>jar</packaging>
<name>bean-transform-tool</name>
<url>https://github.com/meditator-wen/bean-transform-tool</url>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<gpg.keyname>0xEF563188</gpg.keyname>
</properties>
<description>A general tool for bean conversion based on bytecode generation technology</description>
<dependencies>
<!-- <dependency>-->
<!-- <groupId>org.openjdk.jmh</groupId>-->
<!-- <artifactId>jmh-core</artifactId>-->
<!-- <version>1.33</version>-->
<!-- <scope>test</scope>-->
<!-- </dependency>-->
<!-- <dependency>-->
<!-- <groupId>org.openjdk.jmh</groupId>-->
<!-- <artifactId>jmh-generator-annprocess</artifactId>-->
<!-- <version>1.33</version>-->
<!-- <scope>test</scope>-->
<!-- </dependency>-->
<!-- <!– https://mvnrepository.com/artifact/org.mapstruct/mapstruct –>-->
<!-- <dependency>-->
<!-- <groupId>org.mapstruct</groupId>-->
<!-- <artifactId>mapstruct</artifactId>-->
<!-- <version>1.4.2.Final</version>-->
<!-- <scope>test</scope>-->
<!-- </dependency>-->
<!-- <!– https://mvnrepository.com/artifact/org.mapstruct/mapstruct-jdk8 –>-->
<!-- <dependency>-->
<!-- <groupId>org.mapstruct</groupId>-->
<!-- <artifactId>mapstruct-jdk8</artifactId>-->
<!-- <version>1.4.2.Final</version>-->
<!-- <scope>test</scope>-->
<!-- </dependency>-->
<!-- <!– https://mvnrepository.com/artifact/org.mapstruct/mapstruct-processor –>-->
<!-- <dependency>-->
<!-- <groupId>org.mapstruct</groupId>-->
<!-- <artifactId>mapstruct-processor</artifactId>-->
<!-- <version>1.4.2.Final</version>-->
<!-- <scope>test</scope>-->
<!-- </dependency>-->
<!-- <dependency>-->
<!-- <groupId>org.springframework</groupId>-->
<!-- <artifactId>org.springframework.beans</artifactId>-->
<!-- <version>3.2.2.RELEASE</version>-->
<!-- <scope>system</scope>-->
<!-- <systemPath>${project.basedir}/lib/org.springframework.beans-3.2.5.RELEASE.jar</systemPath>-->
<!-- </dependency>-->
<!-- scope provided because the processor is only needed at compile time-->
<!-- <dependency>-->
<!-- <groupId>fr.xebia.extras</groupId>-->
<!-- <artifactId>selma-processor</artifactId>-->
<!-- <version>1.0</version>-->
<!-- <scope>test</scope>-->
<!-- </dependency>-->
<!-- <!– This is the only real dependency you will have in your binaries –>-->
<!-- <dependency>-->
<!-- <groupId>fr.xebia.extras</groupId>-->
<!-- <artifactId>selma</artifactId>-->
<!-- <version>1.0</version>-->
<!-- <scope>test</scope>-->
<!-- </dependency>-->
<!-- <!– https://mvnrepository.com/artifact/org.springframework/spring-core –>-->
<!-- <dependency>-->
<!-- <groupId>org.springframework</groupId>-->
<!-- <artifactId>spring-core</artifactId>-->
<!-- <version>3.2.2.RELEASE</version>-->
<!-- <scope>test</scope>-->
<!-- </dependency>-->
<!-- <!– https://mvnrepository.com/artifact/commons-beanutils/commons-beanutils –>-->
<!-- <dependency>-->
<!-- <groupId>commons-beanutils</groupId>-->
<!-- <artifactId>commons-beanutils</artifactId>-->
<!-- <version>1.9.4</version>-->
<!-- <scope>test</scope>-->
<!-- </dependency>-->
<!-- <!– Wangwen@479411 https://mvnrepository.com/artifact/ma.glasnost.orika/orika-core –>-->
<!-- <!– <dependency>–>-->
<!-- <!– <groupId>ma.glasnost.orika</groupId>–>-->
<!-- <!– <artifactId>orika-core</artifactId>–>-->
<!-- <!– <version>1.4.1</version>–>-->
<!-- <!– </dependency>–>-->
<!-- <!– https://mvnrepository.com/artifact/junit/junit –>-->
<!-- <dependency>-->
<!-- <groupId>junit</groupId>-->
<!-- <artifactId>junit</artifactId>-->
<!-- <version>4.12</version>-->
<!-- <scope>test</scope>-->
<!-- </dependency>-->
<!-- <!– https://mvnrepository.com/artifact/cglib/cglib –>-->
<!-- <dependency>-->
<!-- <groupId>cglib</groupId>-->
<!-- <artifactId>cglib</artifactId>-->
<!-- <version>3.3.0</version>-->
<!-- <scope>test</scope>-->
<!-- </dependency>-->
<!-- https://mvnrepository.com/artifact/org.ow2.asm/asm -->
<dependency>
<groupId>org.ow2.asm</groupId>
<artifactId>asm</artifactId>
<version>9.0</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>2.0.0-alpha5</version>
</dependency>
<!-- https://mvnrepository.com/artifact/ch.qos.logback/logback-core -->
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-core</artifactId>
<version>1.3.0-alpha10</version>
</dependency>
<!-- https://mvnrepository.com/artifact/ch.qos.logback/logback-classic -->
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.3.0-alpha10</version>
</dependency>
<!-- <dependency>-->
<!-- <groupId>com.alibaba</groupId>-->
<!-- <artifactId>fastjson</artifactId>-->
<!-- <version>1.2.71</version>-->
<!-- <scope>test</scope>-->
<!-- </dependency>-->
</dependencies>
<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>
<scm>
<tag>master</tag>
<url>https://github.com/meditator-wen/bean-transform-tool</url>
<connection>https://github.com/meditator-wen/bean-transform-tool.git</connection>
<!-- <developerConnection>https://github.com/meditator-wen/bean-transform-tool.git</developerConnection>-->
</scm>
<developers>
<developer>
<name>meditator-wen</name>
<email>tongjiwangwen@163.com</email>
<organization>shzz</organization>
</developer>
</developers>
<distributionManagement>
<snapshotRepository>
<id>ossrh</id>
<url>https://s01.oss.sonatype.org/content/repositories/snapshots</url>
</snapshotRepository>
<repository>
<id>ossrh</id>
<url>https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/</url>
</repository>
</distributionManagement>
<build>
<plugins>
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
<version>1.6.12</version>
<extensions>true</extensions>
<configuration>
<serverId>ossrh</serverId>
<nexusUrl>https://s01.oss.sonatype.org/</nexusUrl>
<autoReleaseAfterClose>true</autoReleaseAfterClose>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<version>2.2.1</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-javadoc-plugin</artifactId>
<version>2.9.1</version>
<configuration>
<encoding>UTF-8</encoding>
<aggregate>true</aggregate>
<charset>UTF-8</charset>
<docencoding>UTF-8</docencoding>
<additionalJOptions>
<additionalJOption>-Xdoclint:none</additionalJOption>
</additionalJOptions>
</configuration>
<executions>
<execution>
<id>attach-javadocs</id>
<goals>
<goal>jar</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>1.5</version>
<executions>
<execution>
<id>sign-artifacts</id>
<phase>verify</phase>
<goals>
<goal>sign</goal>
</goals>
<configuration>
<keyname>${gpg.keyname}</keyname>
<passphrase>${gpg.keyname}</passphrase>
</configuration>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>1.8</source>
<target>1.8</target>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
<version>2.5.3</version>
<configuration>
<autoVersionSubmodules>true</autoVersionSubmodules>
<useReleaseProfile>false</useReleaseProfile>
<releaseProfiles>release</releaseProfiles>
<goals>deploy nexus-staging:release</goals>
</configuration>
</plugin>
</plugins>
</build>
</project>