How do I manually install a jar to my local Maven repository?

后端 未结 2 1459
别那么骄傲
别那么骄傲 2021-01-02 05:05

I\'d like to use Google\'s GXP library in my maven project. I\'m new to Maven and having quite a bit of trouble since the .jar is not available in a Maven repository alread

2条回答
  •  无人及你
    2021-01-02 05:27

    Thanks for the suggestion. I had tried both of those before posting and neither worked. It turns out this wasn't working for me because I was using Windows PowerShell. If I used the standard command console then it worked fine. I guess there's a bug in either PowerShell or Maven that won't let the two interact properly.

提交回复
热议问题