ualberta-smr / LibCompPlugin

An IntelliJ plugin for comparing libraries
http://smr.cs.ualberta.ca/comparelibraries
MIT License
6 stars 1 forks source link

Support for maven files #37

Open relhajj opened 4 years ago

relhajj commented 4 years ago

LibComp should support maven files similar to how it supports grade.

snadi commented 4 years ago

Hi @relhajj It seems that when the library is the last library in the tag and gets replaced, the closing tag disappears as well. See

(1) Have dependency as last one:

image

(2) Choose to replace testng with junit

image

(3) it will result in the following, removing the closing dependencies tag:

![Uploading image.png…]()