Skip to content

flatwhite/nexus-2.x

Folders and files

NameName
Last commit message
Last commit date
Mar 11, 2016
Jan 26, 2016
Apr 12, 2016
Apr 12, 2016
Apr 12, 2016
Apr 12, 2016
Jan 26, 2016
Jul 31, 2015
Jul 31, 2015
Aug 4, 2015
Aug 4, 2015
Dec 16, 2015
Aug 4, 2015
Mar 11, 2016
Mar 11, 2016
Mar 11, 2016
Apr 12, 2016

Repository files navigation

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.