Integrate ivy and doxygen

那年仲夏 提交于 2019-12-02 05:09:20
Mark O'Connor

I'm not a doxygen user. I'm assuming that you're using it to create a zip archive of documents?

Ivy can be used to publish any type of file. The following tutorial gives an example of how to publish text files to a local repository. To alternatively publish to a remote repository is only a matter of switching resolvers

In previous company, we converted our existing FTP site into an ivy repository by including an ivy.xml file with each release (The vfs resolver supports FTP). This ivy file file became our release descriptor. Internally we used ivy to publish the release and externally customers were now able to mirror our files.

Hope it helps.

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!