Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
met4j
Manage
Activity
Members
Labels
Code
Merge requests
3
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
metexplore
met4j
Merge requests
!5
skip coverage deploy
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
skip coverage deploy
coverageCiCd
into
master
Overview
0
Commits
1
Pipelines
0
Changes
2
Merged
Ludovic Cottret
requested to merge
coverageCiCd
into
master
3 years ago
Overview
0
Commits
1
Pipelines
0
Changes
2
Expand
👍
0
👎
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
3412d827
1 commit,
3 years ago
2 files
+
9
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
coverage/pom.xml
+
8
−
0
Options
@@ -98,6 +98,14 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>
org.sonatype.plugins
</groupId>
<artifactId>
nexus-staging-maven-plugin
</artifactId>
<extensions>
true
</extensions>
<configuration>
<skipNexusStagingDeployMojo>
true
</skipNexusStagingDeployMojo>
</configuration>
</plugin>
</plugins>
</build>
Loading