Skip to content

adhar-io/adhar-maven-parent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

adhar-maven-parent

Maven parent for Adhar Platform applications and services

Basic Details

This project serves as the Maven parent for all Adhar Platform applications and services. It provides common configurations and dependencies to streamline the development process.

Prerequisites

  • Java 17 or higher
  • Maven 3.9.0 or higher

Getting Started

To get started with this project, follow these steps:

  1. Clone the repository:
    git clone <repository-url>
    cd adhar-maven-parent
  2. Build the project:
    mvn clean install
  3. Add the following to your project's pom.xml file:
     <parent>
          <groupId>com.adhar</groupId>
          <artifactId>adhar-maven-parent</artifactId>
          <version>1.0.0</version>
     </parent>
  4. Run your Maven project:
    mvn clean package

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests.

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

Maven parent for Adhar Platform applications and services

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published