[
https://issues.jboss.org/browse/FORGE-506?page=com.atlassian.jira.plugin....
]
Lincoln Baxter III commented on FORGE-506:
------------------------------------------
This first dependency was not added by Forge...
{code}
<dependency>
<groupId>org.jboss.spec</groupId>
<artifactId>jboss-javaee-web-6.0</artifactId>
<version>${javaee6.web.spec.version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>{code}
Forge adds the other dependency. I'm not sure how to consolidate the two... thoughts?
I may have improved this slightly. Will try.
Ensure all plugins use same style of dependencyManagement
---------------------------------------------------------
Key: FORGE-506
URL:
https://issues.jboss.org/browse/FORGE-506
Project: Forge
Issue Type: Bug
Reporter: Pete Muir
I ran setup for faces, persistence, validation, jms, soap, jstl, ejb and ended up with
two declarations of the BOM, which is just a bit sloppy ;-)
{code}
<dependencies>
<dependency>
<groupId>org.jboss.spec</groupId>
<artifactId>jboss-javaee-web-6.0</artifactId>
<version>${javaee6.web.spec.version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>org.jboss.spec</groupId>
<artifactId>jboss-javaee-6.0</artifactId>
<version>2.0.0.Final</version>
<type>pom</type>
<scope>import</scope>
</dependency>
</dependencies>
{code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira