java - How to keep up-to-date offline artifactory repository? -


I have webfilters offline which is on a different network and does not have an internet connection. When I need an artwork for the project:

  1. I update the template eclipse project (internet network) pom.xml

  2. Importing Treasures (Closed Network)

  3. Export Artifactory (All Treasures) > Add pom.xml to artemact Artifactory (closed network) to download

I usually use the dependency plugin with the go-offline option which I Can Ojekt stage I am not able to download Meven central repository.

The problem occurs when I need a small solo artwork, I have to go through this cycle. An easy way to do this?

Thanks


Comments