2

Our application has a custom jar trades.jar and I want to upload it to local Apache Ivy repository. How should I do it.

I know in maven it can be done using command 'mvn deploy:deploy'

Ashay Batwal
  • 5,415
  • 7
  • 25
  • 30

2 Answers2

3

For an ivy publish example see:

And if you want use a command-line solution:

Community
  • 1
  • 1
Mark O'Connor
  • 76,015
  • 10
  • 139
  • 185
0

Quite similar with ant/ivy, you are looking for ivy:publish

Jan Galinski
  • 11,768
  • 8
  • 54
  • 77