Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[tycho-user] Resolving target before each subproject is build

I have a parent project with a few subprojects (one of these is a
target project). When I build this project with maven3.0.3 using tycho
0.12 the target platform is resolved for each project before the build
is started. Why is this necessary? I use the same target platform for
each project so why not only resolve the target once?


Back to the top