Spoon Maven Plugin 2.1
GerardPaligot
released this
08 Jun 14:32
·
218 commits
to master
since this release
Features
- Makes compatible with Spoon 4 and Java 8.
- Removes the support of the fragment mode in Spoon.
- Handles maven plugin to spoon source code generated by spoon.
- Specifies a version of spoon in snapshot and another one in release
- Improves logging in the plugin.
- Removes jarFiles parameter in the plugin. (#12)
- Supports java version 1.6 and more. (#17)
- Add noClasspath argument
- Adds travis config and status in the readme.
Fixes
- Fixes the compatibility with java version 1.6
- Can launch the plugin several times without clean maven command.
Documentation and test
- Upgrades readme for the next release version.
- Updates documentation in the readme
- Updates README to explain how override spoon's version
- Updates documentation to remove jarFiles paramater. (#12)
- Adds test cases to test configuration builder.
- Initializes project to test the plugin.