https://github.com/ekryd/echo-maven-plugin
A maven plugin that lets you output text during Maven build
https://github.com/ekryd/echo-maven-plugin
echo hacktoberfest java maven maven-plugin output print
Last synced: 2 months ago
JSON representation
A maven plugin that lets you output text during Maven build
- Host: GitHub
- URL: https://github.com/ekryd/echo-maven-plugin
- Owner: Ekryd
- License: bsd-3-clause
- Created: 2015-03-13T06:45:25.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2025-04-11T16:23:39.000Z (3 months ago)
- Last Synced: 2025-04-11T17:35:37.306Z (3 months ago)
- Topics: echo, hacktoberfest, java, maven, maven-plugin, output, print
- Language: Java
- Homepage:
- Size: 659 KB
- Stars: 16
- Watchers: 3
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# Echo Maven Plugin 
[](https://app.circleci.com/pipelines/github/Ekryd/echo-maven-plugin)
[](https://coveralls.io/github/Ekryd/echo-maven-plugin?branch=master)
[](https://maven-badges.herokuapp.com/maven-central/com.github.ekryd.echo-maven-plugin/echo-maven-plugin)
[](https://sonarcloud.io/dashboard?id=com.github.ekryd.echo-maven-plugin%3Aecho-plugin)A maven plugin that lets you output text during Maven build
It can be used with a file:
```xml
com.github.ekryd.echo-maven-plugin
echo-maven-plugin
2.0.0
false
welcome
echo
misc/welcome.txt
```
Or with a string directly (note that Maven properties can be used):
```xml
com.github.ekryd.echo-maven-plugin
echo-maven-plugin
2.0.0
false
end
echo
install
${line.separator} To run the plugin directly:${line.separator} mvn ${project.groupId}:${project.artifactId}:${project.version}:sort${line.separator}
```See more in the [Cookbook](https://github.com/Ekryd/echo-maven-plugin/wiki/Cookbook)