[teiid-issues] [JBoss JIRA] (TEIID-4234) Gradle blueprint

Ramesh Reddy (JIRA) issues at jboss.org
Wed Sep 21 16:01:02 EDT 2016


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

Ramesh Reddy edited comment on TEIID-4234 at 9/21/16 4:00 PM:
--------------------------------------------------------------

[~jayunit100] Per TEIID-4094 the JDBC driver can be accessed using maven config as 

{code}
<dependency>
  <groupId>org.jboss.teiid</groupId>
  <artifactId>teiid</artifactId>
  <version>9.0</version>
  <classifier>jdbc</classifier>
</dependency>
{code}

would that suffice this requirement? This documented at https://teiid.gitbooks.io/documents/content/client-dev/Connecting_to_a_Teiid_Server.html


was (Author: rareddy):
[~jayunit100] Per TEIID-4094 the JDBC driver can be accessed using maven config as 

{code}
<dependency>
  <groupId>org.jboss.teiid</groupId>
  <artifactId>teiid</artifactId>
  <version>9.0</version>
  <classifier>jdbc</classifier>
</dependency>
{code}

would that suffice this requirement? I will see if I can update the Teiid documents.

> Gradle blueprint
> ----------------
>
>                 Key: TEIID-4234
>                 URL: https://issues.jboss.org/browse/TEIID-4234
>             Project: Teiid
>          Issue Type: Feature Request
>          Components: Tools
>            Reporter: jay vyas
>             Fix For: 9.1
>
>         Attachments: build.gradle
>
>
> As a app developer, I'd like to spin up a teiid/JDV application with all client-side dependencies 
> without needing to use an IDE.
> Currently, most of the TEiid resources and videos are based on IDE features, bootstrapping teiid on the local machine.
> Ideally, we might host a simple Teiid server that can run in a dockerfile with sample data, along side a gradle runnable file.



--
This message was sent by Atlassian JIRA
(v6.4.11#64026)


More information about the teiid-issues mailing list