void-executable
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>cn.toutatis</groupId>
<artifactId>void-executable</artifactId>
<version>0.0.0-ALPHA</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>cn.toutatis</groupId>
<artifactId>void-feature-support</artifactId>
<version>0.0.5-ALPHA</version>
</parent>
<properties>
<maven.compiler.source>${jdk8.version}</maven.compiler.source>
<maven.compiler.target>${jdk8.version}</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<artifactId>void-executable</artifactId>
<version>0.0.0-ALPHA</version>
<packaging>pom</packaging>
<modules>
<!-- VOID-SPRING 生成器 -->
<module>void-creator-jar</module>
<!--图片压缩工具-->
<module>void-compress-jar</module>
<!--动态DNS工具-->
<module>void-dynamic-dns</module>
</modules>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<inherited>false</inherited>
</plugin>
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
<configuration>
<skipNexusStagingDeployMojo>false</skipNexusStagingDeployMojo>
</configuration>
<inherited>false</inherited>
</plugin>
</plugins>
</build>
</project>