Changes for page maven-wolifecycle-plugin
Last modified by Ulrich Köster on 2007/02/09 11:42
From version 33.1
edited by Ulrich Köster
on 2006/11/07 03:27
on 2006/11/07 03:27
Change comment:
There is no comment for this version
To version 40.1
edited by Ulrich Köster
on 2006/11/07 03:24
on 2006/11/07 03:24
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -4,43 +4,17 @@ 4 4 5 5 == Lifecyle == 6 6 7 -Lifecyle replacement maben 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 - Fromthe pom.xml13 +This goal does need previous configuration. 14 14 15 -{{code}} 16 - 17 -<?xml version="1.0"?> 18 -<project> 19 - ... 20 - <packaging>woframework</packaging> 21 - ... 22 - <build> 23 - ... 24 - <plugins> 25 - <plugin> 26 - <groupId>org.objectstyle.woproject.maven2</groupId> 27 - <artifactId>maven-woproject-plugin</artifactId> 28 - <version>2.0-SNAPSHOT</version> 29 - <extensions>true</extensions> 30 - </plugin> 31 - </plugins> 32 - ... 33 - </build> 34 -... 35 -</project> 36 - 37 -{{/code}} 38 - 39 -=== Example WOApplication === 40 - 41 41 From the pom.xml 42 42 43 -{{code}} 17 +{{code xml}} 44 44 45 45 <?xml version="1.0"?> 46 46 <project> ... ... @@ -61,5 +61,11 @@ 61 61 </build> 62 62 ... 63 63 </project> 38 +{code} 64 64 65 -{{/code}} 40 +h3. Example WOApplication 41 + 42 +This goal does need previous configuration. 43 + 44 +From the pom.xm 45 +{{/code xml}}