Changes for page maven-wolifecycle-plugin

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

From version 35.1
edited by Ulrich Köster
on 2006/11/07 03:26
Change comment: There is no comment for this version
To version 40.1
edited by Ulrich Köster
on 2006/11/07 03:24
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -14,12 +14,12 @@
14 14  
15 15  From the pom.xml
16 16  
17 -{{code}}
17 +{{code xml}}
18 18  
19 19  <?xml version="1.0"?>
20 20  <project>
21 21   ...
22 - <packaging>woframework</packaging>
22 + <packaging>woapplication</packaging>
23 23   ...
24 24   <build>
25 25   ...
... ... @@ -35,35 +35,11 @@
35 35   </build>
36 36  ...
37 37  </project>
38 +{code}
38 38  
39 -{{/code}}
40 +h3. Example WOApplication
40 40  
41 -=== Example WOApplication ===
42 -
43 43  This goal does need previous configuration.
44 44  
45 -From the pom.xml
46 -
47 -{{code}}
48 -
49 -<?xml version="1.0"?>
50 -<project>
51 - ...
52 - <packaging>woapplication</packaging>
53 - ...
54 - <build>
55 - ...
56 - <plugins>
57 - <plugin>
58 - <groupId>org.objectstyle.woproject.maven2</groupId>
59 - <artifactId>maven-woproject-plugin</artifactId>
60 - <version>2.0-SNAPSHOT</version>
61 - <extensions>true</extensions>
62 - </plugin>
63 - </plugins>
64 - ...
65 - </build>
66 -...
67 -</project>
68 -
69 -{{/code}}
44 +From the pom.xm
45 +{{/code xml}}