laat / mvn-dl

Download maven artifacts
12 stars 11 forks source link

Make version in filename optional #11

Closed DEserrt closed 6 years ago

DEserrt commented 6 years ago

It would be nice if the version in the generated filename could be omitted. I tried for example to download data transfer objects generated by a backend to a frontend and import them there. Now with the version being in the filename, I would have to update all the imports when I change the version number. Or is there another way to accomplish that without referencing the filenames?

laat commented 6 years ago

I'm guessing you are using the cli.

Would an extra argument specifying the filename suffice?

DEserrt commented 6 years ago

Sure, that would also work.

laat commented 6 years ago

added the option to the cli