Last modified by Ulrich Köster on 2009/08/02 20:26

From version 17.1
edited by Andrew Lindesay
on 2009/07/23 05:24
Change comment: There is no comment for this version
To version 10.1
edited by Henrique Prange
on 2008/05/15 19:29
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.apl
1 +XWiki.hprange
Content
... ... @@ -33,8 +33,6 @@
33 33  
34 34  <build>
35 35   ...
36 - <plugins>
37 - ...
38 38   <plugin>
39 39   <artifactId>maven-war-plugin</artifactId>
40 40   <configuration>
... ... @@ -42,8 +42,6 @@
42 42   </configuration>
43 43   </plugin>
44 44   ...
45 - </plugins>
46 - ...
47 47  </build>
48 48  
49 49  {{/noformat}}
... ... @@ -55,7 +55,7 @@
55 55  {{noformat}}
56 56  
57 57  <dependency>
58 - <groupId>com.webobjects</groupId>
54 + <groupId>com.apple.webobjects</groupId>
59 59   <artifactId>JavaWOJSPServlet</artifactId>
60 60   <version>${woversion}</version>
61 61  </dependency>
... ... @@ -67,7 +67,7 @@
67 67  {{noformat}}
68 68  
69 69  <dependency>
70 - <groupId>com.webobjects</groupId>
66 + <groupId>com.apple.webobjects</groupId>
71 71   <artifactId>JavaWOJSPServlet_client</artifactId>
72 72   <version>${woversion}</version>
73 73  </dependency>
... ... @@ -78,7 +78,7 @@
78 78  
79 79  == Step 5: Change the packaging type ==
80 80  
81 -The default [[maven-war-plugin>>http://maven.apache.org/plugins/maven-war-plugin/]] can handle the war packaging correctly. You have to change the packaging of your POM to 'war' in order to use this plug-in:
77 +The default maven-war-plugin can handle the war packaging correctly. You have to change the packaging of your POM to 'war' in order to use this plug-in:
82 82  
83 83  {{noformat}}
84 84  
... ... @@ -90,7 +90,7 @@
90 90  
91 91  = Running your application as true WAR =
92 92  
93 -You can use the [[maven-jetty-plugin>>http://docs.codehaus.org/display/JETTY/Maven+Jetty+Plugin]] to run and test your application.
89 +You can use the maven-jetty-plugin to run and test your application.
94 94  
95 95  == Step 1: Configure the maven-jetty-plugin ==
96 96