Changes for page maven-wolifecycle-plugin

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

From version 36.1
edited by Ulrich Köster
on 2006/11/07 03:26
Change comment: There is no comment for this version
To version 31.1
edited by Ulrich Köster
on 2006/11/08 06:52
Change comment: There is no comment for this version

Summary

Details

Page properties
Title
... ... @@ -1,1 +1,1 @@
1 -maven-woproject-plugin
1 +maven-wolifecycle-plugin
Content
... ... @@ -1,17 +1,15 @@
1 1  == Description ==
2 2  
3 -"maven-woproject-plugin" is a plug-in for development of WebObjects applications and frameworks in the context of Maven.
3 +"maven-wolifecycle-plugin" is a plug-in for development of WebObjects applications and frameworks in the context of Maven.
4 4  
5 5  == Lifecyle ==
6 6  
7 -Lifecyle for for WebObjects projects.
7 +Lifecyle maven plugin for WebObjects projects.
8 8  
9 -For the moment, this project is based on the existing ant stuff.
9 +For the moment, this project is based on the existing ant stuff. This plugin does need configuration.
10 10  
11 11  === Example WOFramework ===
12 12  
13 -This goal does need previous configuration.
14 -
15 15  From the pom.xml
16 16  
17 17  {{code}}
... ... @@ -26,7 +26,7 @@
26 26   <plugins>
27 27   <plugin>
28 28   <groupId>org.objectstyle.woproject.maven2</groupId>
29 - <artifactId>maven-woproject-plugin</artifactId>
27 + <artifactId>maven-wolifecycle-plugin</artifactId>
30 30   <version>2.0-SNAPSHOT</version>
31 31   <extensions>true</extensions>
32 32   </plugin>
... ... @@ -40,8 +40,6 @@
40 40  
41 41  === Example WOApplication ===
42 42  
43 -This goal does need previous configuration.
44 -
45 45  From the pom.xml
46 46  
47 47  {{code}}
... ... @@ -56,7 +56,7 @@
56 56   <plugins>
57 57   <plugin>
58 58   <groupId>org.objectstyle.woproject.maven2</groupId>
59 - <artifactId>maven-woproject-plugin</artifactId>
55 + <artifactId>maven-wolifecycle-plugin</artifactId>
60 60   <version>2.0-SNAPSHOT</version>
61 61   <extensions>true</extensions>
62 62   </plugin>