Changes for page maven-wolifecycle-plugin
Last modified by Ulrich Köster on 2007/02/09 11:42
From version 49.1
edited by Ulrich Köster
on 2006/11/09 05:24
on 2006/11/09 05:24
Change comment:
There is no comment for this version
To version 48.1
edited by Ulrich Köster
on 2006/11/09 05:24
on 2006/11/09 05:24
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -40,7 +40,7 @@ 40 40 41 41 From the pom.xml 42 42 43 -{{code color value="red"}}43 +{{code}} 44 44 45 45 <?xml version="1.0"?> 46 46 <project> ... ... @@ -61,15 +61,17 @@ 61 61 </build> 62 62 ... 63 63 </project> 64 -{code} 65 65 66 - h3. Resources65 +{{/code}} 67 67 67 +=== Resources === 68 + 68 68 Per default all resources under Resources and all webserver resources under WebServerResources are included. 69 69 70 70 To include resources with existing patternset files: 71 71 72 -{code} 73 +{{code}} 74 + 73 73 <?xml version="1.0"?> 74 74 <project> 75 75 ... ... ... @@ -94,11 +94,13 @@ 94 94 </build> 95 95 ... 96 96 </project> 97 -{code} 98 98 100 +{{/code}} 101 + 99 99 To include resources from a folder: 100 100 101 -{code} 104 +{{code}} 105 + 102 102 <?xml version="1.0"?> 103 103 <project> 104 104 ... ... ... @@ -125,5 +125,5 @@ 125 125 </build> 126 126 ... 127 127 </project> 128 - {code}129 -{{/code color}}132 + 133 +{{/code}}