Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-dev] surefire exclude include java versus classfiles

Sorry for maybe mixing too much things, I'm just trying to learn about all this maven stuff :-)

Main question is:
Is it supposed that the test be filtered based on source files names or based on class files names. As multiple source folders can compile to the same output-folder this could make a difference.

From my investigation it is filtered on class-files (tycho+maven). So this leads to the question:

What is the purpose of the maven-surefire "<testSourceDirectory>" [1]. The documentation is confusing to me as it mixes "class" and "source" terms and even mention source folders where it obviously means output folders.


[1] https://maven.apache.org/surefire/maven-surefire-plugin/test-mojo.html#testSourceDirectory


Am 04.04.21 um 21:51 schrieb Mickael Istria:
Hi Christoph,
When it comes to Maven, I've learned that the documentation or the "crowd" is sometimes wrong or confusing, and the reading at the code was the most productive way to get a definitive answer. Maven code is relatively straightforward; coming from Tycho, Maven often seems simple as it deals with simpler problems. Now, for this specific issue, I'm not sure I understand what's to discuss. Do you have a concrete question or a concrete proposal you'd like to push?

Cheers,

_______________________________________________
tycho-dev mailing list
tycho-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/tycho-dev



Back to the top