vdb-plugin Maven Plugin

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

Лицензия

Лицензия

Группа

Группа

org.teiid
Идентификатор

Идентификатор

vdb-plugin
Последняя версия

Последняя версия

1.6.0
Дата

Дата

Тип

Тип

maven-plugin
Описание

Описание

vdb-plugin Maven Plugin
A maven plug in that helps to build -vdb.ddl to .vdb
Ссылка на сайт

Ссылка на сайт

http://teiid.org/vdb-plugin

Скачать vdb-plugin

Как подключить последнюю версию

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

Зависимости

compile (8)

Идентификатор библиотеки Тип Версия
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)

Идентификатор библиотеки Тип Версия
org.apache.maven.plugin-tools : maven-plugin-annotations jar 3.6.0

test (3)

Идентификатор библиотеки Тип Версия
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

Модули Проекта

Данный проект не имеет модулей.

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

Версии библиотеки

Версия
1.6.0
1.5.1
1.5.0
1.4.0
1.3.1
1.3.0
1.2.0
1.1.0