microsoft / mvnfeed-cli

Tool to transfer Maven artifacts between repositories
MIT License
28 stars 25 forks source link

Doesn't transfer WAR files only JAR files #16

Open joshjohanning opened 1 year ago

joshjohanning commented 1 year ago

I have a package that publishes a .war file: image

When transferred, it doesn't transfer the .war file and throws a warning that the .jar file it is expecting cannot be found

myshuttle-1.0.5.jar was not found in the repository

Here is what gets transferred: image