Use two-step package.json version updates

- clean node_modules and dist folders on clean
- use the following version update pipeline:
  for snapshot: a) snapshot-predependency > update external dependencies
                b) pnpm-update > download external deps, link git-locals
                c) snapshot-postdependency > update git-local versions
                git-local versions must be updated after pnpm-update
                otherwise it might use a version from the server instead
                the local one!
  for releases: a) release-predependency > update external dependencies
                b) release-postdependency > update git-local versions
                c) pnpm-update > download external deps, link git-locals
                here both tasks can be done before the pnpm-update
                because this version cannot exist on the server anyway.

The property 'master_npm_release_build' can be used to distinguish the
two modes:
  property not defined: snapshot
  property=true: release
  property=false: none of both (no release and no snapshot)
3 files changed
tree: a2e4e70c5b6144b848a1b473f68e11f4100fcf93
  1. eclipse-settings_aptEnabled_master/
  2. eclipse-settings_master/
  3. maven_plugin_config-master/
  4. maven_plugin_version-master/
  5. maven_rt_plugin_config-master/
  6. maven_sdk_p2_plugin_config-master/
  7. maven_sdk_plugin_config-master/
  8. shell_scripts/
  9. src/
  10. .gitattributes
  11. .gitignore
  12. .gitreview
  13. BUILD.md
  14. CONTRIBUTING.md
  15. pom.xml
  16. README.md
README.md

Eclipse Scout - Maven Master

[Eclipse Scout] 1 is a mature and open framework for modern, service oriented business applications. It substantially boosts developer productivity and is simple to learn.

This repository Eclipse Scout Maven Master contains the master POMs for Eclipse Scout projects

Downloads

The content of this repository is build on the Eclipse infrastructure and the different versions on [Eclipse Maven Repo] 2.

The easiest way to start with Eclipse Scout is to download Eclipse for Scout Developers Eclipse for Scout Developers on the [Eclipse downloads page] 3.

Documentation & Links

  • [Eclipse Scout Documentation] 4
  • [Eclipse Scout Forum] 5
  • [Eclipse Bugzilla] 6

Contribution Guidelines

We welcome any kind of contributions (Bug report, documentation, code contribution...). Please read the [Eclipse Scout Contribution page] 7 to know more about it.

The contribution process of Eclipse Scout is hosted on tools deployed by the Eclipse Foundation (involing [Bugzilla] 6, Gerrit, Hudson, MediaWiki...).

External tools like the GitHub tracker and pull requests are not supported.

Get in Touch

To get in touch with the Eclipse Scout community, please open a thread in the [Eclipse Scout Forum] 5 or send a mail to [our mailing list] 8: scout-dev@eclipse.org

License

[Eclipse Public License (EPL) v1.0] 9