Source and Javadoc jar generation

前端 未结 6 1855
说谎
说谎 2020-12-09 11:38

I think my question is easy. However it is surprising that I couldn\'t find any easy solution.

I\'m developing an open source Java library project on Netbeans and l

6条回答
  •  执笔经年
    2020-12-09 12:02

    If you are developing a library that others might help develop then you should think about using Maven.

    This way you project will be independent of your IDE and also dependencies, tests and deployment will be taken care of centrally, instead of ever contributor rolling their own.m

提交回复
热议问题