Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save ezhov-da/c515d24921554d0d66e23e2388775c0b to your computer and use it in GitHub Desktop.
Save ezhov-da/c515d24921554d0d66e23e2388775c0b to your computer and use it in GitHub Desktop.
Анализ зависимостей
<!-- ==> http://books.sonatype.com/mvnex-book/reference/index.html -->
<!--
Анализ зависимостей без сторонних плагинов
mvn dependency:tree -Dscope=test
-->
<!--dependency:analyze-->
<plugin>
<artifactId>maven-dependency-plugin</artifactId>
<version>2.8</version>
</plugin>
<!--
dependency:tree
help:effective-pom
mvn archetype:generate
-->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment