Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 1.41 KB

README.md

File metadata and controls

36 lines (23 loc) · 1.41 KB

Nexus Repository Manager OSS Codebase

Requirements

Building

To build the project and generate the template assembly use the included Maven wrapper:

./mvnw clean install

Running

To run Nexus, after building, unzip the assembly and start the server:

unzip -d target assemblies/nexus-bundle-template/target/nexus-bundle-template-*.zip
./target/nexus-bundle-template-*/bin/nexus console

The nexus-bundle-template assembly is used as the basis for the official Nexus Repository Manager distributions.