Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
H
haoban-manage3.0
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
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
haoban3.0
haoban-manage3.0
Commits
491f99cd
Commit
491f99cd
authored
Jul 01, 2021
by
xuwenqian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
refactor:pom文件新增tomcat7插件
parent
30f4ec9a
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
13 additions
and
36 deletions
+13
-36
pom.xml
haoban-manage3-operation-web/pom.xml
+6
-10
pom.xml
haoban-manage3-web/pom.xml
+1
-15
pom.xml
haoban-manage3-wx/pom.xml
+6
-11
No files found.
haoban-manage3-operation-web/pom.xml
View file @
491f99cd
...
...
@@ -259,17 +259,13 @@
</plugin>
<plugin>
<groupId>
org.
eclipse.jetty
</groupId>
<artifactId>
jetty
-maven-plugin
</artifactId>
<version>
9.4.12.RC
2
</version>
<groupId>
org.
apache.tomcat.maven
</groupId>
<artifactId>
tomcat7
-maven-plugin
</artifactId>
<version>
2.
2
</version>
<configuration>
<stopKey>
gic-mall
</stopKey>
<httpConnector>
<port>
802
</port>
</httpConnector>
<webApp>
<contextPath>
/
</contextPath>
</webApp>
<path>
/haoban-manage3-operation-web
</path>
<port>
9908
</port>
<uriEncoding>
UTF-8
</uriEncoding>
</configuration>
</plugin>
</plugins>
...
...
haoban-manage3-web/pom.xml
View file @
491f99cd
...
...
@@ -275,22 +275,8 @@
</plugin>
<plugin>
<groupId>
org.eclipse.jetty
</groupId>
<artifactId>
jetty-maven-plugin
</artifactId>
<version>
9.4.12.RC2
</version>
<configuration>
<stopKey>
gic-mall
</stopKey>
<httpConnector>
<port>
802
</port>
</httpConnector>
<webApp>
<contextPath>
/
</contextPath>
</webApp>
</configuration>
</plugin>
<plugin>
<groupId>
org.apache.tomcat.maven
</groupId>
<artifactId>
tomcat
6
-maven-plugin
</artifactId>
<artifactId>
tomcat
7
-maven-plugin
</artifactId>
<version>
2.2
</version>
<configuration>
<path>
/haoban-manage3-web
</path>
...
...
haoban-manage3-wx/pom.xml
View file @
491f99cd
...
...
@@ -268,19 +268,14 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>
org.
eclipse.jetty
</groupId>
<artifactId>
jetty
-maven-plugin
</artifactId>
<version>
9.4.12.RC
2
</version>
<groupId>
org.
apache.tomcat.maven
</groupId>
<artifactId>
tomcat7
-maven-plugin
</artifactId>
<version>
2.
2
</version>
<configuration>
<stopKey>
gic-mall
</stopKey>
<httpConnector>
<port>
802
</port>
</httpConnector>
<webApp>
<contextPath>
/
</contextPath>
</webApp>
<path>
/haoban-manage3-wx
</path>
<port>
9909
</port>
<uriEncoding>
UTF-8
</uriEncoding>
</configuration>
</plugin>
</plugins>
...
...
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