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

Snjezana Peco (JIRA) jira-events at lists.jboss.org
Wed Dec 23 12:37:37 EST 2009


     [ https://jira.jboss.org/jira/browse/JBDS-1025?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Snjezana Peco reassigned JBDS-1025:
-----------------------------------

    Assignee: Snjezana Peco


> 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
>            Assignee: Snjezana Peco
>
> 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