Objective: Build and Deploy Java application to a Nexus Repository
a. Installed and Run Nexus on Digital Ocean (Ubuntu) b. Opened port 8081 by modifying Networking settings. c. When you run Nexus, the app creates a default repository. d. Open the pom.xml and configure Nexus URL e. Added credentials within .m2 so that Nexus allow me to upload remotely. f. Once all of these requisites are done, I followed these steps:
Step 1: Build the JAR (mvn package)
Step 2: Deploy JAR to Nexus (mvn deploy)
Step 3: Review Artifact in Nexus Repository
Step 1: Create a config file
Step 2: Make basic change and commit change
Step 3: Open CircleCI with a previously repository in Github
Step 4: Review CircleCI Build Process
Step 5: Refresh Github Repository
Step 6: Review comment








