|
|
|
|
@ -11,6 +11,10 @@ |
|
|
|
|
<java.version>11</java.version> |
|
|
|
|
<vaadin.version>23.0.8</vaadin.version> |
|
|
|
|
<org.keycloak.version>11.0.1</org.keycloak.version> |
|
|
|
|
|
|
|
|
|
<timestamp>${maven.build.timestamp}</timestamp> |
|
|
|
|
<maven.build.timestamp.format>yyyy-MM-dd HH:mm:ss</maven.build.timestamp.format> |
|
|
|
|
|
|
|
|
|
</properties> |
|
|
|
|
|
|
|
|
|
<parent> |
|
|
|
|
@ -188,7 +192,37 @@ |
|
|
|
|
|
|
|
|
|
<build> |
|
|
|
|
<defaultGoal>spring-boot:run</defaultGoal> |
|
|
|
|
<resources> |
|
|
|
|
<!-- |
|
|
|
|
<resource> |
|
|
|
|
<filtering>true</filtering> |
|
|
|
|
<directory>src/packaging</directory> |
|
|
|
|
</resource> |
|
|
|
|
<resource> |
|
|
|
|
<directory>src/main/resources</directory> |
|
|
|
|
</resource> |
|
|
|
|
--> |
|
|
|
|
</resources> |
|
|
|
|
<plugins> |
|
|
|
|
<!-- |
|
|
|
|
<plugin> |
|
|
|
|
<groupId>org.codehaus.mojo</groupId> |
|
|
|
|
<artifactId>build-helper-maven-plugin</artifactId> |
|
|
|
|
<executions> |
|
|
|
|
<execution> |
|
|
|
|
<phase>generate-sources</phase> |
|
|
|
|
<goals> |
|
|
|
|
<goal>add-source</goal> |
|
|
|
|
</goals> |
|
|
|
|
<configuration> |
|
|
|
|
<sources> |
|
|
|
|
<source>src/main/generated</source> |
|
|
|
|
</sources> |
|
|
|
|
</configuration> |
|
|
|
|
</execution> |
|
|
|
|
</executions> |
|
|
|
|
</plugin> |
|
|
|
|
--> |
|
|
|
|
<plugin> |
|
|
|
|
<groupId>org.springframework.boot</groupId> |
|
|
|
|
<artifactId>spring-boot-maven-plugin</artifactId> |
|
|
|
|
@ -301,4 +335,8 @@ |
|
|
|
|
</profile> |
|
|
|
|
|
|
|
|
|
</profiles> |
|
|
|
|
<scm> |
|
|
|
|
<developerConnection>scm:git:https://github.com/markuskreth/TrainerInvoice.git</developerConnection> |
|
|
|
|
<connection>scm:git:https://github.com/markuskreth/TrainerInvoice.git</connection> |
|
|
|
|
</scm> |
|
|
|
|
</project> |