Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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].