Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] No packaging of resources into jar

Hi,

> Content of build.properties:
> ----------------------------------
>     source.. = src/main/java
>     output.. = bin/
>     bin.includes = META-INF/,\
>                .

You probably want to make bin/ into target/classes/; a few Maven plugins
have defaults to that effect (or to ${project.build.outputDirectory},
but I don't think Tycho sets this variable, as a build.properties might
have multiple outputs).

Hope that helps.

Andreas

-- 
Codetrails GmbH
The knowledge transfer company

Robert-Bosch-Str. 7, 64293 Darmstadt
Phone: +49-6151-276-7092
Mobile: +49-170-811-3791
http://www.codetrails.com/

Managing Director: Dr. Marcel Bruch
Handelsregister: Darmstadt HRB 91940


Back to the top