maven-assembly-plugin icon indicating copy to clipboard operation
maven-assembly-plugin copied to clipboard

Apache Maven Assembly Plugin

Results 33 maven-assembly-plugin issues
Sort by recently updated
recently updated
newest added

Bumps `slf4jVersion` from 1.7.5 to 2.0.0. Updates `slf4j-api` from 1.7.5 to 2.0.0 Commits 0614d46 prepare release 2.0.0 b1afcd0 javadoc edits 20cd3ad start work on 2.0.0-SNAPSHOT aeebb61 prepare release 2.0.0-beta1 1068cd0...

dependencies
java

Bumps [mockito-core](https://github.com/mockito/mockito) from 4.6.1 to 4.7.0. Release notes Sourced from mockito-core's releases. v4.7.0 Changelog generated by Shipkit Changelog Gradle Plugin 4.7.0 2022-08-13 - 33 commit(s) by 198812345678, Andy Coates, Chen...

dependencies
java

Bumps [postgresql](https://github.com/pgjdbc/pgjdbc) from 42.3.3 to 42.4.1. Release notes Sourced from postgresql's releases. 42.4.0 What's Changed Enhancement: Made TimestampUtils.utcTz static and renamed to UTC_TIMEZONE by @​svendiedrichsen in pgjdbc/pgjdbc#2519 fix: return correct...

dependencies
java

Bumps [maven-plugins](https://github.com/apache/maven-parent) from 36 to 37. Release notes Sourced from maven-plugins's releases. 37 What's Changed [MPOM-317] Upgrade fluido skin to 1.11.0 by @​slawekjaranowski in apache/maven-parent#66 Bump maven-pmd-plugin from 3.16.0 to...

dependencies
java

Bumps [plexus-utils](https://github.com/sonatype/plexus-utils) from 1.3 to 3.0.16. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.codehaus.plexus:plexus-utils&package-manager=maven&previous-version=1.3&new-version=3.0.16)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies
java

Bumps [plexus-utils](https://github.com/sonatype/plexus-utils) from 1.4.3 to 3.0.16. Commits cf317f9 [maven-release-plugin] prepare release plexus-utils-3.0.16 26e3ae8 Remove incorrect tag element 99639d6 Little test to mimic ${project.artifactMap(g:a:c)} usage 5d46979 Needs to build with 1.7...

dependencies
java

Bumps [plexus-utils](https://github.com/sonatype/plexus-utils) from 1.3 to 3.0.16. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.codehaus.plexus:plexus-utils&package-manager=maven&previous-version=1.3&new-version=3.0.16)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies
java

This is an integration test illustrating the regression. It doesn't fix it. Following this checklist to help us incorporate your contribution quickly and easily: - [x] Make sure there is...

use main list of remote repositories when build dependency set. Fix for https://issues.apache.org/jira/browse/MASSEMBLY-874 Logic of fix is somewhat similar to https://github.com/apache/maven-assembly-plugin/commit/d9a06f5559fadc6275db4b4d3dc49b0d81f77385 : set actual remote repositories inside `ProjectBuildingRequest` See comment...

https://issues.apache.org/jira/browse/MASSEMBLY-832 Maven allows to declare dependencies as [optional](https://maven.apache.org/guides/introduction/introduction-to-optional-and-excludes-dependencies.html) and this is important for various reasons (e.g., avoiding licensing problems). This change provides a convenient way to include/exclude optional dependencies in...