Re: dependencies.txt in META-INF?

2018-02-08 Thread Romain Manni-Bucau
this kind of thing already running a server >>>> from this kind of file typically. >>>> >>>> >>>>> >>>>> On Wed, Feb 7, 2018 at 7:23 AM, Romain Manni-Bucau < >>>>> rmannibu...@gmail.com> wrote: >>>&

Re: dependencies.txt in META-INF?

2018-02-08 Thread Lukasz Cwik
t;> >>>> >>>> On Wed, Feb 7, 2018 at 7:23 AM, Romain Manni-Bucau < >>>> rmannibu...@gmail.com> wrote: >>>> >>>>> Hi guys, >>>>> >>>>> I have a use case where I would resol

Re: dependencies.txt in META-INF?

2018-02-07 Thread Romain Manni-Bucau
.com> wrote: >>> >>>> Hi guys, >>>> >>>> I have a use case where I would resolve beam classpath >>>> programmatically. I wonder if it would be possible to add in META-INF (or >>>> BEAM-INF, in the jar is the main request

Re: dependencies.txt in META-INF?

2018-02-07 Thread Lukasz Cwik
be possible to add in META-INF (or BEAM-INF, in the >>> jar is the main request ;)) a dependencies.txt (or other file) listing all >>> the mandatory dependencies. I'm mainly interested by the java sdk core >>> module but can be beneficial to others as well. >>>

Re: dependencies.txt in META-INF?

2018-02-07 Thread Romain Manni-Bucau
> >> With maven it is just a matter of defining: >> >> >> org.apache.maven.plugins >> maven-dependency-plugin >> ${dependency-plugin.version} >> >> >> create-META-INF/dependencies.txt >> prepare-package >&g

Re: dependencies.txt in META-INF?

2018-02-07 Thread Lukasz Cwik
gin.version} > > > create-META-INF/dependencies.txt > prepare-package > > list > > > > ${project.build.outputDirectory}/META-INF/dependencies.txt > > > > > > with

dependencies.txt in META-INF?

2018-02-07 Thread Romain Manni-Bucau
core module but can be beneficial to others as well. With maven it is just a matter of defining: org.apache.maven.plugins maven-dependency-plugin ${dependency-plugin.version} create-META-INF/dependencies.txt prepare-package list