Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 322 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 322 Bytes

Simple Java App

This is a simple Java application to demonstrate integration with Jenkins.

How to Run

  1. Clone the repository.
  2. Navigate to the project directory.
  3. Run mvn clean package to build the project.
  4. Execute the application with java -cp target/simple-java-app-1.0-SNAPSHOT.jar com.example.App.