Giter Site home page Giter Site logo

vaadin-dependencies's Introduction

#Parent POM for Vaadin Tutorials

Current state

License

Info

Project is build/tested with svenruppert/maven-3.6.1-adopt:1.8.212-04 docker image !!

This project is a minimized version of https://github.com/RapidPM/rapidpm-dependencies

How to use

The dependency is distributed via Bintray. Add first to repository coordinates to your pom.xml

  <repositories>
    <repository>
      <name>bintray</name>
      <id>bintray-vaadin-tutorials-maven</id>
      <url>https://dl.bintray.com/vaadin-tutorials/maven</url>
      <snapshots><enabled>false</enabled></snapshots>
    </repository>
  </repositories>

After this you can add the parent. This project supports all LTS versions up from Vaadin8 and the current version.

V8 (LTS)

  <parent>
    <groupId>org.vaadintutorials</groupId>
    <artifactId>vaadin-dependencies-v08</artifactId>
    <version>XXXX</version>
  </parent>

V10 (LTS)

  <parent>
    <groupId>org.vaadintutorials</groupId>
    <artifactId>vaadin-dependencies-v10</artifactId>
    <version>XXXX</version>
  </parent>

V14 (LTS)

  <parent>
    <groupId>org.vaadintutorials</groupId>
    <artifactId>vaadin-dependencies-v14</artifactId>
    <version>XXXX</version>
  </parent>

Current

  <parent>
    <groupId>org.vaadintutorials</groupId>
    <artifactId>vaadin-dependencies-vXX</artifactId>
    <version>XXXX</version>
  </parent>

Versioninfos

NEXT

  • TBD

2.0.0

  • changed structure
  • switched to bintray repos
  • using nano-vaadin for jetty and undertow

1.0.6

  • added java-faker to scope test

1.0.5

  • added Testcontainers (core and selenium) to the scope test
  • added testbench as dependency for scope test
  • param for NanoVaadin --apm (to activate Application Performance Monitoring)

1.0.4

  • added nano-jetty module
  • update to V14RC9

1.0.0

initial release

Properties

  • minimum-maven.version - setting required maven version, default is 3.3.9
  • activateJavaOnly - true = JDK only / false JDK plus Kotlin activated
  • vaadin-productionMode - activated inside the vaadin-dependencies the production mode
  • vaadin-install-nodejs - true or false (default)
    • frontend-maven-plugin.nodeVersion
    • frontend-maven-plugin.npmVersion
    • frontend-maven-plugin.installDirectory - default value - target
  • kotlin.compiler.jvmTarget - default 1.8
  • kotlin.version - default mostly latest version
  • kotlin.compiler.incremental - default true

Profiles

_nodejs_npm - For NodeJS && NMP installation

Some Webprojects need NodeJS and NPM installed. Vaadin 14 Flow is one example. To configure this you can use the following properties.

    <!--Vaadin-->
    <vaadin-productionMode>false</vaadin-productionMode>
    <vaadin-install-nodejs>true</vaadin-install-nodejs>
    <frontend-maven-plugin.nodeVersion>v4.6.0</frontend-maven-plugin.nodeVersion>
    <frontend-maven-plugin.npmVersion>2.15.9</frontend-maven-plugin.npmVersion>
    <frontend-maven-plugin.installDirectory>target</frontend-maven-plugin.installDirectory>

vaadin-dependencies's People

Contributors

svenruppert avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.