Maven build for Ivy project
Hello Ivy Team,
Whenever i run command mvn clean install -X (in debug mode) --> I saw the log:
<pre><code>
[DEBUG] Starting ivy Engine in D:\...\...\AxonIvyEngine6.3.0
[DEBUG] Engine is running
[INFO] Cleaning sources in [src_dataClasses]
</code></pre>
Question: Question 1: why does the build need to start "Ivy Engine" for building the code?
My situation:
I have the jenkins build central, whenever alot of project run the build at the same time --> the server get a trouble with memory because alot of Ivy Engine are started.
Question 2: when I build my Ivy project --> why is the iar file include the source code inside the package?
Thanks for answer my question!