Building failed while using mvn clean verify #721
Unanswered
AhmadHossain8
asked this question in
Q&A
Replies: 1 comment
-
The test require a very specific environment if you really want to execute all test, so usually Beside that Eclipse IDE is a product and not a jar file, so don't expect to find a single jar that do anything similar to what you see when starting eclipse. The best would be to elaborate more what you want to archive, if you really want to build a whole Eclipse you should start with this here: https://github.com/eclipse-platform/eclipse.platform.releng.aggregator/#readme |
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
-
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.
Beta Was this translation helpful? Give feedback.
All reactions