Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] Tycho-Surefire guessing the Test Framework

Thanks for your answer.

In our dev team we separate releng concerns from dev ones. Our idea is that, it's not the same person which is responsible for the development and for the release engineering. The releng engineer maintains a project which inject tycho configuration during the build process on CI. By doing so we separate eclipse bundle development from maven considerations.

Herve 

----- Original Message -----
From: "Mickael Istria" <mistria@xxxxxxxxxx>
To: "Tycho user list" <tycho-user@xxxxxxxxxxx>
Sent: Mardi 15 Mai 2012 11:41:44
Subject: Re: [tycho-user] Tycho-Surefire guessing the Test Framework


On 05/15/2012 11:31 AM, Hervé Esteguet wrote: 

I operate in a context of continuous integration.
My tests and bundles are intended to be run and build on jenkins, my poms are regenerated automically 
before every build. Pom files have to be managed, and committed. They do not change often, so there is no gain in regenerating them on each build. 
You should generate them once and commit them, otherwise you loose a lot of ability to customize your build and you prevent your developers from running build locally. 

-- 
Mickael Istria 
Eclipse developer at JBoss, by Red Hat 
My blog - My Tweets 
_______________________________________________
tycho-user mailing list
tycho-user@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/tycho-user


Back to the top