[jboss-jira] [JBoss JIRA] (AS7-3092) Build option to exclude the openjpa module

Carlo de Wolf (Commented) (JIRA) jira-events at lists.jboss.org
Tue Dec 20 03:58:10 EST 2011


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

Carlo de Wolf commented on AS7-3092:
------------------------------------

I suggest we use build property disable-openjpa.
{{$ ./build.sh -Ddisable-openjpa ...}}

This can be enacted by creating an inverse profile:
{code:xml}
<profile>
   <id>enable-openjpa</id>
   <activation>
      <property><name>!disable-openjpa</name></property>
   </activation>
   <modules>
      <module>openjpa</module>
   </modules>
</profile>
{code}
                
> Build option to exclude the openjpa module
> ------------------------------------------
>
>                 Key: AS7-3092
>                 URL: https://issues.jboss.org/browse/AS7-3092
>             Project: Application Server 7
>          Issue Type: Enhancement
>          Components: JPA / Hibernate
>    Affects Versions: 7.1.0.Beta1b
>            Reporter: Paul Gier
>            Assignee: Scott Marlow
>             Fix For: 7.1.0.Final
>
>
> It would be good to have a command line build option which could be used to not include the openjpa components.

--
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

        


More information about the jboss-jira mailing list