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
f133cb38
Commit
f133cb38
authored
5 years ago
by
Tomas Kraus
Committed by
Lukas Jungmann
5 years ago
Browse files
Options
Download
Email Patches
Plain Diff
Modified spec build arguments.
Signed-off-by:
Tomas Kraus
<
Tomas.Kraus@oracle.com
>
parent
34ae0644
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
etc/jenkins/continuous.sh
etc/jenkins/continuous.sh
+1
-1
etc/jenkins/release.sh
etc/jenkins/release.sh
+1
-0
No files found.
etc/jenkins/continuous.sh
View file @
f133cb38
...
...
@@ -13,6 +13,6 @@
# N/A
echo
'-[ Jakarta XML Binding Specification Build ]------------------------------------'
(
cd
spec
&&
mvn
-U
-C
-Psnapshots
,oss-release clean
install
deploy
)
(
cd
spec
&&
mvn
-U
-C
-Psnapshots
,oss-release
-Dstatus
=
'DRAFT'
clean
install
deploy
)
echo
'-[ Jakarta XML Binding API Build ]----------------------------------------------'
mvn
-U
-C
-Psnapshots
,oss-release clean
install
spotbugs:spotbugs deploy
This diff is collapsed.
Click to expand it.
etc/jenkins/release.sh
View file @
f133cb38
...
...
@@ -102,6 +102,7 @@ echo '-[ Deploy artifacts to staging repository ]-----------------------------'
(
cd
${
SPEC_DIR
}
&&
\
mvn
-U
-C
\
-Poss-release
,staging
-DskipTests
\
-Dstatus
=
'Final Release'
\
-DstagingDescription
=
"
${
SPEC_STAGING_DESC
}
"
\
clean
${
MVN_DEPLOY_ARGS
}
)
(
cd
${
API_DIR
}
&&
\
...
...
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