Skip to content

Commit 8776b78

Browse files
committed
Escape properties in filtered pom.xml of integration-tests/maven
Fixes #33630
1 parent e0565dc commit 8776b78

File tree

124 files changed

+443
-443
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

124 files changed

+443
-443
lines changed

integration-tests/maven/src/test/resources-filtered/expected/create-extension-pom-add-to-bom/add-to-bom/deployment/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<dependency>
2222
<groupId>org.acme</groupId>
2323
<artifactId>my-project-add-to-bom</artifactId>
24-
<version>${project.version}</version>
24+
<version>\${project.version}</version>
2525
</dependency>
2626
<dependency>
2727
<groupId>io.quarkus</groupId>
@@ -40,7 +40,7 @@
4040
<path>
4141
<groupId>io.quarkus</groupId>
4242
<artifactId>quarkus-extension-processor</artifactId>
43-
<version>${quarkus.version}</version>
43+
<version>\${quarkus.version}</version>
4444
</path>
4545
</annotationProcessorPaths>
4646
</configuration>

integration-tests/maven/src/test/resources-filtered/expected/create-extension-pom-add-to-bom/add-to-bom/runtime/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,15 @@
2929
<plugin>
3030
<groupId>io.quarkus</groupId>
3131
<artifactId>quarkus-extension-maven-plugin</artifactId>
32-
<version>${quarkus.version}</version>
32+
<version>\${quarkus.version}</version>
3333
<executions>
3434
<execution>
3535
<goals>
3636
<goal>extension-descriptor</goal>
3737
</goals>
3838
<phase>compile</phase>
3939
<configuration>
40-
<deployment>${project.groupId}:${project.artifactId}-deployment:${project.version}
40+
<deployment>\${project.groupId}:\${project.artifactId}-deployment:\${project.version}
4141
</deployment>
4242
</configuration>
4343
</execution>
@@ -51,7 +51,7 @@
5151
<path>
5252
<groupId>io.quarkus</groupId>
5353
<artifactId>quarkus-extension-processor</artifactId>
54-
<version>${quarkus.version}</version>
54+
<version>\${quarkus.version}</version>
5555
</path>
5656
</annotationProcessorPaths>
5757
</configuration>

integration-tests/maven/src/test/resources-filtered/expected/create-extension-pom-add-to-bom/bom/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<dependency>
1717
<groupId>org.acme</groupId>
1818
<artifactId>my-project-add-to-bom</artifactId>
19-
<version>${project.version}</version>
19+
<version>\${project.version}</version>
2020
</dependency>
2121
<dependency>
2222
<groupId>org.example</groupId>
@@ -26,12 +26,12 @@
2626
<dependency>
2727
<groupId>org.acme</groupId>
2828
<artifactId>acme-add-to-bom</artifactId>
29-
<version>${acme.version}</version>
29+
<version>\${acme.version}</version>
3030
</dependency>
3131
<dependency>
3232
<groupId>org.acme</groupId>
3333
<artifactId>my-project-add-to-bom-deployment</artifactId>
34-
<version>${project.version}</version>
34+
<version>\${project.version}</version>
3535
</dependency>
3636
</dependencies>
3737
</dependencyManagement>

integration-tests/maven/src/test/resources-filtered/expected/create-extension-pom-add-to-bom/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<dependency>
2323
<groupId>io.quarkus</groupId>
2424
<artifactId>quarkus-bom</artifactId>
25-
<version>${quarkus.version}</version>
25+
<version>\${quarkus.version}</version>
2626
<type>pom</type>
2727
<scope>import</scope>
2828
</dependency>
@@ -34,7 +34,7 @@
3434
<plugins>
3535
<plugin>
3636
<artifactId>maven-compiler-plugin</artifactId>
37-
<version>${compiler-plugin.version}</version>
37+
<version>\${compiler-plugin.version}</version>
3838
</plugin>
3939
</plugins>
4040
</pluginManagement>

integration-tests/maven/src/test/resources-filtered/expected/create-extension-pom-itest/integration-tests/itest/pom.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,25 +17,25 @@
1717
<dependency>
1818
<groupId>io.quarkus</groupId>
1919
<artifactId>quarkus-resteasy</artifactId>
20-
<version>${quarkus.version}</version>
20+
<version>\${quarkus.version}</version>
2121
</dependency>
2222
<dependency>
2323
<groupId>org.acme</groupId>
2424
<artifactId>my-project-itest</artifactId>
25-
<version>${project.version}</version>
25+
<version>\${project.version}</version>
2626
</dependency>
2727

2828
<!-- test dependencies -->
2929
<dependency>
3030
<groupId>io.quarkus</groupId>
3131
<artifactId>quarkus-junit5</artifactId>
32-
<version>${quarkus.version}</version>
32+
<version>\${quarkus.version}</version>
3333
<scope>test</scope>
3434
</dependency>
3535
<dependency>
3636
<groupId>io.rest-assured</groupId>
3737
<artifactId>rest-assured</artifactId>
38-
<version>${rest-assured.version}</version>
38+
<version>\${rest-assured.version}</version>
3939
<scope>test</scope>
4040
</dependency>
4141
</dependencies>
@@ -73,7 +73,7 @@
7373
<groupId>org.apache.maven.plugins</groupId>
7474
<artifactId>maven-surefire-plugin</artifactId>
7575
<configuration>
76-
<skipTests>${native.surefire.skip}</skipTests>
76+
<skipTests>\${native.surefire.skip}</skipTests>
7777
</configuration>
7878
</plugin>
7979
<plugin>
@@ -87,9 +87,9 @@
8787
</goals>
8888
<configuration>
8989
<systemPropertyVariables>
90-
<native.image.path>${project.build.directory}/${project.build.finalName}-runner</native.image.path>
90+
<native.image.path>\${project.build.directory}/\${project.build.finalName}-runner</native.image.path>
9191
<java.util.logging.manager>org.jboss.logmanager.LogManager</java.util.logging.manager>
92-
<maven.home>${maven.home}</maven.home>
92+
<maven.home>\${maven.home}</maven.home>
9393
</systemPropertyVariables>
9494
</configuration>
9595
</execution>

integration-tests/maven/src/test/resources-filtered/expected/create-extension-pom-itest/itest/deployment/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<dependency>
2222
<groupId>org.acme</groupId>
2323
<artifactId>my-project-itest</artifactId>
24-
<version>${project.version}</version>
24+
<version>\${project.version}</version>
2525
</dependency>
2626
<dependency>
2727
<groupId>io.quarkus</groupId>
@@ -40,7 +40,7 @@
4040
<path>
4141
<groupId>io.quarkus</groupId>
4242
<artifactId>quarkus-extension-processor</artifactId>
43-
<version>${quarkus.version}</version>
43+
<version>\${quarkus.version}</version>
4444
</path>
4545
</annotationProcessorPaths>
4646
</configuration>

integration-tests/maven/src/test/resources-filtered/expected/create-extension-pom-itest/itest/runtime/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,15 @@
2121
<plugin>
2222
<groupId>io.quarkus</groupId>
2323
<artifactId>quarkus-extension-maven-plugin</artifactId>
24-
<version>${quarkus.version}</version>
24+
<version>\${quarkus.version}</version>
2525
<executions>
2626
<execution>
2727
<goals>
2828
<goal>extension-descriptor</goal>
2929
</goals>
3030
<phase>compile</phase>
3131
<configuration>
32-
<deployment>${project.groupId}:${project.artifactId}-deployment:${project.version}
32+
<deployment>\${project.groupId}:\${project.artifactId}-deployment:\${project.version}
3333
</deployment>
3434
</configuration>
3535
</execution>
@@ -43,7 +43,7 @@
4343
<path>
4444
<groupId>io.quarkus</groupId>
4545
<artifactId>quarkus-extension-processor</artifactId>
46-
<version>${quarkus.version}</version>
46+
<version>\${quarkus.version}</version>
4747
</path>
4848
</annotationProcessorPaths>
4949
</configuration>

integration-tests/maven/src/test/resources-filtered/expected/create-extension-pom-itest/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<dependency>
2323
<groupId>io.quarkus</groupId>
2424
<artifactId>quarkus-bom</artifactId>
25-
<version>${quarkus.version}</version>
25+
<version>\${quarkus.version}</version>
2626
<type>pom</type>
2727
<scope>import</scope>
2828
</dependency>
@@ -34,7 +34,7 @@
3434
<plugins>
3535
<plugin>
3636
<artifactId>maven-compiler-plugin</artifactId>
37-
<version>${compiler-plugin.version}</version>
37+
<version>\${compiler-plugin.version}</version>
3838
</plugin>
3939
</plugins>
4040
</pluginManagement>

integration-tests/maven/src/test/resources-filtered/expected/create-extension-pom-minimal/minimal-extension/deployment/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<dependency>
2222
<groupId>org.acme</groupId>
2323
<artifactId>my-project-minimal-extension</artifactId>
24-
<version>${project.version}</version>
24+
<version>\${project.version}</version>
2525
</dependency>
2626
<dependency>
2727
<groupId>io.quarkus</groupId>
@@ -40,7 +40,7 @@
4040
<path>
4141
<groupId>io.quarkus</groupId>
4242
<artifactId>quarkus-extension-processor</artifactId>
43-
<version>${quarkus.version}</version>
43+
<version>\${quarkus.version}</version>
4444
</path>
4545
</annotationProcessorPaths>
4646
</configuration>

integration-tests/maven/src/test/resources-filtered/expected/create-extension-pom-minimal/minimal-extension/runtime/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,15 @@
2121
<plugin>
2222
<groupId>io.quarkus</groupId>
2323
<artifactId>quarkus-extension-maven-plugin</artifactId>
24-
<version>${quarkus.version}</version>
24+
<version>\${quarkus.version}</version>
2525
<executions>
2626
<execution>
2727
<goals>
2828
<goal>extension-descriptor</goal>
2929
</goals>
3030
<phase>compile</phase>
3131
<configuration>
32-
<deployment>${project.groupId}:${project.artifactId}-deployment:${project.version}
32+
<deployment>\${project.groupId}:\${project.artifactId}-deployment:\${project.version}
3333
</deployment>
3434
</configuration>
3535
</execution>
@@ -43,7 +43,7 @@
4343
<path>
4444
<groupId>io.quarkus</groupId>
4545
<artifactId>quarkus-extension-processor</artifactId>
46-
<version>${quarkus.version}</version>
46+
<version>\${quarkus.version}</version>
4747
</path>
4848
</annotationProcessorPaths>
4949
</configuration>

0 commit comments

Comments
 (0)