From 9ca0152c1785d43f710594c27df8d50df3efeab7 Mon Sep 17 00:00:00 2001 From: Alexandre Chatiron Date: Fri, 5 Jun 2015 08:59:28 +0800 Subject: [PATCH] [#6] documentation(command): use the correct name for command 'mvn:sources' instead of 'mvn:source' --- documentation/manual/home.textile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/manual/home.textile b/documentation/manual/home.textile index ba8bc39..585cb6f 100644 --- a/documentation/manual/home.textile +++ b/documentation/manual/home.textile @@ -36,6 +36,6 @@ bc. play mvn:refresh // or play mvn:re clears your app/lib folder first, then it executes play mvn:up -bc. play mvn:source // or play mvn:src +bc. play mvn:sources // or play mvn:src retrieves all sources (if available) of defined dependencies and then it copies them into app/lib folder