You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by GitBox <gi...@apache.org> on 2021/12/15 13:24:26 UTC

[GitHub] [accumulo-testing] ctubbsii opened a new pull request #180: Bump parent POM and plugin versions

ctubbsii opened a new pull request #180:
URL: https://github.com/apache/accumulo-testing/pull/180


   Update pom.xml with updated parent POM and newer plugin versions
   Add javadoc rules to stop warnings on missing unnecessary standard tags


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@accumulo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [accumulo-testing] ctubbsii commented on pull request #180: Bump parent POM and plugin versions

Posted by GitBox <gi...@apache.org>.
ctubbsii commented on pull request #180:
URL: https://github.com/apache/accumulo-testing/pull/180#issuecomment-994820637


   > Was able to build the shaded jar and ingest some data with CI. I did notice there are a bunch of new warnings when creating the shaded jar though. They are mostly about jars defining an overlapping resource:
   > 
   > [WARNING] accumulo-core-2.1.0-SNAPSHOT.jar, accumulo-hadoop-mapreduce-2.1.0-SNAPSHOT.jar, accumulo-start-2.1.0-SNAPSHOT.jar, accumulo-testing-2.0.0-SNAPSHOT.jar, audience-annotations-0.5.0.jar, datasketches-java-3.0.0.jar, datasketches-memory-2.0.0.jar, htrace-core4-4.1.0-incubating.jar, httpclient-4.5.10.jar, log4j-1.2-api-2.4.jar, log4j-api-2.4.jar, log4j-slf4j-impl-2.4.jar, zookeeper-3.5.9.jar, zookeeper-jute-3.5.9.jar define 1 overlapping resource: 
   > [WARNING]   - META-INF/DEPENDENCIES
   
   Nice. Those warnings are super helpful when troubleshooting a shaded jar. It's outside the scope of this PR to fix those, though. That particular file, META-INF/DEPENDENCIES can probably just be excluded entirely. It's not a useful file, but automatically gets added by the maven-remote-resources-plugin defined in the Apache parent POM, so a lot of Apache projects are likely to have that (useless) file.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@accumulo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [accumulo-testing] ctubbsii merged pull request #180: Bump parent POM and plugin versions

Posted by GitBox <gi...@apache.org>.
ctubbsii merged pull request #180:
URL: https://github.com/apache/accumulo-testing/pull/180


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@accumulo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org