-
Bug
-
Resolution: Done
-
Major
-
None
-
None
-
None
-
False
-
None
-
False
-
-
-
-
-
-
-
I haven't notice that it would have any functional impact on the build but the testsuite pom.xml files contain at several places:
<plugin>
<groupId>org.wildfly.plugins</groupId>
<artifactId>wildfly-maven-plugin</artifactId>
<version>${version.org.wildfly.plugin}</version>
<executions>
...
<!-- Disable the default provisioning -->
<execution>
<id>server-provisioning</id>
<goals>
<goal>provisioning</goal>
</goals>
<phase>none</phase>
</execution>
</executions>
</plugin>
where the goal "provisioning" feels like a typo and should be "provision".
Though I may as well be wrong...
- clones
-
WFLY-19584 Fix typo in pom.xml - goal "provisioning" to "provision"
- Resolved