History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: WW-1098
Type: Task Task
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Rainer Hermanns
Reporter: Rainer Hermanns
Votes: 0
Watchers: 1
Operations

If you were logged in you would be able to see more operations.
WebWork

Maven Repository at ibiblio does not contain required dependencies for WW/XW

Created: 17/Jan/06 12:39 AM   Updated: 02/Feb/06 08:54 AM
Component/s: None
Affects Version/s: 2.2
Fix Version/s: 2.2.1

Flags: Important


 Description  « Hide
See: http://forums.opensymphony.com/thread.jspa?messageID=28684#28684

Create a complete pom.xml for maven and make sure that all deps are found in the ibiblio repository.

 All   Comments   Change History      Sort Order:
Grégory Joseph - [17/Jan/06 04:57 AM ]
I promised Patrick I would do the pom - I should have time somewhere this week... However that doesn't prevent anyone from using ww with maven2.
Rife continuations can be installed in the local m2 repo with
mvn install:install-file -DgroupId=rife -DartifactId=rife-continuations -Dversion=0.0.1 -Dpackaging=jar -Dfile=path/to/rife-continuations.jar
.. but I'll also try and make sure this gets uploaded as well.

Grégory Joseph - [21/Jan/06 08:30 PM ]
See http://jira.codehaus.org/browse/MAVENUPLOAD-696 for the upload of rife-continuations

Grégory Joseph - [21/Jan/06 09:04 PM ]
Since I can't attach files to this jira (?), I've uploaded poms for xwork, xwork-tiger and webwork here:
http://incongru.net/tmp/webwork-poms.tgz

Please review/comment.

Note that it is a missing a number of info, notably related to build. Also, if xw/ww were to be migrated to maven, I'd recommend using a parent pom anyway: many informations are duplicate. (xwork-tiger/pom.xml is essentially a copy-paste of xwork/pom.xml except for dependencies)

Rainer Hermanns - [01/Feb/06 03:50 PM ]
Grégory, thanks for the poms.
Added them to CVS as they were.
The poms need to be reviewed for the upcoming release.

Grégory Joseph - [01/Feb/06 04:01 PM ]
you'll just need to change the <version> in the poms, and the <dependency>/<version> tags accordingly.

Rainer Hermanns - [01/Feb/06 04:07 PM ]
Just did this, thanks!
Commited as well...

Grégory Joseph - [01/Feb/06 04:11 PM ]
Cool, let me know if I can be of any more help on this topic :)

Rainer Hermanns - [02/Feb/06 08:54 AM ]
Should be resolved.
Next ww release will have all deps declared in a pom.xml