You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zeppelin.apache.org by IT CTO <go...@gmail.com> on 2015/08/10 13:38:00 UTC

Exclude interpreters from the build

Hi,
Until we have another solution, is there a way to exclude an interpreter
from the build using command line option?
I recall Moon saying something about -DFlink?
Eran

Re: Exclude interpreters from the build

Posted by IT CTO <go...@gmail.com>.
Thanks, I will try it.
Eran

בתאריך יום ב׳, 10 באוג׳ 2015, 20:51 מאת moon soo Lee <mo...@apache.org>:

> Hi Eran,
>
> I'm using maven 3.3.3 and i use -pl flag for it.
>
> ex) Exclude Spark and Flink interpreter from build
>
> mvn package -pl '!spark,!flink'
>
> Thanks,
> moon
>
>
> On Mon, Aug 10, 2015 at 4:38 AM IT CTO <go...@gmail.com> wrote:
>
> > Hi,
> > Until we have another solution, is there a way to exclude an interpreter
> > from the build using command line option?
> > I recall Moon saying something about -DFlink?
> > Eran
> >
>

Re: Exclude interpreters from the build

Posted by moon soo Lee <mo...@apache.org>.
Hi Eran,

I'm using maven 3.3.3 and i use -pl flag for it.

ex) Exclude Spark and Flink interpreter from build

mvn package -pl '!spark,!flink'

Thanks,
moon


On Mon, Aug 10, 2015 at 4:38 AM IT CTO <go...@gmail.com> wrote:

> Hi,
> Until we have another solution, is there a way to exclude an interpreter
> from the build using command line option?
> I recall Moon saying something about -DFlink?
> Eran
>