You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
com.feeles artifact is missing in maven repositories thus maven could n't resolve it.
As a temporary solution we are running mvn install command before starting development works to place the jar dependency in local repository. (.m2/repository/com/feeles direcctory)
mvn install:install-file -Dfile=modules\lite_repo\hbnPojoGenResource\hbnpojogen-persistence-1.4.4.jar -DgroupId=com.felees -DartifactId=hbnpojogen-persistence -Dversion=1.4.4 -Dpackaging=jar
Find out a solution: preferably we should give a try on hosting the artifact in central repository.
The text was updated successfully, but these errors were encountered:
com.feeles artifact is missing in maven repositories thus maven could n't resolve it.
As a temporary solution we are running mvn install command before starting development works to place the jar dependency in local repository. (.m2/repository/com/feeles direcctory)
mvn install:install-file -Dfile=modules\lite_repo\hbnPojoGenResource\hbnpojogen-persistence-1.4.4.jar -DgroupId=com.felees -DartifactId=hbnpojogen-persistence -Dversion=1.4.4 -Dpackaging=jar
Find out a solution: preferably we should give a try on hosting the artifact in central repository.
The text was updated successfully, but these errors were encountered: