Sonatype Nexus - Open Source Edition
- Apache Maven 3.0.4+
- Java 6+
- Groovy 1.7+ (for advanced usage only)
The run Nexus, after building, unzip the assembly and start the server:
unzip -d target assemblies/nexus-bundle-template/target/nexus-bundle-template-*-bundle.zip
./target/nexus-bundle-template-*/bin/nexus console
The nexus-bundle-template
assembly is used as the basis for the official Sonatype Nexus distributions.
Some examples may require Groovy 1.7+
The plugins and testsuite modules can be skipped:
mvn -Dskip-plugins
and:
mvn -Dskip-testsuite
Check for violations:
mvn -Plicense-check -N
Apply header format:
mvn -Plicense-format -N
Normalize line-endings (to UNIX LF style), from project root directory:
groovy ./buildsupport/scripts/fixcrlf.groovy
Same with extra configuration ( -D must be before script ):
groovy -Dfixlast=true ./buildsupport/scripts/fixcrlf.groovy