[
https://issues.jboss.org/browse/JBEE-83?page=com.atlassian.jira.plugin.sy...
]
Shelly McGowan commented on JBEE-83:
------------------------------------
The EJB 3.1 APIs need to be compiled with src/target jdk1.6 (see JBEE-46). I can change
to use the parent pom (which uses 1.6 as default) but will not override the compiler
settings in the EJB 3.1 pom itself; e.g.,
<!-- Maven compiler plugin settings -->
<maven.compiler.source>1.5</maven.compiler.source>
<maven.compiler.target>1.5</maven.compiler.target>
Refactor POM to extend directly from jboss-parent
-------------------------------------------------
Key: JBEE-83
URL:
https://issues.jboss.org/browse/JBEE-83
Project: JBoss JavaEE APIs
Issue Type: Enhancement
Components: jboss-ejb-api
Reporter: Paul Gier
Assignee: Shelly McGowan
Fix For: 3.1.0.CR1-ejb-api
Attachments: JBEE-83-pom.patch
I think the jboss-specs parent is no longer necessary. The main jboss-parent can take
care of the common information used by each of the specs jars.
--
This message is automatically generated by JIRA.
For more information on JIRA, see:
http://www.atlassian.com/software/jira