How can I pass in Properties from ant into maven?
![]()
chung Lin (10●4●6)
| asked Dec 18 '13, 9:45 a.m.
retagged Dec 18 '13, 4:02 p.m. by David Lafreniere (4.8k●7)
We want to trigger Maven by using Invoke Ant, however the build fails because we didn't pass in the properties into the maven. Does anyone knows how to pass in the properties into Maven?
|
One answer
![]()
You can pass properties to Maven via -D on the command line.
|