Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [soc-dev] Setting up Eclipse CHE development environment

Hi Sudraka,

You may find some of the info on here
https://github.com/eclipse/che/wiki/Development-Workflow helpful,
particularly all the flags to pass to Maven to skip optional parts. In
addition the details in
https://www.eclipse.org/che/docs/plugins/create-and-build-extensions/,
especially the last section on improving incremental builds may be
useful to you too.

For your specific question, as Che is using Maven and surefile, you
can use the standard -DskipTests=true flag to skip tests. See
http://maven.apache.org/surefire/maven-surefire-plugin/examples/skipping-test.html

HTH
Jonah
~~~
Jonah Graham
Kichwa Coders Ltd.
www.kichwacoders.com


On 1 March 2017 at 03:45, Sudaraka Yasindu <sudarakayasindu@xxxxxxxxx> wrote:
> Hi all,
> I'm really excited about Eclipse CHE. Building CHE code base seems taking
> ages. Is it because of the tests? Is there a way to build the code base
> without running the tests?. Thank you.
> Regards,
> Sudaraka Jayathilaka
> Undergraduate
> Department of Computer Science and Engineering
> University of Moratuwa
> e:sudarakayasindu@xxxxxxxxx
>
>
>
> _______________________________________________
> soc-dev mailing list
> soc-dev@xxxxxxxxxxx
> To change your delivery options, retrieve your password, or unsubscribe from
> this list, visit
> https://dev.eclipse.org/mailman/listinfo/soc-dev


Back to the top