ccristian / caliper

Automatically exported from code.google.com/p/caliper
Apache License 2.0
0 stars 0 forks source link

How to use Caliper in 2014-08 in reality #300

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
this is just a copy&paste help for other users
---------------------------------
git clone https://code.google.com/p/caliper/      (due to unreleased beta-2)

mvn install -Dmaven.test.skip=true     (test skip due to unresolved bug)

then use in POM.xml as 

        <dependency>
            <groupId>com.google.caliper</groupId>
            <artifactId>caliper</artifactId>
            <version>1.0-beta-SNAPSHOT</version>
        </dependency>

every developer in your team has to do this    (due to unreleased beta-2)

Original issue reported on code.google.com by max.at.x...@gmail.com on 6 Aug 2014 at 7:51