File tree 4 files changed +21
-22
lines changed
jetty-maven-plugin/src/it/jetty-run-mojo-jar-scan-it
4 files changed +21
-22
lines changed Original file line number Diff line number Diff line change 3
3
xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4
4
xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
5
5
<parent >
6
- <artifactId > jetty-issue</ artifactId >
7
- <groupId >org.mehdi</ groupId >
6
+ <groupId >org.eclipse. jetty.its.jetty-run-mojo-jar-scan-it</ groupId >
7
+ <artifactId >jetty-jar-scan</ artifactId >
8
8
<version >1.0-SNAPSHOT</version >
9
9
</parent >
10
10
<modelVersion >4.0.0</modelVersion >
11
11
12
- <artifactId >MyLibrary </artifactId >
12
+ <artifactId >jetty-jar-scan-library </artifactId >
13
13
14
14
<dependencies >
15
15
<dependency >
Original file line number Diff line number Diff line change 3
3
xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4
4
xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
5
5
<parent >
6
- <artifactId > jetty-issue</ artifactId >
7
- <groupId >org.mehdi</ groupId >
6
+ <groupId >org.eclipse. jetty.its.jetty-run-mojo-jar-scan-it</ groupId >
7
+ <artifactId >jetty-jar-scan</ artifactId >
8
8
<version >1.0-SNAPSHOT</version >
9
9
</parent >
10
10
<modelVersion >4.0.0</modelVersion >
11
11
12
- <artifactId >MyWebApp </artifactId >
12
+ <artifactId >jetty-jar-scan-webapp </artifactId >
13
13
<packaging >jar</packaging >
14
14
15
15
<properties >
23
23
<scope >provided</scope >
24
24
</dependency >
25
25
<dependency >
26
- <groupId >org.mehdi </groupId >
27
- <artifactId >MyLibrary </artifactId >
26
+ <groupId >org.eclipse.jetty.its.jetty-run-mojo-jar-scan-it </groupId >
27
+ <artifactId >jetty-jar-scan-library </artifactId >
28
28
</dependency >
29
29
</dependencies >
30
30
44
44
</goals >
45
45
<configuration >
46
46
<systemProperties >
47
- <systemProperty >
48
- <name >jetty.port.file</name >
49
- <value >${jetty.port.file} </value >
50
- </systemProperty >
47
+ <jetty .port.file>${jetty.port.file} </jetty .port.file>
51
48
</systemProperties >
52
- <nonBlocking >true</nonBlocking >
53
- <jettyXml >${basedir} /src/config/jetty.xml</jettyXml >
49
+ <jettyXmls >
50
+ <jettyXml >${basedir} /src/config/jetty.xml</jettyXml >
51
+ </jettyXmls >
54
52
<contextXml >${basedir} /src/config/context.xml</contextXml >
55
53
<useTestScope >true</useTestScope >
56
54
<supportedPackagings >
Original file line number Diff line number Diff line change 1
- <?xml version =" 1.0" ?><!DOCTYPE Configure PUBLIC "-//Jetty//Configure//EN" "http://www.eclipse.org/jetty/configure_9_3.dtd">
1
+ <?xml version =" 1.0" ?>
2
+ <!DOCTYPE Configure PUBLIC "-//Jetty//Configure//EN" "https://www.eclipse.org/jetty/configure_10_0.dtd">
2
3
3
4
<Configure id =" Server" class =" org.eclipse.jetty.server.Server" >
4
5
<New id =" httpConfig" class =" org.eclipse.jetty.server.HttpConfiguration" >
23
24
</Item >
24
25
</Array >
25
26
</Arg >
26
- <Call name =" addLifeCycleListener " >
27
+ <Call name =" addEventListener " >
27
28
<Arg >
28
29
<New class =" org.eclipse.jetty.maven.plugin.ServerConnectorListener" >
29
30
<Set name =" fileName" ><Property name =" jetty.port.file" default =" port.txt" /></Set >
30
31
</New >
31
32
</Arg >
32
33
</Call >
33
- <Set name =" host" >< Property name =" jetty.host" /></ Set >
34
- <Set name =" port" >< Property name =" jetty.port" default = " 0 " />0</ Set >
34
+ <Set name =" host" property =" jetty.host" / >
35
+ <Set name =" port" property =" jetty.port" / >
35
36
<Set name =" idleTimeout" >30000</Set >
36
37
</New >
37
38
</Arg >
Original file line number Diff line number Diff line change 10
10
</parent >
11
11
12
12
13
- <groupId >org.mehdi </groupId >
14
- <artifactId >jetty-issue </artifactId >
13
+ <groupId >org.eclipse.jetty.its.jetty-run-mojo-jar-scan-it </groupId >
14
+ <artifactId >jetty-jar-scan </artifactId >
15
15
<packaging >pom</packaging >
16
16
<version >1.0-SNAPSHOT</version >
17
17
<modules >
22
22
<dependencyManagement >
23
23
<dependencies >
24
24
<dependency >
25
- <groupId >org.mehdi </groupId >
26
- <artifactId >MyLibrary </artifactId >
25
+ <groupId >org.eclipse.jetty.its.jetty-run-mojo-jar-scan-it </groupId >
26
+ <artifactId >jetty-jar-scan-library </artifactId >
27
27
<version >${project.version} </version >
28
28
</dependency >
29
29
</dependencies >
You can’t perform that action at this time.
0 commit comments