vaadin / vaadin-button-flow

Vaadin Flow Java API for vaadin/vaadin-button Web Component
https://vaadin.com/components/vaadin-button
Other
0 stars 7 forks source link

Split the project into multiple modules #92

Closed pleku closed 5 years ago

pleku commented 5 years ago

The parent module name is vaadin-button-flow-parent structure for submodules should be this:

    <modules>
        <module>vaadin-button-flow</module>
        <module>vaadin-button-flow-testbench</module>
        <module>vaadin-button-flow-integration-tests</module>
        <module>vaadin-button-flow-demo</module>
    </modules>

Couple notes:

This needs to be backported to the V12 version (1.2) and V10 & V11 versions (1.0).

The release builds will probably have to be reworked, the easiest approach is to create a new release configuration based on the old one and make it work.

pleku commented 5 years ago

There is a WIP branches for this:

The changing of the version to 1.3.0-SNAPSHOT should be made in a separate commit, so that it is easier to

What is missing:

There is a follow up issue for fixing all the other components