vaadin / archetypes

Archetypes for Vaadin platform
https://vaadin.com
4 stars 7 forks source link

Use resource filtering to update vaadin version #154

Closed pleku closed 5 years ago

pleku commented 5 years ago

Makes it possible to build and ship the archetypes with two maven commands.

ZheSun88 commented 5 years ago

build failed on cannot find the vaadin-bom 13.0-SNAPSHOT dependency. an easy fix would be adding the snapshot repository, but it looks we don't use snapshot repository in V8 version either.

ZheSun88 commented 5 years ago

Add snapshot repository.

In FW8, the goal file uses a profile in the command line which contains the snapshot repository settings.

mstahv commented 5 years ago

I don't think we need pre-releases of archetypes at least at this point. Maybe later when we want advanced users to try 14 pre-releases.

vaadin.version property should default to some valid released version. You can then override that with build configurations, but I actually wouldn't suggest to do that (as builds should be repeatable).