You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@juddi.apache.org by "Kurt Stam (JIRA)" <ju...@ws.apache.org> on 2007/06/22 03:42:26 UTC

[jira] Created: (JUDDI-104) Add Maven2 support

Add Maven2 support
------------------

                 Key: JUDDI-104
                 URL: https://issues.apache.org/jira/browse/JUDDI-104
             Project: jUDDI
          Issue Type: Task
            Reporter: Kurt Stam
            Assignee: Steve Viens


Add maven2 support:

Creation of nightly snapshots to the apache repos

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


---------------------------------------------------------------------
To unsubscribe, e-mail: juddi-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: juddi-dev-help@ws.apache.org


[jira] Updated: (JUDDI-104) Add Maven2 support

Posted by "Tom Cunningham (JIRA)" <ju...@ws.apache.org>.
     [ https://issues.apache.org/jira/browse/JUDDI-104?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tom Cunningham updated JUDDI-104:
---------------------------------

    Attachment: build.xml

Here's a version of build.xml that uses ant get to grab the dependencies.

> Add Maven2 support
> ------------------
>
>                 Key: JUDDI-104
>                 URL: https://issues.apache.org/jira/browse/JUDDI-104
>             Project: jUDDI
>          Issue Type: Task
>            Reporter: Kurt Stam
>            Assignee: Steve Viens
>         Attachments: build.xml, juddi-web.tar.gz
>
>
> Add maven2 support:
> Creation of nightly snapshots to the apache repos

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


---------------------------------------------------------------------
To unsubscribe, e-mail: juddi-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: juddi-dev-help@ws.apache.org


[jira] Updated: (JUDDI-104) Add Maven2 support

Posted by "Tom Cunningham (JIRA)" <ju...@ws.apache.org>.
     [ https://issues.apache.org/jira/browse/JUDDI-104?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tom Cunningham updated JUDDI-104:
---------------------------------

    Attachment: juddi-web.tar.gz

Here's the "webapp" directory mavenized.     Almost all jar versions match, there were only a few where I had to fall back on a previous version.    I've tested in jboss-4.2.0.GA and it seems to work fine.     

woden isn't in ibiblio because it's incubating, so I included the binary in WEB-INF/lib, but that is the only jar that is still downloaded by maven2.

Here's the change to pom.xml:
Index: pom.xml
===================================================================
--- pom.xml     (revision 553665)
+++ pom.xml     (working copy)
@@ -122,6 +122,7 @@
   <modules>
     <module>juddi</module>
     <module>juddi-client</module>
+    <module>juddi-web</module>
   </modules>

and then the juddi-web directory should go into the same directory.

> Add Maven2 support
> ------------------
>
>                 Key: JUDDI-104
>                 URL: https://issues.apache.org/jira/browse/JUDDI-104
>             Project: jUDDI
>          Issue Type: Task
>            Reporter: Kurt Stam
>            Assignee: Steve Viens
>         Attachments: juddi-web.tar.gz
>
>
> Add maven2 support:
> Creation of nightly snapshots to the apache repos

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


---------------------------------------------------------------------
To unsubscribe, e-mail: juddi-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: juddi-dev-help@ws.apache.org


[jira] Updated: (JUDDI-104) Add Maven2 support

Posted by "Tom Cunningham (JIRA)" <ju...@ws.apache.org>.
     [ https://issues.apache.org/jira/browse/JUDDI-104?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tom Cunningham updated JUDDI-104:
---------------------------------

    Attachment: juddi-web.tar.gz

Here's the "webapp" directory mavenized.     Almost all jar versions match, there were only a few where I had to fall back on a previous version.    I've tested in jboss-4.2.0.GA and it seems to work fine.     

woden isn't in ibiblio because it's incubating, so I included the binary in WEB-INF/lib, but that is the only jar that is still downloaded by maven2.

Here's the change to pom.xml:
Index: pom.xml
===================================================================
--- pom.xml     (revision 553665)
+++ pom.xml     (working copy)
@@ -122,6 +122,7 @@
   <modules>
     <module>juddi</module>
     <module>juddi-client</module>
+    <module>juddi-web</module>
   </modules>

and then the juddi-web directory should go into the same directory.

> Add Maven2 support
> ------------------
>
>                 Key: JUDDI-104
>                 URL: https://issues.apache.org/jira/browse/JUDDI-104
>             Project: jUDDI
>          Issue Type: Task
>            Reporter: Kurt Stam
>            Assignee: Steve Viens
>         Attachments: juddi-web.tar.gz
>
>
> Add maven2 support:
> Creation of nightly snapshots to the apache repos

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


---------------------------------------------------------------------
To unsubscribe, e-mail: juddi-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: juddi-dev-help@ws.apache.org


[jira] Updated: (JUDDI-104) Add Maven2 support

Posted by "Kurt Stam (JIRA)" <ju...@ws.apache.org>.
     [ https://issues.apache.org/jira/browse/JUDDI-104?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kurt Stam updated JUDDI-104:
----------------------------

    Fix Version/s: 2.0

> Add Maven2 support
> ------------------
>
>                 Key: JUDDI-104
>                 URL: https://issues.apache.org/jira/browse/JUDDI-104
>             Project: jUDDI
>          Issue Type: Task
>            Reporter: Kurt Stam
>            Assignee: Kurt Stam
>             Fix For: 2.0
>
>         Attachments: build.xml, juddi-web.tar.gz
>
>
> Add maven2 support:
> Creation of nightly snapshots to the apache repos

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


---------------------------------------------------------------------
To unsubscribe, e-mail: juddi-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: juddi-dev-help@ws.apache.org


[jira] Updated: (JUDDI-104) Add Maven2 support

Posted by "Tom Cunningham (JIRA)" <ju...@ws.apache.org>.
     [ https://issues.apache.org/jira/browse/JUDDI-104?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tom Cunningham updated JUDDI-104:
---------------------------------

    Attachment:     (was: build.xml)

> Add Maven2 support
> ------------------
>
>                 Key: JUDDI-104
>                 URL: https://issues.apache.org/jira/browse/JUDDI-104
>             Project: jUDDI
>          Issue Type: Task
>            Reporter: Kurt Stam
>            Assignee: Steve Viens
>         Attachments: juddi-web.tar.gz
>
>
> Add maven2 support:
> Creation of nightly snapshots to the apache repos

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


---------------------------------------------------------------------
To unsubscribe, e-mail: juddi-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: juddi-dev-help@ws.apache.org


[jira] Closed: (JUDDI-104) Add Maven2 support

Posted by "Kurt Stam (JIRA)" <ju...@ws.apache.org>.
     [ https://issues.apache.org/jira/browse/JUDDI-104?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kurt Stam closed JUDDI-104.
---------------------------

    Resolution: Fixed

work completed

> Add Maven2 support
> ------------------
>
>                 Key: JUDDI-104
>                 URL: https://issues.apache.org/jira/browse/JUDDI-104
>             Project: jUDDI
>          Issue Type: Task
>            Reporter: Kurt Stam
>            Assignee: Kurt Stam
>         Attachments: build.xml, juddi-web.tar.gz
>
>
> Add maven2 support:
> Creation of nightly snapshots to the apache repos

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


---------------------------------------------------------------------
To unsubscribe, e-mail: juddi-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: juddi-dev-help@ws.apache.org


[jira] Updated: (JUDDI-104) Add Maven2 support

Posted by "Tom Cunningham (JIRA)" <ju...@ws.apache.org>.
     [ https://issues.apache.org/jira/browse/JUDDI-104?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tom Cunningham updated JUDDI-104:
---------------------------------

    Attachment:     (was: juddi-web.tar.gz)

> Add Maven2 support
> ------------------
>
>                 Key: JUDDI-104
>                 URL: https://issues.apache.org/jira/browse/JUDDI-104
>             Project: jUDDI
>          Issue Type: Task
>            Reporter: Kurt Stam
>            Assignee: Steve Viens
>         Attachments: juddi-web.tar.gz
>
>
> Add maven2 support:
> Creation of nightly snapshots to the apache repos

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


---------------------------------------------------------------------
To unsubscribe, e-mail: juddi-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: juddi-dev-help@ws.apache.org


[jira] Updated: (JUDDI-104) Add Maven2 support

Posted by "Tom Cunningham (JIRA)" <ju...@ws.apache.org>.
     [ https://issues.apache.org/jira/browse/JUDDI-104?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tom Cunningham updated JUDDI-104:
---------------------------------

    Attachment: build.xml

Here's a fixed build.xml that grabs the required jars using the ant "get" task.

> Add Maven2 support
> ------------------
>
>                 Key: JUDDI-104
>                 URL: https://issues.apache.org/jira/browse/JUDDI-104
>             Project: jUDDI
>          Issue Type: Task
>            Reporter: Kurt Stam
>            Assignee: Steve Viens
>         Attachments: juddi-web.tar.gz
>
>
> Add maven2 support:
> Creation of nightly snapshots to the apache repos

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


---------------------------------------------------------------------
To unsubscribe, e-mail: juddi-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: juddi-dev-help@ws.apache.org


[jira] Assigned: (JUDDI-104) Add Maven2 support

Posted by "Kurt Stam (JIRA)" <ju...@ws.apache.org>.
     [ https://issues.apache.org/jira/browse/JUDDI-104?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kurt Stam reassigned JUDDI-104:
-------------------------------

    Assignee: Kurt Stam  (was: Steve Viens)

> Add Maven2 support
> ------------------
>
>                 Key: JUDDI-104
>                 URL: https://issues.apache.org/jira/browse/JUDDI-104
>             Project: jUDDI
>          Issue Type: Task
>            Reporter: Kurt Stam
>            Assignee: Kurt Stam
>         Attachments: build.xml, juddi-web.tar.gz
>
>
> Add maven2 support:
> Creation of nightly snapshots to the apache repos

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


---------------------------------------------------------------------
To unsubscribe, e-mail: juddi-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: juddi-dev-help@ws.apache.org