Backbase/backbase-openapi-tools

fileName attribute of inputMavenArtifact doesn't accept wildcard

tarun-bb opened this issue · 0 comments

I am using maven-boat-plugin version 0.14.8 where when using inputMavenArtifact feature of this plugin, I am unable to use wildcard character for version and plugin is forcing me to use exact version of open-api spec

slack conversation : https://backbase.slack.com/archives/CMU9PLZ5Z/p1629373147018900

<inputMavenArtifact>
                                <groupId>com.backbase.dbs.cards</groupId>
                                <artifactId>card-manager</artifactId>
                                <version>2.23</version>
                               <!-- <version>${card-management-api.version}</version>-->
                                <type>zip</type>
                                <classifier>api</classifier>
                                <overWrite>true</overWrite>
                                <fileName>card-manager/card-manager-client-api-v2.2.5.yaml</fileName>
</inputMavenArtifact>