Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] Overriding tycho-buildtimestamp-jgit

you should be able to override using

<plugin>
 <groupId>org.eclipse.tycho</groupId>
 <artifactId>tycho-packaging-plugin</artifactId>
 <version>${tycho-version}</version>
 <configuration>
  <timestampProvider>default</timestampProvider>
 </configuration>
       </plugin>



Jan

On 20/10/15 11:13, "tycho-user-bounces@xxxxxxxxxxx on behalf of Vincent GUIGNOT" <tycho-user-bounces@xxxxxxxxxxx on behalf of Vincent.GUIGNOT@xxxxxxxxxxxx> wrote:

>Hello,
>I’m using in my parent pom the 
>tycho-buildtimestamp-jgit with timestampProvider Jgit. It works perfectly. But, how I can override this configuration in child pom to have a regular qualifier (current datetime) ?
> 
>Thanks for your help
> 
>Regards
> 
>Vincent
>

Back to the top