Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
solo
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
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"?>
<?xml version="1.0" encoding="UTF-8"?>
<!--
<!--
Description: Solo POM.
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://88250.b3log.org">Liang Ding</a>
Author: <a href="http://www.annpeter.cn">Ann Peter</a>
Author: <a href="http://www.annpeter.cn">Ann Peter</a>
-->
-->
...
@@ -113,7 +113,7 @@
...
@@ -113,7 +113,7 @@
<jsoup.version>
1.9.1
</jsoup.version>
<jsoup.version>
1.9.1
</jsoup.version>
<pegdown.version>
1.6.0
</pegdown.version>
<pegdown.version>
1.6.0
</pegdown.version>
<qiniu.version>
7.0.4.1
</qiniu.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>
<commons-cli.version>
1.3.1
</commons-cli.version>
<emoji-java.version>
3.0.0
</emoji-java.version>
<emoji-java.version>
3.0.0
</emoji-java.version>
<jodd.version>
3.6.6
</jodd.version>
<jodd.version>
3.6.6
</jodd.version>
...
@@ -376,28 +376,20 @@
...
@@ -376,28 +376,20 @@
</executions>
</executions>
</plugin>
</plugin>
<plugin>
<plugin>
<groupId>
org.
mortbay
.jetty
</groupId>
<groupId>
org.
eclipse
.jetty
</groupId>
<artifactId>
jetty-maven-plugin
</artifactId>
<artifactId>
jetty-maven-plugin
</artifactId>
<version>
8.1.14.v20131031
</version>
<version>
${jetty.version}
</version>
<configuration>
<configuration>
<connectors>
<httpConnector>
<connector
implementation=
"org.eclipse.jetty.server.bio.SocketConnector"
>
<port>
8080
</port>
<port>
8080
</port>
</httpConnector>
</connector>
</connectors>
<stopKey>
stop
</stopKey>
<stopKey>
stop
</stopKey>
<stopPort>
4502
</stopPort>
<stopPort>
4501
</stopPort>
<webAppConfig>
<systemProperties>
<contextPath>
/
</contextPath>
<systemProperty>
</webAppConfig>
<name>
org.eclipse.jetty.server.Request.maxFormContentSize
</name>
<scanIntervalSeconds>
1
</scanIntervalSeconds>
<value>
10485760
</value>
</systemProperty>
</systemProperties>
<reload>
manual
</reload>
</configuration>
</configuration>
</plugin>
</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