I am trying to build eclipse from source code but when I write "mvn clean verify" an error occurs. But if I use "mvn clean verify -DskipTests=true" the build is successful. Also I am unsure which jar file is the eclipse IDE because after building it non of the jar files works.
I am trying to build eclipse from source code but when I write "mvn clean verify" an error occurs. But if I use "mvn clean verify -DskipTests=true" the build is successful. Also I am unsure which jar file is the eclipse IDE because after building it non of the jar files works.