Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Raptor Engineering Public Development
Jitsi
jaxb-api
Commits
9632c0b7
Commit
9632c0b7
authored
5 years ago
by
Tomas Kraus
Committed by
Lukas Jungmann
5 years ago
Browse files
Options
Download
Email Patches
Plain Diff
Update bontinuous and release scripts.
Signed-off-by:
Tomas Kraus
<
Tomas.Kraus@oracle.com
>
parent
78eb485f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
etc/jenkins/continuous.sh
etc/jenkins/continuous.sh
+2
-2
etc/jenkins/release.sh
etc/jenkins/release.sh
+1
-1
No files found.
etc/jenkins/continuous.sh
View file @
9632c0b7
...
...
@@ -13,6 +13,6 @@
# N/A
echo
'-[ Jakarta XML Binding Specification Build ]------------------------------------'
(
cd
spec
&&
mvn
-U
-C
-
Psnapshots
,oss-release
-Dstatus
=
'DRAFT'
clean
install
deploy
)
(
cd
spec
&&
mvn
-U
-C
-
B
-Dstatus
=
'DRAFT'
clean
install
)
echo
'-[ Jakarta XML Binding API Build ]----------------------------------------------'
mvn
-U
-C
-Psnapshots
,oss-release clean
install
spotbugs:spotbugs
deploy
mvn
-U
-C
-B
-V
-Psnapshots
,oss-release clean
deploy
spotbugs:spotbugs
This diff is collapsed.
Click to expand it.
etc/jenkins/release.sh
View file @
9632c0b7
...
...
@@ -85,7 +85,7 @@ drop_artifacts "${API_STAGING_KEY}" "${API_DIR}"
echo
'-[ Deploy artifacts to staging repository ]-----------------------------'
# Verify, sign and deploy release
(
cd
${
API_DIR
}
&&
\
mvn
-U
-C
\
mvn
-U
-C
-B
-V
\
-Poss-release
,staging
-DskipTests
\
-DstagingDescription
=
"
${
API_STAGING_DESC
}
"
\
clean
${
MVN_DEPLOY_ARGS
}
)
...
...
This diff is collapsed.
Click to expand it.
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