Hello, Can somebody tell me if it is possible to add maven dependency from command line ? I am not talking about local jar file.
For exemple adding this oracle jdbc library:
<dependency>
<groupId>com.oracle</groupId>
<artifactId>ojdbc14</artifactId>
<version>10.2.0.4.0</version>
</dependency>
from command line