Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] Add extra files as part of a build

I think this is another case where bin.includes is not flexible enough for generated files.
we may need to add something similar to
https://bugs.eclipse.org/bugs/show_bug.cgi?id=402095

for features.

Regards
Jan

From: tycho-user-bounces@xxxxxxxxxxx [mailto:tycho-user-bounces@xxxxxxxxxxx] On Behalf Of Paul Webster
Sent: Samstag, 23. März 2013 15:57
To: Tycho user list
Subject: [tycho-user] Add extra files as part of a build

Hi,

I'm building a feature, and I need to include 1 or 2 extra files.  Normally I would just add them to the build.properties/bin.includes but one of the files *is* the build.properties ... and it has to look different than the one building the feature.

I've tried a couple of maven-resource-plugin tricks, but none of them seem applicable (the files don't get added to the jar).

Is there a way to specify the files from a resource directory in the maven part of the pom and have tycho pick them up when it jars up the feature?

Or what's a good phase (where the feature.jar has been built but before it is deployed to the local maven repo) where I can update the jar.

Thanks in advance,
PW

-- 
Paul Webster
Hi floor.  Make me a sammich! - GIR 

Back to the top