JFrog Pipelines - Maven HelloWorld sample

This is a sample of a simple HelloWorld Java application that is built with Maven by a JFrog pipeline.

Maven HelloWorld Pipeline

This example was built upon the jfrog-pipelines-maven-sample and (artifactory-maven-plugin-example)[https://github.com/jfrog/project-examples/tree/master/artifactory-maven-plugin-example] samples.

For detailed instructions on how to setup a JFrog pipeline, as well as explanation of its configuration, refer to the JFrog Pipelines Step-by-Step or to the Pipelines Example: Build a Maven project documentation pages.


Summarized setup instructions

  1. Fork this project

  2. Have your maven repositories created in your artifactory server

  3. Add integrations for both your artifactory server and your git account to connect to the repository created in the step (1)

  4. Updtate values.yml with your own values, see inline comments in the file for guidance

  5. Add your git repo from (1) as a pipeline source

  6. Once the new pipeline source is successfully resolved, go to "Pipelines > My Pipelines" in Artifactory and click on your pipeline's name, which is ready to be executed.


jfrog-maven-log4j