Is there a way to see all the exact compile (javac
) and package (jar
) commands executed by eclipse in order to create the final war
package? This should allow to create a script adopting the same template to run without ecilpse. I have tried -console
, -debug
with no useful result.
Context: The goal is to replicate the eclipse build process outside of eclipse with the final goal of porting it to maven. M2E plugin was tried, what it does is merely creating a pom file but but not exporting java build path configured in eclipse.
No, because it's not calling them.