Maven parent for Adhar Platform applications and services
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.
- Java 17 or higher
- Maven 3.9.0 or higher
To get started with this project, follow these steps:
- Clone the repository:
git clone <repository-url> cd adhar-maven-parent
- Build the project:
mvn clean install
- 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>
- Run your Maven project:
mvn clean package
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests.
This project is licensed under the MIT License - see the LICENSE file for details.