You are viewing a plain text version of this content. The canonical link for it is here.
Posted to ddlutils-dev@db.apache.org by "Brian C. Dilley (JIRA)" <ji...@apache.org> on 2008/05/15 02:25:55 UTC

[jira] Created: (DDLUTILS-207) ddlutils mojo maven-ddlutils-plugin for maven 2

ddlutils mojo  maven-ddlutils-plugin for maven 2
------------------------------------------------

                 Key: DDLUTILS-207
                 URL: https://issues.apache.org/jira/browse/DDLUTILS-207
             Project: DdlUtils
          Issue Type: New Feature
            Reporter: Brian C. Dilley
            Assignee: Thomas Dudziak


I created a maven2 plugin that uses ddlutils for modifications to databases and what not, i've posted all of the details and source code on the jira at codehaus for maven 2 mojos:

http://jira.codehaus.org/browse/MOJO-1121

:)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (DDLUTILS-207) ddlutils mojo maven-ddlutils-plugin for maven 2

Posted by "Brian C. Dilley (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/DDLUTILS-207?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12597545#action_12597545 ] 

Brian C. Dilley commented on DDLUTILS-207:
------------------------------------------

I saw that, but it wasn't an full featured as i like (or at least the small amount of research that i did didn't expose it as such).  Another thing that turned me off was the "based on ant" part, what does ant have to do with it?  The plugin i wrote supports the following goals and is just plain old maven2 mojos directly using the DDLUtils API to do the following:

ddlutils:create

    * create a database

ddlutils:drop

    * drop a database

ddlutils:schema

    * create's a database schema from a ddlutils/tourque xml file

ddlutils:alter

    * alters a database schema from a ddlutils/tourque xml file

ddlutils:dumpschema

    * dumps a schema from an existing database to a ddlutils/torque xml file


My need was for a more full featured project life-cycle plugin.  Something that could create a database, and maintain it ongoing.  If the other plugin did this, then woah... i feel stupid for writing this :)

> ddlutils mojo  maven-ddlutils-plugin for maven 2
> ------------------------------------------------
>
>                 Key: DDLUTILS-207
>                 URL: https://issues.apache.org/jira/browse/DDLUTILS-207
>             Project: DdlUtils
>          Issue Type: New Feature
>            Reporter: Brian C. Dilley
>            Assignee: Thomas Dudziak
>   Original Estimate: 0h
>  Remaining Estimate: 0h
>
> I created a maven2 plugin that uses ddlutils for modifications to databases and what not, i've posted all of the details and source code on the jira at codehaus for maven 2 mojos:
> http://jira.codehaus.org/browse/MOJO-1121
> :)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (DDLUTILS-207) ddlutils mojo maven-ddlutils-plugin for maven 2

Posted by "Grzegorz Slowikowski (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/DDLUTILS-207?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12597477#action_12597477 ] 

Grzegorz Slowikowski commented on DDLUTILS-207:
-----------------------------------------------

Take a look at:

https://issues.apache.org/jira/browse/DDLUTILS-59

> ddlutils mojo  maven-ddlutils-plugin for maven 2
> ------------------------------------------------
>
>                 Key: DDLUTILS-207
>                 URL: https://issues.apache.org/jira/browse/DDLUTILS-207
>             Project: DdlUtils
>          Issue Type: New Feature
>            Reporter: Brian C. Dilley
>            Assignee: Thomas Dudziak
>   Original Estimate: 0h
>  Remaining Estimate: 0h
>
> I created a maven2 plugin that uses ddlutils for modifications to databases and what not, i've posted all of the details and source code on the jira at codehaus for maven 2 mojos:
> http://jira.codehaus.org/browse/MOJO-1121
> :)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.