build-convex

Installation
SKILL.md

Build Convex

Build the Convex Maven project. Requires Java 21+ (JDK 25 recommended) and Maven 3.7+.

Run every command from the repository root — that is already the working directory, so do not cd anywhere first. Use ./mvnw in preference to mvn when the wrapper is present, so the build uses the pinned Maven version.

Parse $ARGUMENTS for two things:

  • a module name (any argument starting convex-), e.g. convex-core
  • the --test flag

Full build, skipping tests

The default when no arguments are given:

Installs
19
GitHub Stars
117
First Seen
May 16, 2026
build-convex — convex-dev/convex