Print build classpath.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Sun, 14 May 2017 22:01:50 +0300
changeset 2135 3b94fc89d75a
parent 2134 a83e8b6cbf8b
child 2136 3f34a66e6a2a
Print build classpath.
maven.rst
--- a/maven.rst	Sun May 14 21:58:34 2017 +0300
+++ b/maven.rst	Sun May 14 22:01:50 2017 +0300
@@ -124,6 +124,10 @@
 
   $ mvn versions:use-latest-releases -Dincludes=$groupId:$artifactId
 
+Print build classpath::
+
+  $ mvn dependency:build-classpath
+
 Download all external dependencies sources and javadocs
 =======================================================
 ::