[teiid-issues] [JBoss JIRA] (TEIID-2826) Change build to use zip translator packaging when building jboss kit

Steven Hawkins (JIRA) issues at jboss.org
Mon Feb 3 14:04:28 EST 2014


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

Steven Hawkins commented on TEIID-2826:
---------------------------------------

Built on the pull request to simplify the main assembly.  It will now just unzip all of the project module zips.

One possible modification to the base logic is that the jar inclusion:
{code}
<fileSet>
        <directory>target</directory>
        <outputDirectory>org/jboss/teiid/translator/google/main</outputDirectory>      
        <includes>
          <include>translator-google-${project.version}.jar</include>
        </includes>   
    </fileSet>
{code}

could also be done as a dependencyset.
                
> Change build to use zip translator packaging when building jboss kit
> --------------------------------------------------------------------
>
>                 Key: TEIID-2826
>                 URL: https://issues.jboss.org/browse/TEIID-2826
>             Project: Teiid
>          Issue Type: Sub-task
>          Components: Build/Kits
>    Affects Versions: 8.7
>            Reporter: Van Halbert
>            Assignee: Steven Hawkins
>
> Change build to use zip translator packaging when building jboss kit

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the teiid-issues mailing list