MVN

com.github.ekryd.echo-maven-plugin : echo-maven-plugin

Maven & Gradle

Mar 06, 2023
13 stars

Echo Maven plugin · A maven plugin that outputs text during Maven build

<plugin>
    <groupId>com.github.ekryd.echo-maven-plugin</groupId>
    <artifactId>echo-maven-plugin</artifactId>
    <version>2.1.0</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.ekryd.echo-maven-plugin : echo-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 2.1.0

All Versions

Choose a version of com.github.ekryd.echo-maven-plugin : echo-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
2.1.x
echo-maven-plugin-2.1.0
2.0.x
echo-maven-plugin-2.0.1
echo-maven-plugin-2.0.0
1.3.x
echo-maven-plugin-1.3.2
echo-maven-plugin-1.3.0
1.2.x
echo-maven-plugin-1.2.0

How to add a plugin to Maven

Add the maven plugin to the pom.xml file information in this tag as follows:

<plugin>
    <groupId>com.github.ekryd.echo-maven-plugin</groupId>
    <artifactId>echo-maven-plugin</artifactId>
    <version>2.1.0</version>
</plugin>

Advertisement