

If true, then it will force an overwrite.

Type is only used with the classifier and defaults to java-sources. For example:Īrtifacts can also be resolved by specifying the classifier and optionally type. The artifacts can be unpacked in subfolders based on type. To include only direct dependencies, set the excludeTransitive parameter to true.ĭependencies can be included or excluded by a list of types. Unpack-dependencies includes transitive dependencies by default. It will resolve the dependencies (including transitive dependencies) from the repository and unpack them to the specified location. This goal can be bound to a lifecycle and configured in your pom.xml. The goal can also be launched from the command line like: mvn dependency:copy-dependencies See the Overwrite Rules section for rules about how overwriting is handled.

Note: As of 2.0-alpha-5, you may mix includes and excludes of the same category (ie scope). For example: mvn dependency:copy-dependencies -Dclassifier=sources will try to find the sources for all dependencies and copy them.Īlso included is the ability to include or exclude by type (war, jar etc), scope (runtime, test, etc), classifier (jdk14, sources, etc), groupId, artifactId, or a combination of them.

For example: \outputDirectory\jars\junit-junit-3.8.1\Īrtifacts can also be resolved by specifying the classifier and optionally type. This feature also works with the subfolders per type. For example: \outputDirectory\junit-junit-3.8.1 The artifacts can be placed in a subfolder per artifact. The artifacts can be placed in subfolders based on type. It will resolve the dependencies (including transitive dependencies) from the repository and place a copy in the specified location. This goal can be bound to a lifecycle phase and configured in your pom.xml.
Apache directory studio doesnt work with java 8 install#
When trying to update last version of apache directory studio, it fails due to following error and it is impossible to achieve the update:Ĭannot complete the install because one or more required items could not be found.
