File tree Expand file tree Collapse file tree 1 file changed +7
-32
lines changed Expand file tree Collapse file tree 1 file changed +7
-32
lines changed Original file line number Diff line number Diff line change 30
30
31
31
<java .version>1.6</java .version>
32
32
33
- <tomcat .dir>/usr/share/tomcat6</tomcat .dir>
34
33
<env .root.dir>src/env</env .root.dir>
35
34
36
35
<jetty .host>127.0.0.1</jetty .host>
37
36
<jetty .port>8081</jetty .port>
38
37
39
38
<compiler .plugin.version>2.4</compiler .plugin.version>
39
+ <tomcat .plugin.version>1.1</tomcat .plugin.version>
40
40
<jetty .plugin.version>8.1.5.v20120716</jetty .plugin.version>
41
41
<javadoc .plugin.version>2.8.1</javadoc .plugin.version>
42
42
383
383
</plugin >
384
384
385
385
<plugin >
386
- <groupId >org.codehaus.cargo </groupId >
387
- <artifactId >cargo-maven2 -plugin</artifactId >
388
- <version >1.1.4 </version >
386
+ <groupId >org.codehaus.mojo </groupId >
387
+ <artifactId >tomcat-maven -plugin</artifactId >
388
+ <version >${tomcat.plugin.version} </version >
389
389
<configuration >
390
- <wait >false</wait >
391
- <container >
392
- <containerId >tomcat6x</containerId >
393
- <type >installed</type >
394
- <home >${tomcat.dir} </home >
395
- </container >
396
- <configuration >
397
- <type >existing</type >
398
- <home >${tomcat.dir} </home >
399
- </configuration >
400
- <deployer >
401
- <type >installed</type >
402
- <deployables >
403
- <deployable >
404
- <groupId >${project.groupId} </groupId >
405
- <artifactId >${project.artifactId}</artifactId >
406
- <type >${project.packaging} </type >
407
- </deployable >
408
- </deployables >
409
- </deployer >
390
+ <path >/</path >
391
+ <server >tomcat-at-localhost</server >
392
+ <url >http://localhost:8080/manager/text</url >
410
393
</configuration >
411
- <executions >
412
- <execution >
413
- <phase >deploy</phase >
414
- <goals >
415
- <goal >deployer-deploy</goal >
416
- </goals >
417
- </execution >
418
- </executions >
419
394
</plugin >
420
395
421
396
<plugin >
You can’t perform that action at this time.
0 commit comments