Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
spring-boot-admin
Project
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
openSource
spring-boot-admin
Commits
daa2e31e
Commit
daa2e31e
authored
Nov 06, 2015
by
Johannes Edmeier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Deploy snapshot builds to sonatype-repo
parent
71c1f1e6
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
1 deletion
+16
-1
.travis.yml
.travis.yml
+2
-1
deploy-settings.xml
deploy-settings.xml
+14
-0
No files found.
.travis.yml
View file @
daa2e31e
...
...
@@ -5,7 +5,8 @@ before_install:
-
"
export
DISPLAY=:99.0"
-
"
sh
-e
/etc/init.d/xvfb
start"
script
:
mvn clean
install
script
:
mvn clean
verify
after_success
:
-
mvn jacoco:report coveralls:report
-
"
[[
${TRAVIS_PULL_REQUEST}
==
'false'
]]
&&
[[
${TRAVIS_TAG}
==
''
]]
&&
mvn
deploy
-DreposityId=sonatype-nexus-snapshots
-DskipTests
--settings
deploy-settings.xml"
deploy-settings.xml
0 → 100644
View file @
daa2e31e
<settings>
<servers>
<server>
<id>
sonatype-nexus-snapshots
</id>
<username>
${env.OSSRH_USER}
</username>
<password>
${env.OSSRH_PASS}
</password>
</server>
<server>
<id>
sonatype-nexus-staging
</id>
<username>
${env.OSSRH_USER}
</username>
<password>
${env.OSSRH_PASS}
</password>
</server>
</servers>
</settings>
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