Commit 15c5799 1 parent f182787 commit 15c5799 Copy full SHA for 15c5799
File tree 1 file changed +4
-11
lines changed
1 file changed +4
-11
lines changed Original file line number Diff line number Diff line change 56
56
<quarkus .platform.group-id>io.quarkus</quarkus .platform.group-id>
57
57
<quarkus .platform.version>999-SNAPSHOT</quarkus .platform.version>
58
58
<quarkus-plugin .version>999-SNAPSHOT</quarkus-plugin .version>
59
+ <!-- Default values for format -->
60
+ <src .format.goal>format</src .format.goal>
61
+ <src .sort.goal>sort</src .sort.goal>
62
+ <xml .format.goal>xml-format</xml .format.goal>
59
63
</properties >
60
64
<dependencyManagement >
61
65
<dependencies >
251
255
<quarkus .package.type>native</quarkus .package.type>
252
256
</properties >
253
257
</profile >
254
- <profile >
255
- <id >format</id >
256
- <activation >
257
- <activeByDefault >true</activeByDefault >
258
- </activation >
259
- <properties >
260
- <src .format.goal>format</src .format.goal>
261
- <src .sort.goal>sort</src .sort.goal>
262
- <xml .format.goal>xml-format</xml .format.goal>
263
- </properties >
264
- </profile >
265
258
<profile >
266
259
<id >validate-format</id >
267
260
<activation >
You can’t perform that action at this time.
0 commit comments