Generator Alfresco Versions Save

A Yeomen generator based on the Alfresco all-in-one Maven archetype with some generators and an opinionated project structure.

0.9.23

6 years ago

0.9.20

6 years ago

v0.9.7

7 years ago

Resolves issue where project is generated on Windows and then run from Linux. The backslash path elements leaked into the tomcat context files (and also the module registry in the project config file.)

Most of the fix was done in generator-alfresco-common. We updated to module registry code to replace backslash with forward slash in module path elements when adding a module to the registry and also when the registry is read.

Due to an a dependency breaking yarn when installed via npm, this also changes how yarn is installed for our tests.

v0.9.6

7 years ago

Format for using the Base generator has changed Format for composeWith has changed. Argument and option handling updates

  • Enable eslint Previous attempt to use default eslint config ended up turning eslint off altogether. Re-enabling it now. Fix eslint errors

  • Misc Fix tests, and some issues discovered via tests Replace deprecated os.tmpDir() with os.tmpdir()

v0.9.5

7 years ago
  • Drop node 0.10 & 0.12, add 7, deps++, fix test
  • Update dependencies
  • Bump version and update README.md
  • Add OOTB Support Tools to README.md
  • Use yarn instead of npm install in .travis.yml