mirror of
https://github.com/nasa/openmct.git
synced 2025-04-19 08:36:24 +00:00
Merge remote-tracking branch 'upstream/master' into mobile
This commit is contained in:
commit
678d11832c
6
.gitignore
vendored
6
.gitignore
vendored
@ -3,9 +3,13 @@
|
||||
*.gzip
|
||||
*.tgz
|
||||
*.DS_Store
|
||||
*.idea
|
||||
|
||||
*.sass-cache
|
||||
|
||||
# Intellij project configuration files
|
||||
*.idea
|
||||
*.iml
|
||||
|
||||
# External dependencies
|
||||
|
||||
# Build output
|
||||
|
11
pom.xml
11
pom.xml
@ -176,6 +176,17 @@
|
||||
</executions>
|
||||
</plugin>
|
||||
|
||||
<!-- To start this WAR in an embedded Tomcat Servlet Container -->
|
||||
<plugin>
|
||||
<groupId>org.apache.tomcat.maven</groupId>
|
||||
<artifactId>tomcat7-maven-plugin</artifactId>
|
||||
<version>2.2</version>
|
||||
<configuration>
|
||||
<httpPort>8080</httpPort>
|
||||
<path>/mct</path>
|
||||
</configuration>
|
||||
</plugin>
|
||||
|
||||
</plugins>
|
||||
</build>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user