Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] Can I use strictVersions in a eclipse-repository project

That's right, but 1.0.0build01 is not (notice the missing dot before the build suffix). I know it sounds like a trivial difference, but we have lot of release automation scripts that expect exactly that format. And Tycho already uses the OSGi qualifier suffix for -SNAPSHOT builds.

Cheers,

Jochem

 

On 2014-10-30 21:36, Jeff MAURY wrote:

1.0.0.build01 should be a valid OSGI version number, no ?
 
Jeff

On Thu, Oct 30, 2014 at 9:32 PM, wiho-tycho-user <wiho-tycho-user@xxxxxxxxxx> wrote:

Hi,

I'm using tycho to build an Eclipse application. I've split the build into two separate maven modules: a eclipse-plugin project and an eclipse-repository project that depends on the former.

My company policy forces my to use version number with a "buildXX" suffix, such as 1.0.0build01(-SNAPSHOT). Maven handles these version numbers just fine, but Tycho doesn't because these aren't valid OSGi versions.

In the eclipse-plugin project I can mitigate the tycho-packaging-plugin error to a warning by specifying the <stringVersions>false</strictVersions> parameter in the plugin configuration. But the same setting seems to have no effect in the eclipse-repository project.

Is there a way to use non-OSGi compatible version number in a eclipse-repository project?

Cheers,

Jochem

 
 

Back to the top