facebook

Maven Dependencies not switchable with MyEclipse project

  1. MyEclipse IDE
  2.  > 
  3. Maven for MyEclipse (Maven4MyEclipse)
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #298470 Reply

    A big benefif of using MyEclipse for me is that debugging can be done by swapping a jar in Reference Library with its corresponding MyEclipse Project folder(ex. replace a dependency jar named A.jar with a project named A). The project can auto rebuild itself upon detecting swapping nicely.

    Now with the new Maven Dependencies, I don’t know if we can do similar swapping and if yes, how.

    #298508 Reply

    @joehuangathome wrote:

    A big benefif of using MyEclipse for me is that debugging can be done by swapping a jar in Reference Library with its corresponding MyEclipse Project folder(ex. replace a dependency jar named A.jar with a project named A). The project can auto rebuild itself upon detecting swapping nicely.

    Now with the new Maven Dependencies, I don’t know if we can do similar swapping and if yes, how.

    Classpath is build from the contents of the pom.xml for projects with Maven support.
    If you perform any changes to pom.xml MyEclipse will recompute the dependencies. If you Web/EJB project depends on the Java Maven Project the behavior would be mostly the same as if your project depended on regular Java project.

Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: Maven Dependencies not switchable with MyEclipse project

You must be logged in to post in the forum log in