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

Some quickstart child modules do not have a set WildFly Maven plugin version

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Major
    • 7.1.0.DR2
    • 7.0.0.GA
    • Quickstarts
    • None

    Description

      All the quickstart parent projects have version.wildfly.maven.plugin property with the definition of version of WildFly Maven plugin to use. Some of the multi-module quickstarts use WildFly Maven plugin in their child modules, but the version of the plugin is not defined:

      <plugin>
                      <groupId>org.wildfly.plugins</groupId>
                      <artifactId>wildfly-maven-plugin</artifactId>
                      <configuration>
                          <skip>false</skip>
                          <filename>${project.build.finalName}.jar</filename>
                      </configuration>
                  </plugin>

      This may (eventually) let some unexpected behaviour to arise.

      Suggested fix:
      Add a line with version property to child module POMs.

      <plugin>
                      <groupId>org.wildfly.plugins</groupId>
                      <artifactId>wildfly-maven-plugin</artifactId>
                      <version>${version.wildfly.maven.plugin}</version>
                      <configuration>
                          <skip>false</skip>
                          <filename>${project.build.finalName}.jar</filename>
                      </configuration>
                  </plugin>

      Affected files:

      • cluster-ha-singleton/service/pom.xml
      • ejb-throws-exception/ear/pom.xml
      • jts/application-component-1/pom.xml
      • jts/application-component-2/pom.xml
      • kitchensink-ear/ear/pom.xml
      • kitchenisnk-ml-ear/ear/pom.xml
      • shopping-cart/server/pom.xml

      Attachments

        Issue Links

          Activity

            People

              sgilda_jira Sande Gilda (Inactive)
              mjurc@redhat.com Michal Jurc
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: