Re: maven-shade-plugin

2009-05-29 Thread Benson Margulies
The problem with the ant stuff is that it is a lot of work for an end-user to copy and incorporate outside of the mahout tree. So, to make the example more exemplary, shade is attractive. On Fri, May 29, 2009 at 12:56 PM, Grant Ingersoll wrote: > Feel free to submit a patch. The ant approach wor

Re: maven-shade-plugin

2009-05-29 Thread Grant Ingersoll
Feel free to submit a patch. The ant approach works for now, but I'm open to better ways of doing it. On May 29, 2009, at 12:01 PM, Benson Margulies wrote: http://maven.apache.org/plugins/maven-shade-plugin/ I post an example of this once I get through the puzzle of how to map input to a

Re: maven-shade-plugin

2009-05-29 Thread Benson Margulies
http://maven.apache.org/plugins/maven-shade-plugin/ I post an example of this once I get through the puzzle of how to map input to a SparseVector instead of a vector. On Fri, May 29, 2009 at 11:57 AM, Grant Ingersoll wrote: > Link? > > > On May 29, 2009, at 11:51 AM, Benson Margulies wrote: > >

Re: maven-shade-plugin

2009-05-29 Thread Grant Ingersoll
Link? On May 29, 2009, at 11:51 AM, Benson Margulies wrote: Any reason not to use maven-shade-plugin to make jobs?