mv-plugin
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>run.mone</groupId> <artifactId>mv-plugin</artifactId> <version>1.6.1-jdk21</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://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>run.mone</groupId> <artifactId>jcommon</artifactId> <version>1.6.1-jdk21</version> </parent> <artifactId>mv-plugin</artifactId> <packaging>pom</packaging> <modules> <module>native-plugin</module> <module>mv-demo</module> <module>codecheck-maven-plugin</module> <module>jarcheck-maven-plugin</module> </modules> </project>