Uploaded image for project: 'WildFly'
  1. WildFly
  2. WFLY-19584

Fix typo in pom.xml - goal "provisioning" to "provision"

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • 34.0.0.Beta1, 34.0.0.Final
    • None
    • None
    • None

      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...

              thofman Tomas Hofman
              thofman Tomas Hofman
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved: