HBASE-6795 mvn compile fails on a fresh checkout with empty ~/.m2/repo

git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1387338 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael Stack 2012-09-18 20:03:50 +00:00
parent 2627730b7d
commit 6bcd00145d
1 changed files with 9 additions and 0 deletions

View File

@ -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>