Dear Wiki user, You have subscribed to a wiki page or wiki category on "Hadoop Wiki" for change notification.
The "Hbase/IvyPrimer" page has been changed by stack. http://wiki.apache.org/hadoop/Hbase/IvyPrimer?action=diff&rev1=6&rev2=7 -------------------------------------------------- + = HBase (trunk, 0.21.0) uses Maven! This page is now obsolete! = + = HBase (trunk, 0.21.0) uses Maven! This page is now obsolete! = + = HBase (trunk, 0.21.0) uses Maven! This page is now obsolete! = + + - HBase (trunk, 0.21.0) uses [[http://ant.apache.org/ivy/|Ivy]] as the dependency manager to resolve dependencies - [[https://issues.apache.org/jira/browse/HBASE-1433|HBASE-1433]] (There has been an interest to eventually migrate to maven. Interested people can contribute to the same at - [[https://issues.apache.org/jira/browse/HBASE-2099|HBASE-2099]]). This page has some notes on whats involved now we use Ivy and toward the end there is an FAQ. + [[http://ant.apache.org/ivy/|Ivy]] as the dependency manager to resolve dependencies - [[https://issues.apache.org/jira/browse/HBASE-1433|HBASE-1433]] (There has been an interest to eventually migrate to maven. Interested people can contribute to the same at - [[https://issues.apache.org/jira/browse/HBASE-2099|HBASE-2099]]). This page has some notes on whats involved now we use Ivy and toward the end there is an FAQ. == Ivy Internals == Ivy is a plugin that fits nicely with Ant and hence needs no separate software, other than Ant itself. (See Ant page for more details). @@ -75, +80 @@ * Modify ivy/ivysettings.xml to add a file/directory based resolver at the beginning. * In the chain of resolvers, add the new resolver right on top before everything else (as the order matters). - So - now we are good with the build able to complete from our internally controlled repository as opposed to being exposed to the outside world. + So - now we are good with the build able to complete from our internally controlled repository as opposed to being exposed to the outside world. + = HBase (trunk, 0.21.0) uses Maven! This page is now obsolete! = + = HBase (trunk, 0.21.0) uses Maven! This page is now obsolete! = + = HBase (trunk, 0.21.0) uses Maven! This page is now obsolete! = +
