File tree Expand file tree Collapse file tree 3 files changed +14
-8
lines changed Expand file tree Collapse file tree 3 files changed +14
-8
lines changed Original file line number Diff line number Diff line change 8
8
<artifactId >external</artifactId >
9
9
<version >1.2-SNAPSHOT</version >
10
10
</parent >
11
+ <properties >
12
+ <jetty .port>8083</jetty .port>
13
+ </properties >
11
14
<packaging >war</packaging >
12
15
<name >External: Pathfinder service</name >
13
16
<version >${project.parent.version} </version >
Original file line number Diff line number Diff line change 8
8
<artifactId >external</artifactId >
9
9
<version >1.2-SNAPSHOT</version >
10
10
</parent >
11
+ <properties >
12
+ <jetty .port>8080</jetty .port>
13
+ </properties >
11
14
<packaging >war</packaging >
12
15
<name >External: Reporting context</name >
13
16
<version >${project.parent.version} </version >
Original file line number Diff line number Diff line change 8
8
<artifactId >tracking</artifactId >
9
9
<version >1.2-SNAPSHOT</version >
10
10
</parent >
11
+ <properties >
12
+ <jetty .port>8081</jetty .port>
13
+ </properties >
11
14
<packaging >war</packaging >
12
15
<name >Tracking context: Booking UI</name >
13
16
<version >${project.parent.version} </version >
46
49
<groupId >org.springframework</groupId >
47
50
<artifactId >spring-test</artifactId >
48
51
</dependency >
52
+ <dependency >
53
+ <groupId >org.codehaus.jettison</groupId >
54
+ <artifactId >jettison</artifactId >
55
+ <version >1.2</version >
56
+ </dependency >
49
57
</dependencies >
50
58
<build >
51
59
<plugins >
52
60
<plugin >
53
61
<groupId >org.mortbay.jetty</groupId >
54
62
<artifactId >maven-jetty-plugin</artifactId >
55
- <configuration >
56
- <systemProperties >
57
- <systemProperty >
58
- <name >jetty.port</name >
59
- <value >8081</value >
60
- </systemProperty >
61
- </systemProperties >
62
- </configuration >
63
63
</plugin >
64
64
</plugins >
65
65
</build >
You can’t perform that action at this time.
0 commit comments