Uploaded image for project: 'JBoss Enterprise Application Platform'
  1. JBoss Enterprise Application Platform
  2. JBEAP-14578

[CD12] Change doc's new-app to not use MAVEN_ARGS_APPEND

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Blocker
    • 7.2.0.CD12
    • None
    • Documentation
    • None

    Description

      The templates for both CD12 and 7.1 have changed, and the previously-documented new-app command for the kitchensink quickstart now attempts to build all of the quickstarts.

      kwills@redhat.com has advised that we should update the documentation to use the older style command for building the quickstart.

      Old command:

      oc new-app --template=eap-cd-basic-s2i \
       -p IMAGE_STREAM_NAMESPACE="eap-demo" \
       -p SOURCE_REPOSITORY_URL="https://github.com/jboss-developer/jboss-eap-quickstarts" \
       -p SOURCE_REPOSITORY_REF="openshift" \
       -p CONTEXT_DIR="" -p ARTIFACT_DIR="kitchensink/target" --build-env="MAVEN_ARGS_APPEND=-pl kitchensink"
      

      Updated command:

      oc new-app --template=eap-cd-basic-s2i \
       -p IMAGE_STREAM_NAMESPACE="eap-demo" \
       -p SOURCE_REPOSITORY_URL="https://github.com/jboss-developer/jboss-eap-quickstarts" \
       -p SOURCE_REPOSITORY_REF="openshift" \
       -p CONTEXT_DIR="kitchensink"
      

      FYI tremes1@redhat.com

      Attachments

        Issue Links

          Activity

            People

              lcosti.redhat Lucas Costi (Inactive)
              lcosti.redhat Lucas Costi (Inactive)
              Tomas Remes Tomas Remes
              Tomas Remes Tomas Remes
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: