Maven dependency created as below:
<dependency>
<groupId>group_id</groupId>
<artifactId>artificat_id</artifactId>
<version>2.5.0</version>
</dependency>
The related jar is stored under the path project_folder_test/modules/api/repo/com/common/2.5.0
After running the command mvn clean compile
, getting the below error
Downloading: file:///Users/Automation/project_folder_test/modules/api/repo/com/common/2.5.0/common-2.5.0.pom
Downloading: https://repo.maven.apache.org/maven2/com/common/2.5.0/common-2.5.0.pom
[WARNING] The POM for group_id:artificat_id:jar:2.5.0 is missing, no dependency information available
please let me know, what went wrong in this.