[jbosstools-issues] [JBoss JIRA] Created: (JBDS-1025) JBDS 2.1 "Seam Booking Example - EAR mavenized" does not build from commandline

Tihomir Surdilovic (JIRA) jira-events at lists.jboss.org
Wed Dec 23 11:24:32 EST 2009


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

                 Key: JBDS-1025
                 URL: https://jira.jboss.org/jira/browse/JBDS-1025
             Project: JBoss Developer Studio
          Issue Type: Bug
    Affects Versions: 2.1.0
            Reporter: Tihomir Surdilovic


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.



-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jbosstools-issues mailing list