Why have sourceDirectories the maven values and not the tycho ones? #3048
Unanswered
pjljvandelaar
asked this question in
Q&A
Replies: 1 comment
-
Please note that not Tycho is making any defaults, the are inherited form JDT/PDE ... Beside that it all depends on your configuration, so the best would be to share a minimal example, also not that Eclipse is able to define multiple source directories while maven pom does not directly expose that. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When looking at the value of
I am surprised that they have the maven defaults and not tycho ones:
In the latter case, I could also use the variable
${project.build.sourceDirectory}
.See e.g. https://stackoverflow.com/questions/2362652/excluding-classes-in-maven-checkstyle-plugin-reports for relevant use case.
Beta Was this translation helpful? Give feedback.
All reactions