Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Helper to add Vaadin pre-releases repository to the project #109

Open
mcollovati opened this issue Sep 30, 2024 · 3 comments
Open

Helper to add Vaadin pre-releases repository to the project #109

mcollovati opened this issue Sep 30, 2024 · 3 comments
Labels
enhancement New feature or request

Comments

@mcollovati
Copy link

When testing a Vaadin pre-release, the following configurations should be added to the POM file, as documented in the release notes (e.g. https://github.com/vaadin/platform/releases/tag/24.5.0.beta3)

<repositories>
    <repository>
        <id>vaadin-prereleases</id>
        <url>
            https://maven.vaadin.com/vaadin-prereleases/
        </url>
    </repository>
</repositories>

<pluginRepositories>
    <pluginRepository>
        <id>vaadin-prereleases</id>
        <url>
            https://maven.vaadin.com/vaadin-prereleases/
        </url>
    </pluginRepository>
</pluginRepositories>

A developer could define a "Live Templates" to make the process quicker, but it would be helpful if the Vaadin IDEA plugin could provide a way to automatically add the setting in the POM file (or simply provide the template).

Something similar could also be probably helpful for Gradle projects.

@Artur-
Copy link
Member

Artur- commented Sep 30, 2024

There is also ”npx upgrade-vaadin 24.5.0.beta3” that does this

@mcollovati
Copy link
Author

Good to know, thanks.

@MarcinVaadin
Copy link
Member

It might be a feature of Copilot itself

@MarcinVaadin MarcinVaadin added the enhancement New feature or request label Oct 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants