From 37dda037add969f678454d8cfb1ad4e139b1eb2b Mon Sep 17 00:00:00 2001 From: slavisah Date: Wed, 11 Feb 2015 06:58:20 +0100 Subject: [PATCH 1/2] server port customization option --- pom.xml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/pom.xml b/pom.xml index 1468345..c21c831 100644 --- a/pom.xml +++ b/pom.xml @@ -34,6 +34,12 @@ /plantuml + + + jetty.port + ${jetty.port} + + @@ -142,6 +148,7 @@ UTF-8 8.0.4.v20111024 + 8880 yyyyMMdd-HHmm ${maven.build.timestamp} From d4d39566bcbe7e6edc57e68a3f701fa3bb4b3299 Mon Sep 17 00:00:00 2001 From: maximesinclair Date: Sat, 14 Feb 2015 22:47:14 +0100 Subject: [PATCH 2/2] [TASK] Return to default 8080 port --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index c21c831..21c1cfa 100644 --- a/pom.xml +++ b/pom.xml @@ -148,7 +148,7 @@ UTF-8 8.0.4.v20111024 - 8880 + 8080 yyyyMMdd-HHmm ${maven.build.timestamp}