Changes for page Packaging WO Applications as true WAR with Maven
Last modified by Ulrich Köster on 2009/08/02 20:26
From version 23.1
edited by Henrique Prange
on 2008/05/15 19:35
on 2008/05/15 19:35
Change comment:
There is no comment for this version
To version 10.1
edited by Henrique Prange
on 2008/05/15 19:29
on 2008/05/15 19:29
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -74,7 +74,7 @@ 74 74 75 75 == Step 5: Change the packaging type == 76 76 77 -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: 78 78 79 79 {{noformat}} 80 80 ... ... @@ -86,7 +86,7 @@ 86 86 87 87 = Running your application as true WAR = 88 88 89 -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. 90 90 91 91 == Step 1: Configure the maven-jetty-plugin == 92 92