Top "Dependency-management" questions

The management of dependencies, for example third party libraries, that are used by a software project.

Maven dependency resolution and scope overriding

Disclaimer (I originally asked the question in a very detailed manner over here. I've excerpted it here as the maven-users …

maven dependency-management maven-ear-plugin
Solving Maven dependency convergence issues

I use the maven-enforcer-plugin to check for dependency convergence issues. A typical output would be: [WARNING] Rule 1: org.apache.maven.…

java maven dependency-management maven-enforcer-plugin
When installing packages with Yarn, what does "incorrect peer dependency" mean?

I'm just cloned a repo, which recommends the use of Yarn to install dependencies. When I run yarn install, it …

javascript dependencies dependency-management node-modules yarnpkg
Change maven dependency for artifact using classifier

With the maven jar plugin I build two jar: bar-1.0.0.jar and bar-1.0.0-client.jar. Actually in my POM I …

maven-2 maven-plugin dependency-management classification maven-jar-plugin
How to remove Modules from a Intellij Maven Project permanently?

I am currently working on a larger scale Maven-based project in IntelliJIdea 12.1.6 Ultimate. I have been working with IntelliJIdea since …

java maven intellij-idea dependency-management
In a Maven multi-module project, how can I disable a plugin in one child?

I have a maven multi-module project (boy, I've written that opening way too many times on this site). Almost all …

maven plugins reporting dependency-management
Package is missing dependencies for libraries - OpenWRT

I am trying to compile OpenWRT with a custom package I have made inside it. Here is the OpenWRT Makefile …

dependencies package libraries dependency-management openwrt
The project contains another dependency with the same archive name

I'm seeing the following error (and a couple of others like it) in my markers: Invalid classpath publish/export dependency …

eclipse dependency-management m2e m2e-wtp
dependencyManagement and scope

I usually put a <dependencyManagement> section in parent-project/pom.xml. This <dependencyManagement> section contains declaration and …

maven dependency-management
'Provided' dependency in Gradle

I have build.gradle in front of me and there are some dependencies declared as provided but in documentation I …

java gradle dependency-management