[jbossseam-issues] [JBoss JIRA] Commented: (JBSEAM-2125) Maven: jboss-seam has wrong packaging
Stephan Bublava (JIRA)
jira-events at lists.jboss.org
Thu Oct 18 03:11:03 EDT 2007
[ http://jira.jboss.com/jira/browse/JBSEAM-2125?page=comments#action_12383172 ]
Stephan Bublava commented on JBSEAM-2125:
-----------------------------------------
Without this change I have to add ugly stuff like this:
<dependency>
<groupId>org.jboss.seam</groupId>
<artifactId>jboss-seam</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.jboss.seam</groupId>
<artifactId>jboss-seam</artifactId>
<type>ejb</type>
<version>${seam.version}</version>
</dependency>
to the pom.xml for my EAR.
> Maven: jboss-seam has wrong packaging
> -------------------------------------
>
> Key: JBSEAM-2125
> URL: http://jira.jboss.com/jira/browse/JBSEAM-2125
> Project: JBoss Seam
> Issue Type: Bug
> Affects Versions: 2.0.0.CR2
> Reporter: Stephan Bublava
> Priority: Minor
>
> Since jboss-seam is an EAR module it should have <packaging>ear</packaging> in it's pom.xml. This requires adding <type>ejb</type> to all dependency declarations.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the seam-issues
mailing list