[teiid-issues] [JBoss JIRA] (TEIID-2424) Create OSGi bundles for Embedded

Steven Hawkins (JIRA) jira-events at lists.jboss.org
Mon Sep 30 16:17:02 EDT 2013


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

Steven Hawkins commented on TEIID-2424:
---------------------------------------

I can manually create a lib classified artifact with:

{code}
                   <execution>
                        <id>install_jar</id>
                        <phase>install</phase>
                        <goals>
                            <goal>install-file</goal>
                        </goals>
                        <configuration>
                            <file> ${project.build.directory}/${project.artifactId}-${project.version}.jar</file>
                            <artifactId>${project.artifactId}</artifactId>
                            <groupId>${project.groupId}</groupId>
                            <packaging>jar</packaging>
                            <version>${project.version}</version>
                            <classifier>lib</classifier>
                        </configuration>
                    </execution>
{code}

In each of the connector poms.  I don't see a way otherwise to get to the jar we want.
                
> Create OSGi bundles for Embedded
> --------------------------------
>
>                 Key: TEIID-2424
>                 URL: https://issues.jboss.org/browse/TEIID-2424
>             Project: Teiid
>          Issue Type: Feature Request
>          Components: AdminApi, Embedded
>            Reporter: Steven Hawkins
>            Assignee: Ramesh Reddy
>              Labels: Alpha1
>             Fix For: 8.6
>
>
> Embedded should be available as an OSGi bundle(s).  It may also be useful for Designer to consume us through bundles as well.

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