Add compiled java class to a maven project

前端 未结 2 1412
半阙折子戏
半阙折子戏 2020-12-10 06:28

I received some compiled classes that I need to add to a project.

One solution I can think of is creating a jar with these files and manually upload

2条回答
  •  隐瞒了意图╮
    2020-12-10 07:14

    The first idea is way better then checking in binaries that you don't have control over. So, bundle binaries in a jar, version it and deploy it on the repository.

提交回复
热议问题