Uploaded image for project: 'Red Hat CodeReady Studio (devstudio)'
  1. Red Hat CodeReady Studio (devstudio)
  2. JBDS-1025

JBDS 2.1 "Seam Booking Example - EAR mavenized" does not build from commandline

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • 2.1.0
    • 2.1.0
    • None
    • None

      The parent pom.xml of the "Seam Booking Example - EAR mavenized" built-in example project does not build when running "mvn clean install" from the command-line. This is because the modules section should be defined properly to match the project structure:

      <modules>
      <module>../booking-ejb</module>
      <module>../booking</module>
      <module>../booking-ear</module>
      </modules>

      Also there is a typo for dependency:

      <dependency>
      <groupId>oorg.jboss.tools.seam.test</groupId>
      <artifactId>seamparent</artifactId>
      <version>${project.version}</version>
      <type>war</type>
      </dependency>

      "oorg" ? Not sure if this dependency should even be used here.

            snjeza_jira Snjezana Peco (Inactive)
            rhn-support-tsurdilo Tihomir Surdilovic (Inactive)
            Votes:
            1 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: