[
https://jira.jboss.org/jira/browse/JBDS-1025?page=com.atlassian.jira.plug...
]
Snjezana Peco resolved JBDS-1025.
---------------------------------
Fix Version/s: 2.1.0
Resolution: Done
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
Fix For: 2.1.0
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