Changes for page maven-wolifecycle-plugin
Last modified by Ulrich Köster on 2007/02/09 11:42
From version 45.1
edited by Ulrich Köster
on 2006/11/09 05:26
on 2006/11/09 05:26
Change comment:
There is no comment for this version
To 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
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}} 43 +{{code color value="red"}} 44 44 45 45 <?xml version="1.0"?> 46 46 <project> ... ... @@ -61,17 +61,15 @@ 61 61 </build> 62 62 ... 63 63 </project> 64 +{code} 64 64 65 - {{/code}}66 +h3. Resources 66 66 67 -=== Resources === 68 - 69 69 Per default all resources under Resources and all webserver resources under WebServerResources are included. 70 70 71 71 To include resources with existing patternset files: 72 72 73 -{{code}} 74 - 72 +{code} 75 75 <?xml version="1.0"?> 76 76 <project> 77 77 ... ... ... @@ -85,9 +85,11 @@ 85 85 <artifactId>maven-wolifecycle-plugin</artifactId> 86 86 <version>2.0-SNAPSHOT</version> 87 87 <extensions>true</extensions> 86 +{color:red} 88 88 <configuration> 89 89 <readPatternsets>true</readPatternsets> 90 90 </configuration> 90 +{color} 91 91 </plugin> 92 92 </plugins> 93 93 ... ... ... @@ -94,13 +94,11 @@ 94 94 </build> 95 95 ... 96 96 </project> 97 +{code} 97 97 98 -{{/code}} 99 - 100 100 To include resources from a folder: 101 101 102 -{{code}} 103 - 101 +{code} 104 104 <?xml version="1.0"?> 105 105 <project> 106 106 ... ... ... @@ -127,5 +127,5 @@ 127 127 </build> 128 128 ... 129 129 </project> 130 - 131 -{{/code}} 128 +{code} 129 +{{/code color}}