Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
monticore
EmbeddedMontiArc
generators
EMAM2Wasm
Commits
6324165f
Verified
Commit
6324165f
authored
Apr 17, 2018
by
Stefan Brunecker
Browse files
Add deployment
parent
73445515
Changes
2
Hide whitespace changes
Inline
Side-by-side
.travis.yml
View file @
6324165f
...
...
@@ -33,4 +33,5 @@ jobs:
after_success
:
-
bash <(curl -s https://codecov.io/bash) || echo "Codecov did not collect coverage reports"
#- mvn deploy --settings "./settings.xml"
after_success
:
-
if [ "${TRAVIS_BRANCH}" == "master" ]; then mvn -B deploy --settings "./settings.xml"; fi
pom.xml
View file @
6324165f
...
...
@@ -348,16 +348,16 @@
</profile>
</profiles>
<!--
<distributionManagement>
<distributionManagement>
<repository>
<id>
internal.repo
</id>
<name>Temporary Staging Repository</name>
<url>file://${project.build.directory}/external-dependencies</url>
<name>
Temporary Staging Repository
</name>
<url>
file://${project.build.directory}/external-dependencies
</url>
</repository>
<snapshotRepository>
<id>internal.repo</id>
<url>file://${project.build.directory}/external-dependencies</url>
<id>
internal.repo
</id>
<url>
file://${project.build.directory}/external-dependencies
</url>
</snapshotRepository>
</distributionManagement>
-->
</distributionManagement>
</project>
\ No newline at end of file
Write
Preview
Supports
Markdown
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