You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by st...@apache.org on 2012/09/18 22:03:51 UTC

svn commit: r1387338 - /hbase/trunk/pom.xml

Author: stack
Date: Tue Sep 18 20:03:50 2012
New Revision: 1387338

URL: http://svn.apache.org/viewvc?rev=1387338&view=rev
Log:
HBASE-6795 mvn compile fails on a fresh checkout with empty ~/.m2/repo

Modified:
    hbase/trunk/pom.xml

Modified: hbase/trunk/pom.xml
URL: http://svn.apache.org/viewvc/hbase/trunk/pom.xml?rev=1387338&r1=1387337&r2=1387338&view=diff
==============================================================================
--- hbase/trunk/pom.xml (original)
+++ hbase/trunk/pom.xml Tue Sep 18 20:03:50 2012
@@ -18,6 +18,15 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+
+
+  ON MVN COMPILE NOT WORKING
+
+  If you wondering why 'mvn compile' does not work building HBase
+  (in particular, if you are doing it for the first time), instead do
+  'mvn package'.  If you are interested in the full story, see
+  https://issues.apache.org/jira/browse/HBASE-6795.
+
 -->
   <modelVersion>4.0.0</modelVersion>
   <parent>