DBTools Maven Plugin

DBTools Maven Plugion

License

License

Categories

Categories

Maven Build Tools
GroupId

GroupId

org.dbtools
ArtifactId

ArtifactId

maven-dbtools-plugin
Last Version

Last Version

9.0.0
Release Date

Release Date

Type

Type

maven-plugin
Description

Description

DBTools Maven Plugin
DBTools Maven Plugion
Project URL

Project URL

https://github.com/jeffdcamp/maven-dbtools-plugin
Source Code Management

Source Code Management

https://github.com/jeffdcamp/maven-dbtools-plugin

Download maven-dbtools-plugin

How to add to project

<plugin>
    <groupId>org.dbtools</groupId>
    <artifactId>maven-dbtools-plugin</artifactId>
    <version>9.0.0</version>
</plugin>

Dependencies

compile (2)

Group / Artifact Type Version
org.apache.maven : maven-core jar 3.2.3
org.dbtools : dbtools-gen jar 9.0.0

Project Modules

There are no modules declared in this project.

Maven DBTools Plugin

Maven DBTools Plugin

Usage

<build>
    <plugins>
        <!--DBTools Generator example-->
        <plugin>
            <groupId>org.dbtools</groupId>
            <artifactId>maven-dbtools-plugin</artifactId>
            <version><latest version></version>
            <configuration>
                <basePackageName>org.project.wsj.domain</basePackageName>
                <schemaDir>${basedir}/src/main/resources/db</schemaDir>
                <dbVendor>derby</dbVendor>
                <dateTimeSupport>true</dateTimeSupport>
                <injectionSupport>true</injectionSupport>
            </configuration>
        </plugin>
    </plugins>
</build>

License

Copyright 2015 Jeff Campbell

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

Versions

Version
9.0.0
8.2.1
8.2.0
8.1.1
8.1.0
8.0.0
7.2.2
7.2.1
7.2.0
7.1.1
7.1.0
7.0.11
7.0.10
7.0.9
7.0.8
7.0.7
7.0.6
7.0.1
7.0.0
6.0.1
6.0.0
5.0.3
5.0.2
5.0.1
5.0.0
4.0.2
4.0.1
3.5.1
3.5.0
3.4.1
3.4.0
3.3.1
3.3.0
3.2.0
3.1.4
3.1.3
3.1.2
3.1.1
3.1.0
3.0.0
2.5.0
2.3.0
2.2.1
2.1.0
2.0.0
1.4.12
1.4.11
1.4.10