Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Running the command "mvn clean process-sources" will create the correct file and folder structure in ./target/docker-stage so one can then navigate to that folder and build the docker image with the command "docker build ."  I expect that the "docker build profile" in the pom.xml file requires special privileges because it deploys the image to NEXUS_DOCKER_REPO.

...