Skip to content

Releases: seedstack/seedstack-maven-plugin

v2.6.4

19 Oct 15:27
Compare
Choose a tag to compare
  • [fix] Uninstall ansi console before exiting.
  • [new] Automatically switch to basic prompt under CYGWIN.

v2.6.3

19 Oct 13:50
Compare
Choose a tag to compare
  • [new] Add basic prompt mode (-DbasicPrompt) on generate goal, for the case where ConsoleUI doesn't work properly.
  • [chg] If an archetype named "web" exists, set it as the default project type.

v2.6.2

10 Aug 13:05
Compare
Choose a tag to compare
  • [chg] Add a fallback to hard-coded archetype list for project generation.
  • [chg] In the case of project generation with a custom archetype, ensures that archetype id is not blank.
  • [chg] If the user cancels (ctrl+c) project generation during questions, still render the template with fallback values.

v2.6.1

04 Aug 15:42
Compare
Choose a tag to compare
  • [chg] Search custom archetype catalog first (http://seedstack.org/maven/ by default), then central, then local, then manual coordinates.

v2.6.0

03 Aug 15:39
Compare
Choose a tag to compare
  • [new] Add the ability to template project file names in project archetypes.
  • [new] Add the ability to generate class configuration in templates with yamlClassConfig function.

v2.5.0

02 Aug 15:01
Compare
Choose a tag to compare
  • [new] Colorized, interactive prompter thanks to ConsoleUI.
  • [new] Supports Pebble template language in archetypes.
  • [new] Ability to ask questions if a JSON question file is present at the root of the generated project (answers can be used in templates).
  • [new] Distribution information can now be specified on the generate goal allowing to generate projects based on a custom distribution.
  • [new] Resolve distribution highest version before listing project types when generating (avoid listing obsolete types).

v2.4.3

02 May 21:10
Compare
Choose a tag to compare
  • [fix] Correctly sets java.class.path system property before running application with run goal.

v2.4.2

30 Apr 19:48
Compare
Choose a tag to compare
  • [fix] Don't automatically run package phase before package goal.

v2.4.1

17 Feb 10:29
Compare
Choose a tag to compare
  • [fix] Display the cause of the error when launching the application or a tool.
  • [fix] Fix asking for the generated project properties twice.

v2.4.0

09 Feb 17:16
Compare
Choose a tag to compare
  • [new] New goal effective-config to dump effective configuration of the project as YAML.
  • [new] New goal effective-test-config to dump effective test configuration of the project as YAML.
  • [new] New goal crypt to crypt password using the configured master key store of the application.