Re: Maven-based projects vs. our build process

2016-03-15 Thread Stuart Henderson
On 2016/03/15 16:34, Jiri B wrote: > On Tue, Mar 15, 2016 at 12:56:22PM -0400, Bryan C. Everly wrote: > > Hi, > > > > I have several maven-based projects that I'd like to create ports for, but > > our build process makes that challenging. > > > > Maven (for those who don't know) likes to

Re: Maven-based projects vs. our build process

2016-03-15 Thread Jiri B
On Tue, Mar 15, 2016 at 12:56:22PM -0400, Bryan C. Everly wrote: > Hi, > > I have several maven-based projects that I'd like to create ports for, but > our build process makes that challenging. > > Maven (for those who don't know) likes to download additional files as it > compiles which is a

Re: Maven-based projects vs. our build process

2016-03-15 Thread Juan Francisco Cantero Hurtado
On Tue, Mar 15, 2016 at 12:56:22PM -0400, Bryan C. Everly wrote: > Hi, > > I have several maven-based projects that I'd like to create ports for, but > our build process makes that challenging. > > Maven (for those who don't know) likes to download additional files as it > compiles which is a

Maven-based projects vs. our build process

2016-03-15 Thread Bryan C. Everly
Hi, I have several maven-based projects that I'd like to create ports for, but our build process makes that challenging. Maven (for those who don't know) likes to download additional files as it compiles which is a non-starter for our build process. A solution that I have found to work around