Using antcontrib task via maven-antrun-plugin

前端 未结 4 1936
半阙折子戏
半阙折子戏 2020-12-03 21:06

My maven java project uses the maven-antrun-plugin to execute a deploy.xml ant script that deploys my app. The deploy.xml uses the task and this seem

4条回答
  •  情深已故
    2020-12-03 21:47

    OK, I've solved it.

    Moving the dependencies out of the tag and putting them in with the other project dependencies seems to have done the trick.

提交回复
热议问题