-
Feature
-
Resolution: Unresolved
-
Normal
-
1.36.0
-
False
-
-
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>
- is related to
-
SRVLOGIC-623 Kn workflow plugin conversion to Quarkus project is generating wrong maven repositories configurations
-
- Closed
-