You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by Apache Wiki <wi...@apache.org> on 2011/09/23 13:21:35 UTC

[Hadoop Wiki] Trivial Update of "HowToContribute" by SteveLoughran

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Hadoop Wiki" for change notification.

The "HowToContribute" page has been changed by SteveLoughran:
http://wiki.apache.org/hadoop/HowToContribute?action=diff&rev1=62&rev2=63

Comment:
mavenise a bit of text. 

   {{{
  hadoop-common$ mvn clean install -DskipTests
  }}}
-  . A word of caution: `mvn-install` pushes the artifacts into your local Maven repository which is shared by all your projects.
+  . A word of caution: `mvn install` pushes the artifacts into your local Maven repository which is shared by all your projects.
   * Switch to the dependent project and make any changes there (e.g., that rely on a new API you introduced in common).
   * When you are ready, recompile and test this -- using the local mvn repository instead of the public Hadoop repository:<<BR>>
   {{{