Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
How do i avoid generating the source files when in execute the maven build from the command line?
Only the files necessary for the job execution need to be generated in the target folder. We need to keep the deploy-able artifacts light on our servers
command we use : mvn -B -f <pomPath>/poms/pom.xml -s <settings path>/maven_user_settings.xml clean compile test package install -U -e -Dproduct.path=<prodpath> -Dgeneration.type=local -DskipTests -Dcommandline.skip=true
The command fails with the fresh check out