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,116
  • 7
  • 21
  • 29

2 Answers2

3

For an ivy publish example see:

And if you want use a command-line solution:

Community
  • 1
  • 1
Mark O'Connor
  • 74,471
  • 10
  • 132
  • 177
0

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

Jan Galinski
  • 11,115
  • 7
  • 54
  • 74