I got the error on below code of pom.xml file.
<dependency>
<groupId>org.lightadmin</groupId>
<artifactId>lightadmin</artifactId>
<version>1.0.0.M3-SNAPSHOT</version>
</dependency>
The error message is as below :
Missing artifact org.lightadmin:lightadmin:jar:1.0.0.M3-SNAPSHOT
Please advice on this.
Thank you