[
https://issues.jboss.org/browse/WFLY-10107?page=com.atlassian.jira.plugin...
]
Tomaz Cerar moved JBEAP-14488 to WFLY-10107:
--------------------------------------------
Project: WildFly (was: JBoss Enterprise Application Platform)
Key: WFLY-10107 (was: JBEAP-14488)
Workflow: GIT Pull Request workflow (was: CDW with loose statuses v1)
Component/s: Quickstarts
(was: Quickstarts)
Target Release: (was: 7.2.0.CD12.GA)
The artifactId now resolves to quickstart-parent instead of the
quickstart name
-------------------------------------------------------------------------------
Key: WFLY-10107
URL:
https://issues.jboss.org/browse/WFLY-10107
Project: WildFly
Issue Type: Bug
Components: Quickstarts
Reporter: Sande Gilda
Assignee: Tomaz Cerar
Priority: Blocker
A change to the build broke the README.html generation.
The `artifactId` used to resolve to the specific quickstart name when generating the
README.html file from README.adoc. It now generates `quickstart-parent` for all of the
quickstarts.
This means you end up with this instruction for the kitchensink quickstart:
This deploys the quickstart-parent/target/quickstart-parent.war to the running
instance of the server.
It used to generate:
This deploys the kitchensink/target/kitchensink.war to the running instance of the
server.
It is also no longer possible to build an individual quikstart README file. You have to
build all of them from the top level.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)