

jar available as a dependency that I can bring in using a normal maven include, I can install the. This can be a useful tactic, but I don’t think it really scales strategically. Ĭ:/Users/Alan/Downloads/selenium-2.53.1/selenium-server-standalone-2.53.1.jar I did this in the past when working with a ‘bug fix’ version of Selenium WebDriver that had not yet propagated through to maven central, but which was available for download. Add to project as system scoped fileĪs a short term tactic, I have also added the.
Rigol technologies dsa815 tg free#
I demonstrate this in my free Java Desktop Application Technical Testing and you can read a blog post containing this information. jar as an IntelliJ project dependency and bypass maven.

Quick Hack - add jar as an IntelliJ project dependencyįor very quick hacks, add the.

publish the dependency to maven central.use a repository management tool: like Nexus or Archiva.add it to your project as a system scoped file.jar files as an IntelliJ project dependency It might be a 3rd party jar, it might be one that you have written. Sometimes you want to work with a jar file that isn’t hosted in maven central. Strategic - use a repository management tool, publish to maven central TL DR Hack - add as a library in IntelliJ project.
