Fix #4035 ${project.groupId} does not work well with Maven 3.6.2

This commit is contained in:
Peter Palaga
2019-09-16 22:10:09 +02:00
parent 537414e012
commit decc591563
37 changed files with 72 additions and 72 deletions

View File

@@ -277,7 +277,7 @@
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-hibernate-search-elasticsearch-deployment</artifactId>
<version>${project.version}</version>
</dependency>

View File

@@ -84,7 +84,7 @@
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-creator</artifactId>
<version>${project.version}</version>
</dependency>
@@ -120,7 +120,7 @@
</configuration>
</plugin>
<plugin>
<groupId>${project.groupId}</groupId>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-maven-plugin</artifactId>
<version>${project.version}</version>
</plugin>

View File

@@ -16,7 +16,7 @@
<dependencies>
<dependency>
<groupId>${project.groupId}</groupId>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-spring-data-jpa</artifactId>
</dependency>
<dependency>

View File

@@ -16,7 +16,7 @@
<dependencies>
<dependency>
<groupId>${project.groupId}</groupId>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-spring-di</artifactId>
</dependency>
<dependency>

View File

@@ -16,7 +16,7 @@
<dependencies>
<dependency>
<groupId>${project.groupId}</groupId>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-spring-web</artifactId>
</dependency>
<dependency>

View File

@@ -40,11 +40,11 @@
</build>
<dependencies>
<dependency>
<groupId>${project.groupId}</groupId>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-bootstrap-core</artifactId>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-bootstrap-core</artifactId>
<type>test-jar</type>
<scope>test</scope>

View File

@@ -39,19 +39,19 @@
<dependencyManagement>
<dependencies>
<dependency>
<groupId>${project.groupId}</groupId>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-bootstrap-core</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-bootstrap-core</artifactId>
<version>${project.version}</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-bootstrap-maven-plugin</artifactId>
<version>${project.version}</version>
</dependency>

View File

@@ -82,7 +82,7 @@
</configuration>
</plugin>
<plugin>
<groupId>${project.groupId}</groupId>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-maven-plugin</artifactId>
<executions>
<execution>
@@ -148,7 +148,7 @@
</executions>
</plugin>
<plugin>
<groupId>${project.groupId}</groupId>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-maven-plugin</artifactId>
<version>${project.version}</version>
<executions>

View File

@@ -41,7 +41,7 @@
</resources>
<plugins>
<plugin>
<groupId>${project.groupId}</groupId>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-maven-plugin</artifactId>
<executions>
<execution>
@@ -84,7 +84,7 @@
</executions>
</plugin>
<plugin>
<groupId>${project.groupId}</groupId>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-maven-plugin</artifactId>
<executions>
<execution>

View File

@@ -56,7 +56,7 @@
</resources>
<plugins>
<plugin>
<groupId>${project.groupId}</groupId>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-maven-plugin</artifactId>
<executions>
<execution>
@@ -100,7 +100,7 @@
</executions>
</plugin>
<plugin>
<groupId>${project.groupId}</groupId>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-maven-plugin</artifactId>
<executions>
<execution>

View File

@@ -53,7 +53,7 @@
</resources>
<plugins>
<plugin>
<groupId>${project.groupId}</groupId>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-maven-plugin</artifactId>
<executions>
<execution>
@@ -97,7 +97,7 @@
</executions>
</plugin>
<plugin>
<groupId>${project.groupId}</groupId>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-maven-plugin</artifactId>
<executions>
<execution>

View File

@@ -59,7 +59,7 @@
</resources>
<plugins>
<plugin>
<groupId>${project.groupId}</groupId>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-maven-plugin</artifactId>
<executions>
<execution>
@@ -102,7 +102,7 @@
</executions>
</plugin>
<plugin>
<groupId>${project.groupId}</groupId>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-maven-plugin</artifactId>
<executions>
<execution>

View File

@@ -78,7 +78,7 @@
</resources>
<plugins>
<plugin>
<groupId>${project.groupId}</groupId>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-maven-plugin</artifactId>
<version>${project.version}</version>
<executions>
@@ -120,7 +120,7 @@
</executions>
</plugin>
<plugin>
<groupId>${project.groupId}</groupId>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-maven-plugin</artifactId>
<version>${project.version}</version>
<executions>

View File

@@ -76,7 +76,7 @@
</configuration>
</plugin>
<plugin>
<groupId>${project.groupId}</groupId>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-maven-plugin</artifactId>
<executions>
<execution>
@@ -169,7 +169,7 @@
</executions>
</plugin>
<plugin>
<groupId>${project.groupId}</groupId>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-maven-plugin</artifactId>
<executions>
<execution>

View File

@@ -55,7 +55,7 @@
</resources>
<plugins>
<plugin>
<groupId>${project.groupId}</groupId>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-maven-plugin</artifactId>
<executions>
<execution>
@@ -106,7 +106,7 @@
</executions>
</plugin>
<plugin>
<groupId>${project.groupId}</groupId>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-maven-plugin</artifactId>
<executions>
<execution>

View File

@@ -57,7 +57,7 @@
</resources>
<plugins>
<plugin>
<groupId>${project.groupId}</groupId>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-maven-plugin</artifactId>
<version>${project.version}</version>
<executions>
@@ -107,7 +107,7 @@
</executions>
</plugin>
<plugin>
<groupId>${project.groupId}</groupId>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-maven-plugin</artifactId>
<version>${project.version}</version>
<executions>

View File

@@ -101,7 +101,7 @@
</configuration>
</plugin>
<plugin>
<groupId>${project.groupId}</groupId>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-maven-plugin</artifactId>
<executions>
<execution>
@@ -142,7 +142,7 @@
</executions>
</plugin>
<plugin>
<groupId>${project.groupId}</groupId>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-maven-plugin</artifactId>
<executions>
<execution>

View File

@@ -57,7 +57,7 @@
</resources>
<plugins>
<plugin>
<groupId>${project.groupId}</groupId>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-maven-plugin</artifactId>
<executions>
<execution>
@@ -98,7 +98,7 @@
</executions>
</plugin>
<plugin>
<groupId>${project.groupId}</groupId>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-maven-plugin</artifactId>
<executions>
<execution>

View File

@@ -66,7 +66,7 @@
</configuration>
</plugin>
<plugin>
<groupId>${project.groupId}</groupId>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-maven-plugin</artifactId>
<executions>
<execution>
@@ -132,7 +132,7 @@
</executions>
</plugin>
<plugin>
<groupId>${project.groupId}</groupId>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-maven-plugin</artifactId>
<executions>
<execution>

View File

@@ -70,7 +70,7 @@
</configuration>
</plugin>
<plugin>
<groupId>${project.groupId}</groupId>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-maven-plugin</artifactId>
<executions>
<execution>
@@ -136,7 +136,7 @@
</executions>
</plugin>
<plugin>
<groupId>${project.groupId}</groupId>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-maven-plugin</artifactId>
<executions>
<execution>

View File

@@ -61,7 +61,7 @@
</configuration>
</plugin>
<plugin>
<groupId>${project.groupId}</groupId>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-maven-plugin</artifactId>
<executions>
<execution>
@@ -127,7 +127,7 @@
</executions>
</plugin>
<plugin>
<groupId>${project.groupId}</groupId>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-maven-plugin</artifactId>
<executions>
<execution>

View File

@@ -54,7 +54,7 @@
</resources>
<plugins>
<plugin>
<groupId>${project.groupId}</groupId>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-maven-plugin</artifactId>
<executions>
<execution>
@@ -95,7 +95,7 @@
</executions>
</plugin>
<plugin>
<groupId>${project.groupId}</groupId>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-maven-plugin</artifactId>
<executions>
<execution>

View File

@@ -80,7 +80,7 @@
<build>
<plugins>
<plugin>
<groupId>${project.groupId}</groupId>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-maven-plugin</artifactId>
<executions>
<execution>
@@ -121,7 +121,7 @@
</executions>
</plugin>
<plugin>
<groupId>${project.groupId}</groupId>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-maven-plugin</artifactId>
<executions>
<execution>

View File

@@ -62,7 +62,7 @@
</configuration>
</plugin>
<plugin>
<groupId>${project.groupId}</groupId>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-maven-plugin</artifactId>
<version>${project.version}</version>
<executions>
@@ -105,7 +105,7 @@
</configuration>
</plugin>
<plugin>
<groupId>${project.groupId}</groupId>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-maven-plugin</artifactId>
<executions>
<execution>
@@ -146,7 +146,7 @@
</executions>
</plugin>
<plugin>
<groupId>${project.groupId}</groupId>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-maven-plugin</artifactId>
<executions>
<execution>

View File

@@ -47,7 +47,7 @@
<build>
<plugins>
<plugin>
<groupId>${project.groupId}</groupId>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-maven-plugin</artifactId>
<version>${project.version}</version>
<executions>
@@ -89,7 +89,7 @@
</executions>
</plugin>
<plugin>
<groupId>${project.groupId}</groupId>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-maven-plugin</artifactId>
<version>${project.version}</version>
<executions>

View File

@@ -43,7 +43,7 @@
<build>
<plugins>
<plugin>
<groupId>${project.groupId}</groupId>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-maven-plugin</artifactId>
<version>${project.version}</version>
<executions>
@@ -85,7 +85,7 @@
</executions>
</plugin>
<plugin>
<groupId>${project.groupId}</groupId>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-maven-plugin</artifactId>
<version>${project.version}</version>
<executions>

View File

@@ -169,7 +169,7 @@
</resources>
<plugins>
<plugin>
<groupId>${project.groupId}</groupId>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-maven-plugin</artifactId>
<executions>
<execution>
@@ -233,7 +233,7 @@
</executions>
</plugin>
<plugin>
<groupId>${project.groupId}</groupId>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-maven-plugin</artifactId>
<executions>
<execution>

View File

@@ -60,7 +60,7 @@
</configuration>
</plugin>
<plugin>
<groupId>${project.groupId}</groupId>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-maven-plugin</artifactId>
<version>${project.version}</version>
<executions>
@@ -107,7 +107,7 @@
</configuration>
</plugin>
<plugin>
<groupId>${project.groupId}</groupId>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-maven-plugin</artifactId>
<version>${project.version}</version>
<executions>

View File

@@ -91,7 +91,7 @@
</configuration>
</plugin>
<plugin>
<groupId>${project.groupId}</groupId>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-maven-plugin</artifactId>
<executions>
<execution>
@@ -157,7 +157,7 @@
</executions>
</plugin>
<plugin>
<groupId>${project.groupId}</groupId>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-maven-plugin</artifactId>
<executions>
<execution>

View File

@@ -62,7 +62,7 @@
</configuration>
</plugin>
<plugin>
<groupId>${project.groupId}</groupId>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-maven-plugin</artifactId>
<version>${project.version}</version>
<executions>
@@ -131,7 +131,7 @@
</executions>
</plugin>
<plugin>
<groupId>${project.groupId}</groupId>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-maven-plugin</artifactId>
<version>${project.version}</version>
<executions>

View File

@@ -37,7 +37,7 @@
<build>
<plugins>
<plugin>
<groupId>${project.groupId}</groupId>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-maven-plugin</artifactId>
<version>${project.version}</version>
<executions>
@@ -79,7 +79,7 @@
</executions>
</plugin>
<plugin>
<groupId>${project.groupId}</groupId>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-maven-plugin</artifactId>
<version>${project.version}</version>
<executions>

View File

@@ -57,7 +57,7 @@
<build>
<plugins>
<plugin>
<groupId>${project.groupId}</groupId>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-maven-plugin</artifactId>
<version>${project.version}</version>
<executions>
@@ -99,7 +99,7 @@
</executions>
</plugin>
<plugin>
<groupId>${project.groupId}</groupId>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-maven-plugin</artifactId>
<version>${project.version}</version>
<executions>

View File

@@ -49,7 +49,7 @@
<build>
<plugins>
<plugin>
<groupId>${project.groupId}</groupId>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-maven-plugin</artifactId>
<version>${project.version}</version>
<executions>
@@ -91,7 +91,7 @@
</executions>
</plugin>
<plugin>
<groupId>${project.groupId}</groupId>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-maven-plugin</artifactId>
<version>${project.version}</version>
<executions>

View File

@@ -43,7 +43,7 @@
<build>
<plugins>
<plugin>
<groupId>${project.groupId}</groupId>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-maven-plugin</artifactId>
<version>${project.version}</version>
<executions>
@@ -85,7 +85,7 @@
</executions>
</plugin>
<plugin>
<groupId>${project.groupId}</groupId>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-maven-plugin</artifactId>
<version>${project.version}</version>
<executions>

View File

@@ -46,7 +46,7 @@
</resources>
<plugins>
<plugin>
<groupId>${project.groupId}</groupId>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-maven-plugin</artifactId>
<executions>
<execution>
@@ -90,7 +90,7 @@
</executions>
</plugin>
<plugin>
<groupId>${project.groupId}</groupId>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-maven-plugin</artifactId>
<executions>
<execution>

View File

@@ -56,7 +56,7 @@
<build>
<plugins>
<plugin>
<groupId>${project.groupId}</groupId>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-maven-plugin</artifactId>
<executions>
<execution>
@@ -102,7 +102,7 @@
</executions>
</plugin>
<plugin>
<groupId>${project.groupId}</groupId>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-maven-plugin</artifactId>
<executions>
<execution>

View File

@@ -43,7 +43,7 @@
<build>
<plugins>
<plugin>
<groupId>${project.groupId}</groupId>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-maven-plugin</artifactId>
<version>${project.version}</version>
<executions>
@@ -85,7 +85,7 @@
</executions>
</plugin>
<plugin>
<groupId>${project.groupId}</groupId>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-maven-plugin</artifactId>
<version>${project.version}</version>
<executions>