MVN

com.google.code.echo-maven-plugin : echo-maven-plugin

Maven & Gradle

Apr 21, 2014

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

<plugin>
    <groupId>com.google.code.echo-maven-plugin</groupId>
    <artifactId>echo-maven-plugin</artifactId>
    <version>1.0.0</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.0.0

All Versions

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

Version Vulnerabilities Updated
1.0.x
echo-maven-plugin-1.0.0
0.0.x
echo-maven-plugin-0.0.1

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.google.code.echo-maven-plugin</groupId>
    <artifactId>echo-maven-plugin</artifactId>
    <version>1.0.0</version>
</plugin>