How to wrap an Ant build with Maven?

后端 未结 4 1216
梦如初夏
梦如初夏 2020-12-07 20:32

We use maven for our large-ish product. All of our artifacts are deployed to a shared archiva repository using the maven deploy goal. I am now integrating a third party pr

4条回答
  •  旧巷少年郎
    2020-12-07 21:03

    You can actually wrap an ANT project with Maven by using multiple ant run goals as I wrote in a different question. Assuming your existing ant project has clean and build tasks, this might be a useful way of wrapping the project so you can use maven goals and have it map to existing ant code.

提交回复
热议问题