Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] Binary Projects (aka. Eclipse Orbit Projects)

Am 11.03.2013 17:02, schrieb Mickael Istria:
The invoked plugin execution (most likely antrunner or
maven-depedency-plugin:unpack [1] ) will populate the
${project.output.directory}/classes with the class file you want to put
in your jar.

The proof is in the pudding. :)

Turns out that it works out of the box with a vanilla eclipse-plugin pom even when there is no source folder. I think it's because of the build.properties which contains an include for the classes folder at root level already.

-Gunnar

--
Gunnar Wagenknecht
gunnar@xxxxxxxxxxxxxxx
http://wagenknecht.org/



Back to the top