Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] Dynamic update of build.properties

Hi,

thanks for your advice

> Use the maven-resources-plugin to copy you stuff below
${project.build.directory} (normally target/classes).

But I am not generating classes here, so I guess it is of no use to copy my
resources to the target/classes folder. Think of my generated folder as a
resource, like an "images" folder or something similar. Tycho does not copy
such resources to the target folder at all. Instead it seems to consume them
directly from their original location.

If I add the "/help" folder to my build.properties manually before starting
the build the resulting jar contains the folder as expected.

BTW seems I had a typo in my name. So unfortunately for you guys it's not
Christina, but Christian :)

Attachment: smime.p7s
Description: S/MIME cryptographic signature


Back to the top