Last modified by David Holt on 2022/06/25 01:40

From version 25.1
edited by Lachlan Deck
on 2009/02/20 11:22
Change comment: Fixing pom definition
To version 22.1
edited by Lachlan Deck
on 2009/02/20 11:26
Change comment: pom fix

Summary

Details

Page properties
Content
... ... @@ -41,10 +41,10 @@
41 41   The woapplication-archtype is under construction, so you must fix a few things.
42 42  # Fix the pom.xml. Delete the properties and dependencies sections that the woapplication-archtype created, and paste this into the pom:
43 43  {code:xml}
44 -
44 +...
45 45   <properties>
46 - <woclassifier>wo54</woclassifier>
47 47   <woversion>5.4.3</woversion>
47 + <wonderclassifier>wo54</wonderclassifier>
48 48   <wonderversion>5.0.0-SNAPSHOT</wonderversion>
49 49   </properties>
50 50  
... ... @@ -58,19 +58,18 @@
58 58   <groupId>wonder.core</groupId>
59 59   <artifactId>ERExtensions</artifactId>
60 60   <version>${wonderversion}</version>
61 - <classifier>${woclassifier}</classifier>
61 + <classifier>${wonderclassifier}</classifier>
62 62   </dependency>
63 63   <dependency>
64 64   <groupId>wonder.core</groupId>
65 - <artifactId>ERPrototypes</artifactId>
65 + <artifactId>WOOgnl</artifactId>
66 66   <version>${wonderversion}</version>
67 - <classifier>${woclassifier}</classifier>
67 + <classifier>${wonderclassifier}</classifier>
68 68   </dependency>
69 69   <dependency>
70 70   <groupId>wonder.core</groupId>
71 - <artifactId>WOOgnl</artifactId>
71 + <artifactId>ERPrototypes</artifactId>
72 72   <version>${wonderversion}</version>
73 - <classifier>${woclassifier}</classifier>
74 74   </dependency>
75 75   <dependency>
76 76   <groupId>com.webobjects</groupId>