-
Bug
-
Resolution: Duplicate
-
Critical
-
None
-
8.1.0.Beta
-
None
-
False
-
-
False
-
-
-
-
-
-
-
When following the default (first) scenario for 8.1 Beta quickstarts, which is
- get server zip, unzip and start it
- build quickstart "mvn clean package"
- .. the rest, not relevant now
The second step is executing eap-maven-package goal present in activeByDefault profile "provisioned-server" which means it builds the application deployment, provision the server and deploy it to it. This makes no sense as the instructions says to provide external server instance to deploy to in next step.
While it works (we can still deploy the app to the already started server after second step), it is doing unnecessary work, at very least it takes needlessly more time to finish the default workflow.
Since the README also contains separate instructions for workflow with provisioned server, we should make the instructions (or profiles in QS) better.
- duplicates
-
JBEAP-29637 Quickstarts build consume a lot of disk space without any warning
-
- Verified
-