Uploaded image for project: 'JBoss Enterprise Application Platform'
  1. JBoss Enterprise Application Platform
  2. JBEAP-27763

(xp-5.0.z) Fix typo in pom.xml - goal "provisioning" to "provision"

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • EAP-XP-5.0 Update 1
    • 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:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: