Skip to content

harness-community/test-jenkins-to-harness

Repository files navigation

jenkins-to-harness

This project demonstrates how to set up a Java project with support for Ant, Maven, and Gradle builds, along with SonarQube integration.

Project Structure

  • src: Contains the source code and resources.
  • build.xml: Ant build script.
  • pom.xml: Maven build script.
  • build.gradle: Gradle build script.
  • settings.gradle: Gradle settings file.
  • sonar-project.properties: Configuration for SonarQube analysis.

Building the Project

Ant

Run the following command from the root directory:

ant -f build.xml

Maven

Run the following command from the root directory:

mvn clean install

Gradle

Run the following command from the root directory:

gradle build

Sonarqube

Run the following command from the root directory:

sonar-scanner

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages