Maven requires the Java Development Kit. Run your container with the necessary JDK version for your project.
turbo run oracle/jdk,apache/maven
Once you're in the container, for a list of Maven commands enter:
mvn --help
Here's an example of how to use Maven to build and test a project:
# Use Mercurial, JDK, and Maven
> turbo run oracle/jdk,mercurial/mercurial,apache/maven
# In the container, clone a project
(123) > hg clone https://bitbucket.org/torakiki/sejda
# Then use Maven to test
(123) > cd sejda && mvn clean test
No release notes
This repository does not have an EULA
Actions