java - how can jdeveloper read automatically all the jars downloaded from maven? -
i using maven , example supose execute goal package of project , maven download librarys declared in pom, after of still can't use these librarys because need go properties of project , add librarys manually, how can jdeveloper add automatically,without have go properties , add librarys manually.this of add librarys in properties of project done 1 time , every time somewhere add new library.
for example en netbeans if same execute goal package maven download librarys don't have go properties , add these librarys o start use it. want same in jdeveloper.
which jdeveloper version using? if using 11.1.2.* - can try import pom project option in jdeveloper. http://sriniraman.blogspot.com/2011/06/jdeveloper-project-pom-synchronization.html
Comments
Post a Comment