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 KonstantinBoudnik. http://wiki.apache.org/hadoop/HowToContribute?action=diff&rev1=40&rev2=41 -------------------------------------------------- {{{ common$ ant clean jar mvn-install }}} + . 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>> {{{
