-
Type: Bug
-
Status: Open
-
Priority: Critical
-
Resolution: Unresolved
-
Affects Version/s: 5.9.2
-
Fix Version/s: QualifiedToSchedule
-
Component/s: Infrastructure
-
Tags:
-
Backlog priority:2,500
The perform command is currently running "mvn clean deploy", which is a problem since this will build jars again instead of taking already present jars and deploying to the maven repository.
This is in particular an issue for the Studio release job, where an old GWT compilation bug (now fixed by patching GWT jars, so pb could come back) is revealed by functional tests: compilation should not be done again after the first validation done thanks to "prepare".