Make your Java compile and test workloads faster, consistent, and reliable, without migrating away from Maven.
Save time by caching compile and test jobs, shared across your local and continuous integration environments.
Contact UsSpeed up your local development by distributing jobs across as many remote machines your compile and test jobs can take advantage of.
Contact UsDrop in to your existing Maven projects with ease.
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<executable>/bin/jrecc</executable>
</configuration>
</plugin>
Contact Us
Run all your tests in parallel, and cache the results for fast verification.
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<jvm>/jrecc/bin/java</jvm>
</configuration>
</plugin>
Contact Us