Re: Building JAVA-applications with maven

2016-06-08 Thread Boris Samorodov
08.06.16 03:46, Kurt Jaeger пишет: > Hi! > > [maven and resolving dependencies by download at build time] >> Ports-system needs some way of dealing with these issues properly and >> orderly. What should the strategy be? > > Thanks for formulating the question. +1 >> How about allowing a port

Re: Building JAVA-applications with maven

2016-06-07 Thread Kurt Jaeger
Hi! [maven and resolving dependencies by download at build time] > Ports-system needs some way of dealing with these issues properly and > orderly. What should the strategy be? Thanks for formulating the question. > How about allowing a port to declare the following needs, which would be >

Building JAVA-applications with maven

2016-06-07 Thread Mikhail T.
Application-authors using maven tend to rely on the tool to download -- at build-time -- the third-party JARs their application needs to build and/or run. The number of such downloads can be substantial. For example, to build jruby from source (which the port is not currently doing), mvn