Changes for page maven-wolifecycle-plugin
Last modified by Ulrich Köster on 2007/02/09 11:42
From version 30.1
edited by Ulrich Köster
on 2006/11/08 06:50
on 2006/11/08 06:50
Change comment:
There is no comment for this version
To version 37.1
edited by Ulrich Köster
on 2006/11/07 03:25
on 2006/11/07 03:25
Change comment:
There is no comment for this version
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Title
-
... ... @@ -1,1 +1,1 @@ 1 -maven-wo lifecycle-plugin1 +maven-woproject-plugin - Content
-
... ... @@ -1,15 +1,17 @@ 1 1 == Description == 2 2 3 -"maven-wo lifecycle-plugin" is a plug-in for development of WebObjects applications and frameworks in the context of Maven.3 +"maven-woproject-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 replacement maven pluginfor for WebObjects projects.7 +Lifecyle for for WebObjects projects. 8 8 9 -For the moment, this project is based on the existing ant stuff. This plugin does need configuration.9 +For the moment, this project is based on the existing ant stuff. 10 10 11 11 === Example WOFramework === 12 12 13 +This goal does need previous configuration. 14 + 13 13 From the pom.xml 14 14 15 15 {{code}} ... ... @@ -17,7 +17,7 @@ 17 17 <?xml version="1.0"?> 18 18 <project> 19 19 ... 20 - <packaging>wo framework</packaging>22 + <packaging>woapplication</packaging> 21 21 ... 22 22 <build> 23 23 ... ... ... @@ -24,7 +24,7 @@ 24 24 <plugins> 25 25 <plugin> 26 26 <groupId>org.objectstyle.woproject.maven2</groupId> 27 - <artifactId>maven-wo lifecycle-plugin</artifactId>29 + <artifactId>maven-woproject-plugin</artifactId> 28 28 <version>2.0-SNAPSHOT</version> 29 29 <extensions>true</extensions> 30 30 </plugin> ... ... @@ -38,28 +38,6 @@ 38 38 39 39 === Example WOApplication === 40 40 41 - Fromthe pom.xml43 +This goal does need previous configuration. 42 42 43 -{{code}} 44 - 45 -<?xml version="1.0"?> 46 -<project> 47 - ... 48 - <packaging>woapplication</packaging> 49 - ... 50 - <build> 51 - ... 52 - <plugins> 53 - <plugin> 54 - <groupId>org.objectstyle.woproject.maven2</groupId> 55 - <artifactId>maven-wolifecycle-plugin</artifactId> 56 - <version>2.0-SNAPSHOT</version> 57 - <extensions>true</extensions> 58 - </plugin> 59 - </plugins> 60 - ... 61 - </build> 62 -... 63 -</project> 64 - 65 -{{/code}} 45 +From the pom.xml