Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
CRS Conversion
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
OSDU
OSDU Data Platform
System
Reference and Helper Services
CRS Conversion
Commits
4bd71c3b
Commit
4bd71c3b
authored
4 years ago
by
Denis Karpenok (EPAM)
Browse files
Options
Downloads
Patches
Plain Diff
GO3NRG-933 Sonar
parent
9c7602f3
No related branches found
Branches containing commit
No related tags found
Tags containing commit
4 merge requests
!27
Gcp fix sonar comments (GONRG-1371)
,
!22
Security configuration to CRS modules (GONRG-1220)
,
!17
Removed unhardcode repositories and distribution management from all poms (GONRG-1058)
,
!10
Fix Spring Context for GCP (GONRG-950)
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
provider/crs-converter-gcp/crs-converter-gae/pom.xml
+19
-0
19 additions, 0 deletions
provider/crs-converter-gcp/crs-converter-gae/pom.xml
with
19 additions
and
0 deletions
provider/crs-converter-gcp/crs-converter-gae/pom.xml
+
19
−
0
View file @
4bd71c3b
...
...
@@ -54,6 +54,25 @@
<deploy.stopPreviousVersion>
true
</deploy.stopPreviousVersion>
</configuration>
</plugin>
<plugin>
<groupId>
org.jacoco
</groupId>
<artifactId>
jacoco-maven-plugin
</artifactId>
<version>
0.7.7.201606060606
</version>
<executions>
<execution>
<goals>
<goal>
prepare-agent
</goal>
</goals>
</execution>
<execution>
<id>
report
</id>
<phase>
prepare-package
</phase>
<goals>
<goal>
report
</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
...
...
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