parent
61af550a56
commit
733118687c
|
@ -3,7 +3,7 @@
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>org.eclipse.jetty.its.jetty-run-distro-mojo-it</groupId>
|
<groupId>org.eclipse.jetty.its.jetty-start-distro-mojo-it</groupId>
|
||||||
<artifactId>jetty-simple-project</artifactId>
|
<artifactId>jetty-simple-project</artifactId>
|
||||||
<version>0.0.1-SNAPSHOT</version>
|
<version>0.0.1-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
|
@ -3,7 +3,7 @@
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>org.eclipse.jetty.its.jetty-run-distro-mojo-it</groupId>
|
<groupId>org.eclipse.jetty.its.jetty-start-distro-mojo-it</groupId>
|
||||||
<artifactId>jetty-simple-project</artifactId>
|
<artifactId>jetty-simple-project</artifactId>
|
||||||
<version>0.0.1-SNAPSHOT</version>
|
<version>0.0.1-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
@ -14,7 +14,7 @@
|
||||||
<name>Jetty :: Simple :: Webapp</name>
|
<name>Jetty :: Simple :: Webapp</name>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<jetty.port.file>${project.build.directory}/jetty-run-distro-port.txt</jetty.port.file>
|
<jetty.port.file>${project.build.directory}/jetty-start-distro-port.txt</jetty.port.file>
|
||||||
<jetty.jvmArgs>@jetty.jvmArgs@</jetty.jvmArgs>
|
<jetty.jvmArgs>@jetty.jvmArgs@</jetty.jvmArgs>
|
||||||
<jetty.runType>DISTRO</jetty.runType>
|
<jetty.runType>DISTRO</jetty.runType>
|
||||||
</properties>
|
</properties>
|
||||||
|
@ -22,7 +22,7 @@
|
||||||
<dependencies>
|
<dependencies>
|
||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.eclipse.jetty.its.jetty-run-distro-mojo-it</groupId>
|
<groupId>org.eclipse.jetty.its.jetty-start-distro-mojo-it</groupId>
|
||||||
<artifactId>jetty-simple-base</artifactId>
|
<artifactId>jetty-simple-base</artifactId>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
<version>0.0.1-SNAPSHOT</version>
|
<version>0.0.1-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<groupId>org.eclipse.jetty.its.jetty-run-distro-mojo-it</groupId>
|
<groupId>org.eclipse.jetty.its.jetty-start-distro-mojo-it</groupId>
|
||||||
<artifactId>jetty-simple-project</artifactId>
|
<artifactId>jetty-simple-project</artifactId>
|
||||||
<version>0.0.1-SNAPSHOT</version>
|
<version>0.0.1-SNAPSHOT</version>
|
||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
|
@ -30,7 +30,7 @@
|
||||||
<dependencyManagement>
|
<dependencyManagement>
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.eclipse.jetty.its.jetty-run-distro-mojo-it</groupId>
|
<groupId>org.eclipse.jetty.its.jetty-start-distro-mojo-it</groupId>
|
||||||
<artifactId>jetty-simple-base</artifactId>
|
<artifactId>jetty-simple-base</artifactId>
|
||||||
<version>${project.version}</version>
|
<version>${project.version}</version>
|
||||||
</dependency>
|
</dependency>
|
|
@ -12,7 +12,7 @@
|
||||||
<packaging>war</packaging>
|
<packaging>war</packaging>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<jetty.port.file>${project.build.directory}/jetty-run-mojo.txt</jetty.port.file>
|
<jetty.port.file>${project.build.directory}/jetty-start-mojo.txt</jetty.port.file>
|
||||||
<jetty.runType>EMBED</jetty.runType>
|
<jetty.runType>EMBED</jetty.runType>
|
||||||
</properties>
|
</properties>
|
||||||
|
|
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.1 KiB |
Loading…
Reference in New Issue