Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yracnet/fragment-maven-plugin
Fragment Execute Other Plugin
https://github.com/yracnet/fragment-maven-plugin
formatter-maven-plugin fragments maven-plugin maven-pmd-plugin mojo-executor plugin
Last synced: 5 days ago
JSON representation
Fragment Execute Other Plugin
- Host: GitHub
- URL: https://github.com/yracnet/fragment-maven-plugin
- Owner: yracnet
- License: apache-2.0
- Created: 2017-09-26T20:01:24.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-09-28T11:36:10.000Z (about 7 years ago)
- Last Synced: 2024-04-24T12:28:02.227Z (7 months ago)
- Topics: formatter-maven-plugin, fragments, maven-plugin, maven-pmd-plugin, mojo-executor, plugin
- Language: Java
- Size: 37.1 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Fragment Maven Plugin
You can split the pom.xml in other xml (plugin-fragment) each plugin that used in your project.
The fragment-maven-plugin execute of configuration declared.
The xml is like to "project>build>plugins>plugin"### Configuration
Include the fragment-maven-plugin in your project and declare another fragment (xml file) for the plugin you want to run
### pom.xml
```...
...
com.github.yracnet.maven
fragment-maven-plugin
0.1.1-SNAPSHOT
process-resources
process
false
${basedir}/plugin/formatter.xml
.... More xml
...
...
```### plugin/formatter.xml
```
net.revelc.code
formatter-maven-plugin
0.5.2
format
CRLF
UTF-8
```
### Contact
If you have any question, send a email to [email protected].