Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] Tycho pom-less multi-module builds with semantic versioning

Hi,

I think this question isn't related to Tycho but more to the maven-deploy-plugin. You'd face the same issue with plain Java projects.
So maybe try asking on the maven-users mailing-list. I imagine a combination is possible using a mojo in the "validate" phase that would dynamically change the value of `maven.deploy.skip` according to whether a release already exists for the current version.

HTH

Back to the top