Last modified by Paul Hoadley on 2023/12/25 05:57

From version 2.1
edited by Lachlan Deck
on 2011/08/13 21:20
Change comment: There is no comment for this version
To version 3.1
edited by Lachlan Deck
on 2011/08/13 21:20
Change comment: Migrated to Confluence 4.0

Summary

Details

Page properties
Content
... ... @@ -1,15 +1,9 @@
1 1  === Configuring Maven for use with WOCommunity artifacts ===
2 2  
3 -{{color value="#333333"}}
4 -Before start using Maven, you have to configure it in order to use the plug-ins provided by WOCommunity, or specifically the woproject. General Maven configuration is made in a settings.xml file. This file can be found in a folder called 
5 -{{/color}}
3 +(% style="color: rgb(51,51,51);" %)Before start using Maven, you have to configure it in order to use the plug-ins provided by WOCommunity, or specifically the woproject. General Maven configuration is made in a settings.xml file. This file can be found in a folder called {{code language="none"}}.m2{{/code}} in each user's home directory (~~/.m2 on Unix systems and C:\Documents and Settings\UserName\.m2 on Windows). If this file does not yet exist, you can just create it.
6 6  
7 -{{color value="#333333"}}{{.m2{}}}{{/color}}{{color value="#333333"}} in each user's home directory (~/.m2 on Unix systems and C:Documents and SettingsUserName.m2 on Windows). If this file does not yet exist, you can just create it.{{/color}}
5 +(% style="color: rgb(51,51,51);" %)You have to define the WOProject plug-in group and the repositories to download the plug-ins. The following xml is sufficient to configure maven for using WOProject-maven plugin:
8 8  
9 -{{color value="#333333"}}
10 -You have to define the WOProject plug-in group and the repositories to download the plug-ins. The following xml is sufficient to configure maven for using WOProject-maven plugin:
11 -{{/color}}
12 -
13 13  {{noformat}}
14 14  
15 15  <settings xmlns="http://maven.apache.org/POM/4.0.0"
... ... @@ -97,6 +97,6 @@
97 97  
98 98  === Reference Documentation ===
99 99  
100 -See&nbsp;[[Maven Settings Reference>>http://maven.apache.org/settings.html]]&nbsp;for official apache documentation on the maven settings and options.
94 +See [[Maven Settings Reference>>url:http://maven.apache.org/settings.html||shape="rect"]] for official apache documentation on the maven settings and options.
101 101  
102 -See&nbsp;[[settings.xml>>http://maven.apache.org/ref/current/maven-settings/settings.html]]&nbsp;for official apache documentation on it's format.
96 +See [[settings.xml>>url:http://maven.apache.org/ref/current/maven-settings/settings.html||shape="rect"]] for official apache documentation on it's format.