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 "Vincent Siveton (JIRA)" <ji...@apache.org> on 2006/06/07 23:30:29 UTC

[jira] Created: (DDLUTILS-110) Updated Maven 2 pom.xml

Updated Maven 2 pom.xml
-----------------------

         Key: DDLUTILS-110
         URL: http://issues.apache.org/jira/browse/DDLUTILS-110
     Project: DdlUtils
        Type: Bug

  Components: Core  
 Environment: trunk
    Reporter: Vincent Siveton
 Assigned to: Thomas Dudziak 


Update and improve the pom.xml

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Updated: (DDLUTILS-110) Updated Maven 2 pom.xml

Posted by "Vincent Siveton (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/DDLUTILS-110?page=all ]

Vincent Siveton updated DDLUTILS-110:
-------------------------------------

    Attachment: DDLUTILS-110 _NEW.diff

Added dependency:
- jsr173 (needed by XMLOutputFactory)

> Updated Maven 2 pom.xml
> -----------------------
>
>          Key: DDLUTILS-110
>          URL: http://issues.apache.org/jira/browse/DDLUTILS-110
>      Project: DdlUtils
>         Type: Bug

>   Components: Core
>  Environment: trunk
>     Reporter: Vincent Siveton
>     Assignee: Thomas Dudziak
>  Attachments: DDLUTILS-110 .diff, DDLUTILS-110 _NEW.diff, DDLUTILS-110 _NEW.diff
>
> Update and improve the pom.xml

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Updated: (DDLUTILS-110) Updated Maven 2 pom.xml

Posted by "Vincent Siveton (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/DDLUTILS-110?page=all ]

Vincent Siveton updated DDLUTILS-110:
-------------------------------------

    Attachment: DDLUTILS-110 _NEW.diff

New upload with these changes:
- added <otherArchives/> for mailing lists
- added <scm/>
- added <distributionManagement/>

NB: <developers/> contains only Thomas Dudziak. According to [1], other commiters could be include ...

[1] http://people.apache.org/~jim/committers.html 

> Updated Maven 2 pom.xml
> -----------------------
>
>          Key: DDLUTILS-110
>          URL: http://issues.apache.org/jira/browse/DDLUTILS-110
>      Project: DdlUtils
>         Type: Bug

>   Components: Core
>  Environment: trunk
>     Reporter: Vincent Siveton
>     Assignee: Thomas Dudziak
>  Attachments: DDLUTILS-110 .diff, DDLUTILS-110 _NEW.diff
>
> Update and improve the pom.xml

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Updated: (DDLUTILS-110) Updated Maven 2 pom.xml

Posted by "Thomas Dudziak (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/DDLUTILS-110?page=all ]

Thomas Dudziak updated DDLUTILS-110:
------------------------------------

    Component: Build

> Updated Maven 2 pom.xml
> -----------------------
>
>          Key: DDLUTILS-110
>          URL: http://issues.apache.org/jira/browse/DDLUTILS-110
>      Project: DdlUtils
>         Type: Bug

>   Components: Build
>  Environment: trunk
>     Reporter: Vincent Siveton
>     Assignee: Thomas Dudziak
>  Attachments: DDLUTILS-110 .diff, DDLUTILS-110 _NEW.diff, DDLUTILS-110 _NEW.diff
>
> Update and improve the pom.xml

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Updated: (DDLUTILS-110) Updated Maven 2 pom.xml

Posted by "Vincent Siveton (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/DDLUTILS-110?page=all ]

Vincent Siveton updated DDLUTILS-110:
-------------------------------------

    Attachment: DDLUTILS-110 .diff

Here is a small patch:
- updated resources directories 
- added more dependencies for the test scope
- added more POM infos

NB: commons-betwixt-0.8 is not released, so from the lib directory, you could try:
mvn install:install-file -Dfile=commons-betwixt-0.8-dev.jar -DgroupId=commons-betwixt -DartifactId=commons-betwixt -Dversion=0.8 -Dpackaging=jar -DgeneratePom=true 

NB2: skipping test for some reasons:
- build needs a valid jdbc.properties.file (so informations from a developer)
- tests failled with some DB (like mysql or postgresql)

> Updated Maven 2 pom.xml
> -----------------------
>
>          Key: DDLUTILS-110
>          URL: http://issues.apache.org/jira/browse/DDLUTILS-110
>      Project: DdlUtils
>         Type: Bug

>   Components: Core
>  Environment: trunk
>     Reporter: Vincent Siveton
>     Assignee: Thomas Dudziak
>  Attachments: DDLUTILS-110 .diff
>
> Update and improve the pom.xml

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Resolved: (DDLUTILS-110) Updated Maven 2 pom.xml

Posted by "Martin van den Bemt (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/DDLUTILS-110?page=all ]

Martin van den Bemt resolved DDLUTILS-110.
------------------------------------------

    Resolution: Fixed

Applied patch to subversion and test packaging it with the pom.. Looks good.

> Updated Maven 2 pom.xml
> -----------------------
>
>                 Key: DDLUTILS-110
>                 URL: http://issues.apache.org/jira/browse/DDLUTILS-110
>             Project: DdlUtils
>          Issue Type: Bug
>          Components: Build
>         Environment: trunk
>            Reporter: Vincent Siveton
>         Assigned To: Thomas Dudziak
>         Attachments: DDLUTILS-110 .diff, DDLUTILS-110 _NEW.diff, DDLUTILS-110 _NEW.diff
>
>
> Update and improve the pom.xml

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (DDLUTILS-110) Updated Maven 2 pom.xml

Posted by "Thomas Dudziak (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/DDLUTILS-110?page=all ]

Thomas Dudziak updated DDLUTILS-110:
------------------------------------

    Component:     (was: Core (No specific database))

> Updated Maven 2 pom.xml
> -----------------------
>
>          Key: DDLUTILS-110
>          URL: http://issues.apache.org/jira/browse/DDLUTILS-110
>      Project: DdlUtils
>         Type: Bug

>  Environment: trunk
>     Reporter: Vincent Siveton
>     Assignee: Thomas Dudziak
>  Attachments: DDLUTILS-110 .diff, DDLUTILS-110 _NEW.diff, DDLUTILS-110 _NEW.diff
>
> Update and improve the pom.xml

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira