Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
solo-1
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
solo-1
Commits
28f56c2c
Commit
28f56c2c
authored
Aug 19, 2016
by
Liang Ding
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
开发 - maven jetty 插件
parent
e040e82d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
20 deletions
+12
-20
pom.xml
pom.xml
+12
-20
No files found.
pom.xml
View file @
28f56c2c
<?xml version="1.0" encoding="UTF-8"?>
<!--
Description: Solo POM.
Version: 3.1
2.1.25, Aug 10
, 2016
Version: 3.1
3.1.25, Aug 19
, 2016
Author: <a href="http://88250.b3log.org">Liang Ding</a>
Author: <a href="http://www.annpeter.cn">Ann Peter</a>
-->
...
...
@@ -113,7 +113,7 @@
<jsoup.version>
1.9.1
</jsoup.version>
<pegdown.version>
1.6.0
</pegdown.version>
<qiniu.version>
7.0.4.1
</qiniu.version>
<jetty.version>
9.2.
13.v20150730
</jetty.version>
<jetty.version>
9.2.
7.v20150116
</jetty.version>
<commons-cli.version>
1.3.1
</commons-cli.version>
<emoji-java.version>
3.0.0
</emoji-java.version>
<jodd.version>
3.6.6
</jodd.version>
...
...
@@ -376,28 +376,20 @@
</executions>
</plugin>
<plugin>
<groupId>
org.
mortbay
.jetty
</groupId>
<groupId>
org.
eclipse
.jetty
</groupId>
<artifactId>
jetty-maven-plugin
</artifactId>
<version>
8.1.14.v20131031
</version>
<version>
${jetty.version}
</version>
<configuration>
<connectors>
<connector
implementation=
"org.eclipse.jetty.server.bio.SocketConnector"
>
<port>
8080
</port>
</connector>
</connectors>
<httpConnector>
<port>
8080
</port>
</httpConnector>
<stopKey>
stop
</stopKey>
<stopPort>
4502
</stopPort>
<systemProperties>
<systemProperty>
<name>
org.eclipse.jetty.server.Request.maxFormContentSize
</name>
<value>
10485760
</value>
</systemProperty>
</systemProperties>
<reload>
manual
</reload>
<stopPort>
4501
</stopPort>
<webAppConfig>
<contextPath>
/
</contextPath>
</webAppConfig>
<scanIntervalSeconds>
1
</scanIntervalSeconds>
</configuration>
</plugin>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment