I'm building few scala libraries and use them in business projects. To share libraries i use 'publishLocal' in sbt. This command uploads artifacts into my local folder. This is ok, it's fast but when i work from another machine i have to republish all this libraries because some changes had been made. So, this my is question: Is my workflow correct? Or i have to publish my artifacts to remote binary repository (ex. nexus) and add it to my business projects as resolvers? Should i use 'publishLocal' at all?
Remote artifact repository vs local
341 Views Asked by Alexander Kondaurov At
1
There are 1 best solutions below
Related Questions in MAVEN
- Auto reload with play2
- maven pom.xml dependencies order vs classpath/build path order
- How to ignore or fix the duplicate classes warning?
- Scala Eclipse IDE compiler giving errors until "clean" is run
- How to run multiple "mvn test"-commands from batch file?
- Not able to send email in java using SMTP,its blocked by firewall in my office.Is there any other method by which we can send mail?
- javaCV Maven project
- Logging error when executing Maven SonarQube plugin
- Gradle: Override transitive dependency by version classifier
- Why we need maven if there's javac that compiles the code?
- jar file input == null while java app is working
- JPA and web app
- Test Selector Plugin Jenkins returns No tests were executed
- Eclipse OSGI unsatisfied constraint
- GlassFish 4.0 CDI deployment failure + Apache Spark
Related Questions in NEXUS
- Migrating Nexus repository manager
- Choose Hibernate url and nexus snapshot repository dynamically while deploying artifact to Nexus server with Maven build or profiles
- Nexus Remote User Token authorization when deploying
- Change the hibernate property of a database project added as a dependency to a web project
- Nexus Nuget Repository List Version Information
- Corrupt Ivy XML missing dependencies
- Jenkins build parameterized with a choice of versions of a Nexus artifact (all GAVs)
- how to pull all the available snapshots versions from nexus repository to the Jenkins?
- Maven site plugin or one of it's dependencies could not be resolved
- Apache IVY Unable to resolve dependencies for MAVEN Projects
- Nexus and uploading artifacts for .NET Applications
- Is it possible to use CocoaPods through Nexus repository?
- Rebuild all versions of all Maven components from closed sources (without artifact repository)
- How to use special characters in Maven repository URL's password for karaf? (org.ops4j.pax.url.mvn.repositories)
- Building multimodule maven project
Related Questions in IVY
- How to run FindBugs off of Ivy downloaded JARs
- Installing IvyDE in marketplace in Juna failed
- Gradle: How do I include ivy artifacts by pattern?
- Ivy Settings - Changing the way conflicts are resolved
- Corrupt Ivy XML missing dependencies
- Modify ivy classpath entry
- Apache IVY Unable to resolve dependencies for MAVEN Projects
- sbt PublishLocal to ivy2, for use by Gradle/Intellij
- Choose Rev from Ant Build File
- How to programmatically build a path for a module in the cache using ivy api?
- Getting " No X11 DISPLAY variable was set, but this program performed an operation which requires it."
- Gradle and Ivy configuration
- Remote artifact repository vs local
- Sbt-assembly, Ivy, classpath
- Ant failing to find Ivy jar although jar is in ~/.ant/lib
Related Questions in PUBLISHING
- How to stop visual studio generate typescript js and js.map files while publishing
- Error while publishing Java EE application to WebSphere Server v8.5.5 in Eclipse. "The name parameter cannot be null"
- Visual Studio - How can I change the publisher name
- How to update database during publish using different connection string
- Google Play Timed Publishing
- Remote artifact repository vs local
- i cannot Upload my MVC Project via VS Publish Tools, it only accept FTP
- Is it possible to add an affiliation to the DESCRIPTION-file of an R-package?
- How to disable source code publishing in ASP.NET 5 apps?
- Can I republish my app under a different account?
- Sitecore Publishing
- Proguard Error Code 1: Proguard.ParseException
- Why Visual Studio 2013 publish website with source code?
- Error after publishing .net web project
- How to Deploy Click Once Application in different Domains
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
As indicated in the comments, it is strongly suggested to use a Repository Manager such as Nexus Repository Manager, or Artifactory.
You might try Nexus Repository Manager 3.x, as it should help quite a bit with your problem. You can install it on your server, as well as locally if you'd like as it can be used with other tools such as npm, NuGet, etc...
You can download the Open Source Software Edition of Nexus Repository Manager from this link: https://www.sonatype.com/download-oss-sonatype