Changes for page maven-wolifecycle-plugin

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

From version 48.1
edited by Ulrich Köster
on 2006/11/09 05:24
Change comment: There is no comment for this version
To version 49.1
edited by Ulrich Köster
on 2006/11/09 05:24
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}}
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   ...
... ... @@ -96,13 +96,11 @@
96 96   </build>
97 97  ...
98 98  </project>
97 +{code}
99 99  
100 -{{/code}}
101 -
102 102  To include resources from a folder:
103 103  
104 -{{code}}
105 -
101 +{code}
106 106  <?xml version="1.0"?>
107 107  <project>
108 108   ...
... ... @@ -129,5 +129,5 @@
129 129   </build>
130 130  ...
131 131  </project>
132 -
133 -{{/code}}
128 +{code}
129 +{{/code color}}