Changes for page maven-wobootstrap-plugin

Last modified by Lachlan Deck on 2011/08/16 18:43

From version 10.1
edited by Lachlan Deck
on 2008/11/19 14:38
Change comment: custom version using 5.3.3 as the example
To version 17.1
edited by Henrique Prange
on 2008/04/25 11:49
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.ldeck
1 +XWiki.hprange
Content
... ... @@ -1,6 +1,6 @@
1 1  == Introduction ==
2 2  
3 -The wobootstrap plug-in is used to import the WebObjects libraries to the Maven's local repository or a remote repository for sharing with other developers and projects {{color value="red"}}*(for WebObjects version 5.3 and later, the license is now included as part of the Xcode software license. Please review the license in the Xcode installer to verify if you are not breaking the current terms)*{{/color}}.
3 +The wobootstrap plug-in is used to import the WebObjects libraries to the Maven's local repository or a remote repository for sharing with other developers and projects (for WebObjects version 5.3 and later, the license is now included as part of the Xcode software license. Please review the license in the Xcode installer to verify if you are not breaking the current terms).
4 4  
5 5  This plug-in searches for the WebObjects jars and generates all the required information (groupId, artifactId and version) to import the libraries to the particular repository.
6 6  
... ... @@ -53,7 +53,7 @@
53 53  {{noformat}}
54 54  
55 55  mvn wobootstrap:install -DwebObjectsLibFolder=/a_path_to_webobjects/lib \
56 - -DwebObjectsVersion=5.3.3
56 + -DwebObjectsVersion=5.2
57 57  
58 58  {{/noformat}}
59 59