HikariCP icon indicating copy to clipboard operation
HikariCP copied to clipboard

add mission groupId in pom.xml.

Open wanglunhui2012 opened this issue 2 years ago • 4 comments

wanglunhui2012 avatar Oct 31 '21 13:10 wanglunhui2012

Codecov Report

Merging #1868 (9ed0e1b) into dev (ed2da5f) will decrease coverage by 0.13%. The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff              @@
##                dev    #1868      +/-   ##
============================================
- Coverage     70.75%   70.61%   -0.14%     
+ Complexity      575      573       -2     
============================================
  Files            26       26              
  Lines          2171     2171              
  Branches        311      311              
============================================
- Hits           1536     1533       -3     
- Misses          484      485       +1     
- Partials        151      153       +2     
Impacted Files Coverage Δ
...ain/java/com/zaxxer/hikari/util/ConcurrentBag.java 73.40% <0.00%> (-2.13%) :arrow_down:
...n/java/com/zaxxer/hikari/pool/ProxyConnection.java 77.84% <0.00%> (-0.64%) :arrow_down:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update ed2da5f...9ed0e1b. Read the comment docs.

codecov[bot] avatar Nov 08 '21 21:11 codecov[bot]

The group ID org.apache.maven.plugins is the default group ID in Maven. Therefor there is no need to specify it. See the Maven POM XSD: https://maven.apache.org/xsd/maven-4.0.0.xsd

siepkes avatar Nov 15 '21 07:11 siepkes

The group ID org.apache.maven.plugins is the default group ID in Maven. Therefor there is no need to specify it. See the Maven POM XSD: https://maven.apache.org/xsd/maven-4.0.0.xsd

But this will prompt error in my IDEA.

wanglunhui2012 avatar Nov 15 '21 07:11 wanglunhui2012

In that case you could file an issue with your IDE vendor. Because as you can see in the Maven POM XSD org.apache.maven.plugins is the default group ID. Thats also why running mvn package works.

siepkes avatar Nov 15 '21 07:11 siepkes