Skip to main content

Custom build

Build only what you need

Pick a crawler, a distribution, and the committers you actually use. You get a Maven POM that assembles that distribution, and a Dockerfile that packages it — no fork, no patching, no manual dependency hunting.

Ready-to-run packages
Checking GitHub for the latest release…Looking for version 3.x or earlier? Visit opensource.norconex.com.

Crawler

Distribution

Standard leaves out optional features (clustering, OCR, ...). The generated POM lists each one — delete its exclusions to add it back.

Committers

Built-in committers (Log, JSON, XML, CSV, ...) are always included.

Options

Save as pom.xml and run mvn clean package — your tailored distribution (crawler, selected committers, and all dependencies) is assembled under target/crawler/lib/.

Checking the latest release…

Related