Uploaded image for project: 'Serverless logic'
  1. Serverless logic
  2. SRVLOGIC-646

It must be possible to specify repos/pluginRepos in kn-plugin-workflow

XMLWordPrintable

    • Icon: Feature Feature
    • Resolution: Unresolved
    • Icon: Normal Normal
    • 1.38.0
    • 1.36.0
    • Cloud:CLI
    • False
    • Hide

      None

      Show
      None
    • False

      https://issues.redhat.com/browse/SRVLOGIC-623

      As a serverless logic developer I want to be able to generate specific <pluginRepository> or <repository> when creating a project using kn workflow quarkus create command.

      I should be able to provide flags like:

      --repository-id=apache-snapshots --repository-name="Public Apache Snapshots" repository-url="https://maven.repository.redhat.com/ga/"

      And the resulting pom.xml should contain, something like this:

      <repositories>
              <repository>
                  <id>apache-snapshots</id>
                  <name>Public Apache Snapshots</name>
                  <url>https://maven.repository.redhat.com/ga/</url>
              </repository>
          </repositories> 

              dtikhomi@redhat.com Dmitrii Tikhomirov
              dtikhomi@redhat.com Dmitrii Tikhomirov
              Dominik Hanak Dominik Hanak
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

                Created:
                Updated: