You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
spring-boot/spring-boot-tools
Stephane Nicoll 15501eaafb Exclude support in the maven plugin
This commit provides several options to exclude one or more
dependencies:

* excludes allows to specify an arbitrary number of exclude sub
  element defining the groupId and artifactId of the dependency
  to exclude
* excludedGroupIds defines the comma separated list of groupIds
  to exclude
* excludeArtifactIds defines the comma separated list of artifactIds
  to exclude

While any artifact can be excluded, this is designed to exclude
provided-scoped dependencies that should not be bundled in the
executable jar/war.

The outcome of java -jar myapp.jar should be consistent with the run
goal: these exclusions are therefore applied to the classpath that
the run goal computes to launch the application.

This commit also adds some integration tests and updates the
plugin's documentation

Fixes gh-649, gh-650 and gh-674
11 years ago
..
spring-boot-dependency-tools Add maven implicit plugin group ID 11 years ago
spring-boot-gradle-plugin Harmonized maven dependency management 11 years ago
spring-boot-loader Add maven implicit plugin group ID 11 years ago
spring-boot-loader-tools Harmonized maven dependency management 11 years ago
spring-boot-maven-plugin Exclude support in the maven plugin 11 years ago
pom.xml Move master to 1.1.0.BUILD-SNAPSHOT 11 years ago