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

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

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Blocker Blocker
    • 7.1.z.GA
    • None
    • Documentation
    • None

      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=eap71-basic-s2i \
       -p IMAGE_STREAM_NAMESPACE="eap-demo" \
       -p SOURCE_REPOSITORY_URL="https://github.com/jboss-developer/jboss-eap-quickstarts" \
       -p SOURCE_REPOSITORY_REF="7.1.0.GA" \
       -p CONTEXT_DIR="" -p ARTIFACT_DIR="kitchensink/target" --build-env="MAVEN_ARGS_APPEND=-pl kitchensink"
      

      Updated command:

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

      FYI tremes1@redhat.com

            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

              Created:
              Updated:
              Resolved: