Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
X
xwiki-platform
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
XWiki
xwiki-platform
Commits
46487f45
Commit
46487f45
authored
11 months ago
by
Thomas Mortagne
Committed by
Vincent Massol
9 months ago
Browse files
Options
Downloads
Patches
Plain Diff
[Misc] Move to develocity-maven-extension
parent
0208d648
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.mvn/develocity.xml
+2
-1
2 additions, 1 deletion
.mvn/develocity.xml
with
2 additions
and
1 deletion
.mvn/develocity.xml
+
2
−
1
View file @
46487f45
...
...
@@ -30,8 +30,9 @@
<!-- Always publish build scans on CI but on demand for devs so that we don't get false positives on ge.xwiki.org
due to local changes from users and so that it doesn't pollute the ge.xwiki.org data.
To force publishing a build scan: -Dscan -->
<publishing>
<publishing>
<onlyIf>
<![CDATA[env['CI'] != null]]>
</onlyIf>
<onlyIf>
<![CDATA[authenticated]]>
</onlyIf>
</publishing>
<captureGoalInputFiles>
true
</captureGoalInputFiles>
<!-- Use background scans only locally to avoid potential issues on CI (the ephemeral docker agent could terminate
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment