maven generating pom file

前端 未结 8 1717
情深已故
情深已故 2020-12-02 14:33

I use maven 3.0.3 and have tried to generate pom for third-party jar like this:

mvn install:install-file -Dfile=cobra.jar -DgroupId=com.cobra -Darti

8条回答
  •  野趣味
    野趣味 (楼主)
    2020-12-02 15:12

    It worked for me when I changed Powershell to Cygwin. Powershell is somehow parsing the command line argument incorrectly.

提交回复
热议问题