File tree Expand file tree Collapse file tree 1 file changed +0
-57
lines changed
shift-left-demo/quarkus-order-service Expand file tree Collapse file tree 1 file changed +0
-57
lines changed Original file line number Diff line number Diff line change 6565 <scope >test</scope >
6666 </dependency >
6767 </dependencies >
68- <build >
69- <plugins >
70- <plugin >
71- <groupId >${quarkus.platform.group-id} </groupId >
72- <artifactId >quarkus-maven-plugin</artifactId >
73- <version >${quarkus.platform.version} </version >
74- <extensions >true</extensions >
75- <executions >
76- <execution >
77- <goals >
78- <goal >build</goal >
79- <goal >generate-code</goal >
80- <goal >generate-code-tests</goal >
81- </goals >
82- </execution >
83- </executions >
84- </plugin >
85- <plugin >
86- <artifactId >maven-compiler-plugin</artifactId >
87- <version >${compiler-plugin.version} </version >
88- <configuration >
89- <compilerArgs >
90- <arg >-parameters</arg >
91- </compilerArgs >
92- </configuration >
93- </plugin >
94- <plugin >
95- <artifactId >maven-surefire-plugin</artifactId >
96- <version >${surefire-plugin.version} </version >
97- <configuration >
98- <systemPropertyVariables >
99- <java .util.logging.manager>org.jboss.logmanager.LogManager</java .util.logging.manager>
100- <maven .home>${maven.home} </maven .home>
101- </systemPropertyVariables >
102- </configuration >
103- </plugin >
104- <plugin >
105- <artifactId >maven-failsafe-plugin</artifactId >
106- <version >${surefire-plugin.version} </version >
107- <executions >
108- <execution >
109- <goals >
110- <goal >integration-test</goal >
111- <goal >verify</goal >
112- </goals >
113- <configuration >
114- <systemPropertyVariables >
115- <native .image.path>${project.build.directory} /${project.build.finalName} -runner</native .image.path>
116- <java .util.logging.manager>org.jboss.logmanager.LogManager</java .util.logging.manager>
117- <maven .home>${maven.home} </maven .home>
118- </systemPropertyVariables >
119- </configuration >
120- </execution >
121- </executions >
122- </plugin >
123- </plugins >
124- </build >
12568 <profiles >
12669 <profile >
12770 <id >native</id >
You can’t perform that action at this time.
0 commit comments