[Engine-devel] Dependency checking tool

hi, i am now trying to make some changes in ovirt engine code for which i neede to see the dependency. As there are many pom.xml files. Is there any dependency tool to see all the dependency. -- Regards, rohit

Rohit, You can run mvn dependency:tree -Dverbose To see the entire dependency tree. On Wednesday, March 12, 2014 07:19:01 PM Rohit Agrawal wrote:
hi, i am now trying to make some changes in ovirt engine code for which i neede to see the dependency. As there are many pom.xml files. Is there any dependency tool to see all the dependency.

------=_Part_9303981_538083478.1394642139978 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit mvn dependency:tree Greg ----- Original Message -----
From: "Rohit Agrawal" <agrawalrohit92@gmail.com> To: engine-devel@ovirt.org Sent: Wednesday, March 12, 2014 9:49:01 AM Subject: [Engine-devel] Dependency checking tool
hi, i am now trying to make some changes in ovirt engine code for which i neede to see the dependency. As there are many pom.xml files. Is there any dependency tool to see all the dependency.
-- Regards, rohit
_______________________________________________ Engine-devel mailing list Engine-devel@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-devel
------=_Part_9303981_538083478.1394642139978 Content-Type: text/html; charset=utf-8 Content-Transfer-Encoding: 7bit <html><body><div style="font-family: times new roman, new york, times, serif; font-size: 12pt; color: #000000"><div>mvn dependency:tree</div><div><br></div><div>Greg</div><div><br></div><div><br></div><hr id="zwchr"><blockquote style="border-left:2px solid #1010FF;margin-left:5px;padding-left:5px;color:#000;font-weight:normal;font-style:normal;text-decoration:none;font-family:Helvetica,Arial,sans-serif;font-size:12pt;"><b>From: </b>"Rohit Agrawal" <agrawalrohit92@gmail.com><br><b>To: </b>engine-devel@ovirt.org<br><b>Sent: </b>Wednesday, March 12, 2014 9:49:01 AM<br><b>Subject: </b>[Engine-devel] Dependency checking tool<br><div><br></div><div dir="ltr">hi,<div>i am now trying to make some changes in ovirt engine code for which i neede to see the dependency.</div><div>As there are many pom.xml files. Is there any dependency tool to see all the dependency.</div> <div><br>-- <br>Regards,</div><div>rohit </div></div> <br>_______________________________________________<br>Engine-devel mailing list<br>Engine-devel@ovirt.org<br>http://lists.ovirt.org/mailman/listinfo/engine-devel<br></blockquote><div><br></div></div></body></html> ------=_Part_9303981_538083478.1394642139978--

----- Original Message -----
From: "Rohit Agrawal" <agrawalrohit92@gmail.com> To: engine-devel@ovirt.org Sent: Wednesday, March 12, 2014 3:49:01 PM Subject: [Engine-devel] Dependency checking tool
hi, i am now trying to make some changes in ovirt engine code for which i neede to see the dependency. As there are many pom.xml files. Is there any dependency tool to see all the dependency.
If you're using eclipe - with the m2e (maven eclipse integration) plugin, you can click on the pom.xml and view the specific project dependencies and their hierarchies. Intellij should have also dependency viewer (haven't tried it though).
-- Regards, rohit
_______________________________________________ Engine-devel mailing list Engine-devel@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-devel
participants (4)
-
Alexander Wels
-
Greg Sheremeta
-
Moti Asayag
-
Rohit Agrawal