[jboss-jira] [JBoss JIRA] Commented: (JBEE-83) Refactor POM to extend directly from jboss-parent

Shelly McGowan (JIRA) jira-events at lists.jboss.org
Mon Jun 13 13:57:23 EDT 2011


    [ https://issues.jboss.org/browse/JBEE-83?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12608256#comment-12608256 ] 

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

        


More information about the jboss-jira mailing list