Is it okay when the user runs the built jar in LocalEnvironment? (Just run with `java -jar` command.) I know that it is special case but it is a possible scenario for local testing.
If we change Quickstart POM to use provided scope for dependencies, we should add a guide about this into document. Regards, Chiwan Park > On Jun 19, 2015, at 12:53 AM, Aljoscha Krettek <aljos...@apache.org> wrote: > > I'm also for simplification but let's hear what those who put the build-jar > profile there have to say about it.? > > On Thu, 18 Jun 2015 at 17:25 Ufuk Celebi <u...@apache.org> wrote: > >> >> On 18 Jun 2015, at 16:58, Fabian Hueske <fhue...@gmail.com> wrote: >> >>> Why? >>> >>> mvn package >>> >>> builds the program correctly, no? >> >> Yes, but: >> >> - Dependencies not specified by the user may be included (Metrics, >> javaassist) >> - Dependencies specified by the user may be excluded >> - If you use the build-jar profile you have to understand what the >> difference to the default profile is and then you have to include your >> dependencies again for the profile >> - The pom comments are confusing