Skip to content

Releases: SpoonLabs/spoon-maven-plugin

spoon-maven-plugin 3.7

14 Jul 13:36
d48713a
Compare
Choose a tag to compare
spoon-maven-plugin-3.7

Spoon Maven Plugin Version 3.7

spoon-maven-plugin 3.6

24 Jun 22:00
83f0000
Compare
Choose a tag to compare
spoon-maven-plugin-3.6

Spoon Maven Plugin Version 3.6

spoon-maven-plugin 3.5

18 May 09:56
Compare
Choose a tag to compare
spoon-maven-plugin-3.5

Spoon Maven Plugin Version 3.5

spoon-maven-plugin-3.2

01 Jul 07:19
Compare
Choose a tag to compare

Add support to Java 10 and allow to disable comments parsing in the option.

spoon-maven-plugin-3.1

17 Jul 13:52
Compare
Choose a tag to compare
[maven-release-plugin]  copy for tag spoon-maven-plugin-3.1

spoon-maven-plugin-3.0

17 Jul 13:45
Compare
Choose a tag to compare
[maven-release-plugin]  copy for tag spoon-maven-plugin-3.0

Spoon Maven Plugin 2.2

13 Oct 08:43
Compare
Choose a tag to compare
  • Supports "noCopyResources" argument of Spoon.
  • Supports "buildOnlyOutdatedFiles" argument of Spoon.
  • Supports new log filtering with Spoon 4.3.0.
  • Upgrades spoon version from 4.1.0 to 4.3.0.

Spoon Maven Plugin 2.1

08 Jun 14:32
Compare
Choose a tag to compare

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.

Spoon Maven Plugin 2.0

08 Jun 14:42
Compare
Choose a tag to compare

Features

  • refactors package of the plugin.
  • Makes possible to launch spoon with processors in command line.
  • Supports processors when the plugin spoon a project.
  • Adds a logging to build reports.
  • Changes behavior of input and output directories.
  • Adds decorator to compute performance of spoon in plugin.
  • Adds maven-compiler-plugin to compile in Java 1.7 by default.
  • Refactors plugin to update his architecture and spoon version.

Fixes

  • Fixes bug when the developer would like specify his input folder.
  • Fixes fragment parameter who didn't use config

Documentation and test

  • Improves release process in the pom.xml
  • Prepares pom.xml for the release to maven central
  • Updates README and cleans gitignore file.
  • Adds usage in readme of the project