Rename 'aot-generate' goal to process-aot'

See gh-31918
This commit is contained in:
Phillip Webb
2022-08-25 15:02:28 -07:00
parent 973e23dc5e
commit 2f6354f633
7 changed files with 12 additions and 12 deletions

View File

@@ -19,7 +19,7 @@
<executions>
<execution>
<goals>
<goal>aot-generate</goal>
<goal>process-aot</goal>
</goals>
</execution>
</executions>

View File

@@ -19,7 +19,7 @@
<executions>
<execution>
<goals>
<goal>aot-generate</goal>
<goal>process-aot</goal>
</goals>
</execution>
</executions>

View File

@@ -19,7 +19,7 @@
<executions>
<execution>
<goals>
<goal>aot-generate</goal>
<goal>process-aot</goal>
</goals>
</execution>
</executions>