Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
T
TbUIS-UIS
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Pavel Herout
TbUIS-UIS
Commits
4f373ffb
Commit
4f373ffb
authored
4 years ago
by
Radek Vais
Browse files
Options
Downloads
Patches
Plain Diff
NoIssue - Setup apache-maven-plugin for local uis deployment
parent
e3f767d7
No related branches found
Branches containing commit
Tags
release-1_7_1
Tags containing commit
1 merge request
!3
Bugfix v1 7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
pom.xml
+6
-10
6 additions, 10 deletions
pom.xml
with
6 additions
and
10 deletions
pom.xml
+
6
−
10
View file @
4f373ffb
...
...
@@ -229,18 +229,14 @@
<groupId>
org.apache.tomcat.maven
</groupId>
<artifactId>
tomcat7-maven-plugin
</artifactId>
<version>
2.2
</version>
<configuration>
<url>
http://localhost:8080/manager/text
</url>
<server>
TomcatServer
</server>
<path>
/UIS
</path>
</configuration>
</plugin>
</plugins>
<pluginManagement>
<plugins>
<plugin>
<groupId>
org.apache.tomcat.maven
</groupId>
<artifactId>
tomcat7-maven-plugin
</artifactId>
<version>
2.2
</version>
</plugin>
</plugins>
</pluginManagement>
</build>
</project>
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment