This is a simple Java application to demonstrate integration with Jenkins.
- Clone the repository.
- Navigate to the project directory.
- Run
mvn clean package
to build the project. - Execute the application with
java -cp target/simple-java-app-1.0-SNAPSHOT.jar com.example.App
.