vdb-plugin Maven Plugin

A maven plug in that helps to build -vdb.ddl to .vdb

License

License

GroupId

GroupId

org.teiid
ArtifactId

ArtifactId

vdb-plugin
Last Version

Last Version

1.6.0
Release Date

Release Date

Type

Type

maven-plugin
Description

Description

vdb-plugin Maven Plugin
A maven plug in that helps to build -vdb.ddl to .vdb
Project URL

Project URL

http://teiid.org/vdb-plugin

Download vdb-plugin

How to add to project

<plugin>
    <groupId>org.teiid</groupId>
    <artifactId>vdb-plugin</artifactId>
    <version>1.6.0</version>
</plugin>

Dependencies

compile (8)

Group / Artifact Type Version
org.apache.maven : maven-plugin-api jar 3.6.0
org.codehaus.plexus : plexus-utils jar 3.2.0
org.apache.maven : maven-core jar 3.6.0
org.twdata.maven : mojo-executor jar 2.2.0
org.teiid : teiid-common-core jar 15.0.0
org.teiid : teiid-api jar 15.0.0
org.teiid : teiid-runtime jar 15.0.0
org.teiid : vdb-tools-common jar 1.6.0

provided (1)

Group / Artifact Type Version
org.apache.maven.plugin-tools : maven-plugin-annotations jar 3.6.0

test (3)

Group / Artifact Type Version
junit : junit jar
org.apache.maven.plugin-testing : maven-plugin-testing-harness jar 3.3.0
org.apache.maven : maven-compat jar 3.6.0

Project Modules

There are no modules declared in this project.

Build Status

Teiid Spring Boot Starter

Primary purpose of teiid-spring-boot is to enable Teiid in Spring Boot applications. The Teiid can be added using Maven dependency below to your Spring Boot application pom.xml file.

<dependency>
   <groupId>org.teiid</groupId>
   <artifactId>teiid-spring-boot-starter</artifactId>
   <version>{{ book.versionNumber }}</version>
</dependency>

Key Features:

  • Enables Teiid for Spring Boot applications

  • Supports translators/connectors auto-detection

  • Enable Externalized .yml/.properties based configuration

  • Supports VDB building using Spring style Annotations.

Refer to User Guide for more details.

Build

Enter the following:

$ git clone https://github.com/<yourname>/teiid-spring-boot.git
$ cd teiid-spring-boot
$ mvn clean install

The directory structure is defined as follows:

/teiid-spring-boot
    /starter -> Main Bootstrapping application
    /data -> Contains all the different data sources that Teiid supports (RDBMS is implicitly supported)
    /odata -> starter app for providing the odata support
    /samples -> various examples show casing different data sources
    /starter-test -> tests
    /docs -> Documents

How to do a release

git pull upstream master
mvn -DautoVersionSubmodules=true clean package release:prepare
mvn release:perform
org.teiid

Teiid

Open Source Data Virtualization Platform

Versions

Version
1.6.0
1.5.1
1.5.0
1.4.0
1.3.1
1.3.0
1.2.0
1.1.0