md2conf-cli
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.github.md2conf</groupId>
<artifactId>md2conf-cli</artifactId>
<version>0.4.0</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/maven-v4_0_0.xsd">
<parent>
<artifactId>md2conf-parent</artifactId>
<groupId>io.github.md2conf</groupId>
<version>0.4.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>md2conf-cli</artifactId>
<version>0.4.0</version>
<build>
<plugins>
<plugin>
<artifactId>maven-shade-plugin</artifactId>
<version>${maven-shade-plugin.version}</version>
<executions>
<execution>
<phase>package</phase>
<goals>
<goal>shade</goal>
</goals>
</execution>
</executions>
<configuration>
<shadedArtifactAttached>true</shadedArtifactAttached>
<transformers>
<transformer />
<transformer />
<transformer>
<mainClass>io.github.md2conf.command.MainApp</mainClass>
</transformer>
</transformers>
<filters>
<filter>
<artifact>*:*</artifact>
<excludes>
<exclude>module-info.class</exclude>
<exclude>META-INF/versions/9/module-info.class</exclude>
<exclude>META-INF/MANIFEST.MF</exclude>
<exclude>META-INF/NOTICE</exclude>
<exclude>META-INF/NOTICE.txt</exclude>
<exclude>META-INF/DEPENDENCIES</exclude>
<exclude>META-INF/LICENSE-notice.md</exclude>
</excludes>
</filter>
</filters>
</configuration>
</plugin>
</plugins>
</build>
<properties>
<git.ref.slug>v0.4.0</git.ref.slug>
<git.commit.timestamp>1723900389</git.commit.timestamp>
<git.ref>v0.4.0</git.ref>
<git.commit.short>1384234</git.commit.short>
<git.commit.timestamp.datetime>2024-08-17T13:13:09Z</git.commit.timestamp.datetime>
<git.worktree>/home/runner/work/md2conf/md2conf</git.worktree>
<git.commit>1384234b73498af699364190386ee4ceb72351f7</git.commit>
</properties>
</project>