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:
parent
2627730b7d
commit
6bcd00145d
9
pom.xml
9
pom.xml
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue