Changes for page maven-wolifecycle-plugin
Last modified by Ulrich Köster on 2007/02/09 11:42
From version 41.1
edited by Ulrich Köster
on 2006/11/07 03:20
on 2006/11/07 03:20
Change comment:
There is no comment for this version
To version 39.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
-
... ... @@ -14,8 +14,32 @@ 14 14 15 15 From the pom.xml 16 16 17 - ===Example WOApplication ===17 +{{code xml}} 18 18 19 +<?xml version="1.0"?> 20 +<project> 21 + ... 22 + <packaging>woapplication</packaging> 23 + ... 24 + <build> 25 + ... 26 + <plugins> 27 + <plugin> 28 + <groupId>org.objectstyle.woproject.maven2</groupId> 29 + <artifactId>maven-woproject-plugin</artifactId> 30 + <version>2.0-SNAPSHOT</version> 31 + <extensions>true</extensions> 32 + </plugin> 33 + </plugins> 34 + ... 35 + </build> 36 +... 37 +</project> 38 +{code} 39 + 40 +h3. Example WOApplication 41 + 19 19 This goal does need previous configuration. 20 20 21 -From the pom.xml 44 +From the pom.xm 45 +{{/code xml}}