You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by el...@apache.org on 2014/10/29 06:10:28 UTC

[7/8] git commit: Fixed a wrong comment

Fixed a wrong comment

Project: http://git-wip-us.apache.org/repos/asf/directory-fortress-core/repo
Commit: http://git-wip-us.apache.org/repos/asf/directory-fortress-core/commit/bc5c551f
Tree: http://git-wip-us.apache.org/repos/asf/directory-fortress-core/tree/bc5c551f
Diff: http://git-wip-us.apache.org/repos/asf/directory-fortress-core/diff/bc5c551f

Branch: refs/heads/master
Commit: bc5c551fe2bbd1955271728b575b5aef9699aea9
Parents: 11a7d59
Author: Emmanuel Lécharny <el...@symas.com>
Authored: Wed Oct 29 06:08:37 2014 +0100
Committer: Emmanuel Lécharny <el...@symas.com>
Committed: Wed Oct 29 06:08:37 2014 +0100

----------------------------------------------------------------------
 pom.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/directory-fortress-core/blob/bc5c551f/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index bee8ea0..b134014 100644
--- a/pom.xml
+++ b/pom.xml
@@ -152,7 +152,8 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs
     <!-- This is a hack to allow someone to release             -->
     <!-- without having to run the tests. In order to           -->
     <!-- do so, just tpe :                                      -->
-    <!-- mvn release:prepare -Drelease.arguments="-N -Prelease" -->
+    <!-- mvn release:prepare                                    --> 
+    <!--            -Drelease.arguments="-DskipTests -Prelease" -->
     <!-- =====================================================  -->
     <release.arguments></release.arguments>
   </properties>