Changes for page maven-wolifecycle-plugin

Last modified by Ulrich Köster on 2007/02/09 11:42

From version 50.1
edited by Ulrich Köster
on 2006/11/09 05:24
Change comment: There is no comment for this version
To version 46.1
edited by Ulrich Köster
on 2006/11/09 05:26
Change comment: There is no comment for this version

Summary

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. Resources
65 +{{/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   ...
... ... @@ -83,11 +83,9 @@
83 83   <artifactId>maven-wolifecycle-plugin</artifactId>
84 84   <version>2.0-SNAPSHOT</version>
85 85   <extensions>true</extensions>
86 -{color:red}
87 87   <configuration>
88 88   <readPatternsets>true</readPatternsets>
89 89   </configuration>
90 -{color}
91 91   </plugin>
92 92   </plugins>
93 93   ...
... ... @@ -94,11 +94,13 @@
94 94   </build>
95 95  ...
96 96  </project>
97 -{code}
98 98  
98 +{{/code}}
99 +
99 99  To include resources from a folder:
100 100  
101 -{code}
102 +{{code}}
103 +
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}}
130 +
131 +{{/code}}