Hello,
I have been trying for a few days to get Maven + Eclipse + TestNG to work
with JPMS.

The problem I am running into now is that following the Using Java
Modularity
<https://maven.apache.org/surefire/maven-surefire-plugin/examples/jpms.html>
documentation exactly causes the following error:

> The project was not built due to "Build path contains duplicate entry:
> 'module-info.java' for project 'datasketches-panama'". Fix the problem,
> then try refreshing this project and building it since it may be
> inconsistent.
>

The documentation specifically insists that there be a module descriptor
located in both src/main/java and in src/test/java.
The main and test trees are parallel with the same underlying tree
structure, so as far as Java is concerned they are essentially the same
packages.

I can supply a lot more information if needed.

Please advise.

Thanks,

Lee Rhodes,
Committer, DataSketches.apache.org

Reply via email to