Hi Andy, That's a really good point (there are some dependencies which are actually no longer required). https://issues.apache.org/jira/browse/CTAKES-168 opened to track this... Probably worth reviewing and removing those. mvn dependency:tree could help output the full tree.
--Pei > -----Original Message----- > From: Andy McMurry [mailto:[email protected]] > Sent: Friday, February 22, 2013 10:10 AM > To: [email protected] > Subject: Re: compile versus package > > Suggestion: after cTAKES graduation we should reduce the amount of > packaging dependancies. > > For example, does the Smoking Pipeline depend on the medication NER? > I swam through the source code and didn't see any reason for the > dependancy. > http://svn.apache.org/viewvc/incubator/ctakes/trunk/ctakes-smoking- > status/pom.xml?view=markup > > (post graduation cleanup) > > On Feb 22, 2013, at 9:39 AM, "Chen, Pei" <[email protected]> > wrote: > > > Hi Troy, > > Yes, you are correct- it really is doing two things. > > mvn clean compile should be sufficient if using mvn to run and resolve > dependencies which is nice. > > (We can update the docs if that makes it simpler) package is > > convenient in certain situations when it's convenient to have all of the > > 3rd > party and transient dependencies downloaded and bundled up such as > running it outside mvn with custom processes/scripts etc. > > > > --Pei > > > >> -----Original Message----- > >> From: Bleeker, Troy C. [mailto:[email protected]] > >> Sent: Thursday, February 21, 2013 5:54 PM > >> To: [email protected] > >> Subject: compile versus package > >> > >> The command > >> mvn clean compile package > >> is now in the doc for command line build however I was wondering if > >> that is really doing two things. If a developer just wants to run > >> code and not package up all the deliverables is this sufficient: > >> mvn clean compile > >> > >> Thanks > >> Troy Bleeker * Senior Business Analyst CBAP(r) * Biomedical > >> Statistics and Informatics > >> Phone: 507-293-1574 * Fax: 507-284-0360 * [email protected] > Mayo > >> Clinic * 200 First Street SW * Rochester, MN 55905 * > >> www.mayoclinic.org > >
