java - jdeveloper - Package does not exist while compiling on Maven and Eclipse -


i'm new jdeveloper , trying import maven project in it.

i did that, although, when try build project, external packages (that come maven dependencies) non existant point of view of jdeveloper.

i checked maven repo, settings, , project classpath, , doesn't seem problem here. in addition, when mvn compile on projet, compiles normally, , when import project eclipse, no problem displayed.

i'd use eclipse (as prefer jdev), i'm obliged use oracle ide.

any appreciated. thanks.

i solved problem editing project file (.jpr) , correcting path maven repository.

i used ${maven:maven.local.repo} instead of relative path used before (../../../../.m2/repository).


Comments

Popular posts from this blog

Fail to load namespace Spring Security http://www.springframework.org/security/tags -

sql - MySQL query optimization using coalesce -

unity3d - Unity local avoidance in user created world -