Tagged Questions

Nexus is a Maven Repository Manager. Repository managers serve two purposes: they act as highly configurable proxies between your organization and the public Maven repositories and they also provide an organization with a deployment destination for your internally generated artifacts.

learn more… | top users | synonyms

26
votes
12answers
14k views

Should we use Nexus or Artifactory for a Maven Repo?

We are using Maven for a large build process (> 100 modules). We have been storing our external dependencies in source control, and using that to update a local repo. However, we are ready to ...
15
votes
1answer
4k views

How to specify maven's distributionManagement organisation wide?

I'm trying to figure out how to organize many (around 50+) maven2 projects, so that they can deploy into a central nexus repository. When using the mvn deploy goal, one does need to specify the target ...
11
votes
3answers
2k views

how do I get sbt to use a local maven proxy repository (Nexus)?

I've got an sbt (Scala) project that currently pulls artifacts from the web. We'd like to move towards a corporate-standardized Nexus repository that would cache artifacts. From the Nexus ...
8
votes
4answers
3k views

Ivy via Nexus proxy

does anyone knows how do I specify in Ivy something like mirror/mirrorOf in Maven? I'm working with a local Maven proxy (Nexus) and need the tool to specify which of the parent repositories should ...
8
votes
2answers
2k views

How do I backup a nexus repository manager

The nexus book: http://www.sonatype.com/books/nexus-book/reference/. Does not seem to spend any time on how one should go about backing up a nexus repository. If I am installing my snapshot and ...
7
votes
3answers
1k views

Nexus supports Mass upload of artifacts?

I wanted to know if we can have mass upload of artifacts to the repository in Nexus.
6
votes
1answer
644 views

Why does a hudson “mvn clean install” build take 3-6x longer than the same on the command line?

We are seeing relatively long build times on our CI server (hudson) and they're starting to get in our way. I am aware hudson does more than invoke maven and I would happily grant it 10-20% more time ...
6
votes
4answers
1k views

Using Sonatype nexus in local network

I've successfully created a small software engineering environment (SEE) for Java applications that is - amongst other tools - based on maven and nexus. My actual problem is - not a real surprise - ...
5
votes
2answers
1k views

m2eclipse can't resolve archetypes from nexus

in our company we're using a local nexus repository. If I now try to create a new Maven project using the eclipse project wizard (M2Eclipse 0.12.1 installed) I allways get an 503 error from nexus. ...
5
votes
2answers
145 views

monitoring nexus repo

Does anyone know of a nexus plugin or APIs that allows the monitoring of mvn artifacts deployments to a nexus repo? my issue is that developers are uploading all kind of jars to a nexus repo and i ...
5
votes
3answers
2k views

Upload artifacts to Nexus, without Maven

I have a non-Java project that produces a versioned build artifact, and I want to upload this to a Nexus repository. Because the project isn't Java, it doesn't use Maven for builds. And I'd rather not ...
5
votes
4answers
751 views

How do I use the new JBoss Maven repository from behind a corporate firewall?

I have a dependency on Hibernate 3.5.3 which is only available to me from the new JBoss Maven repository is hosted on Sonatype's Nexus and all the URLs are secured with HTTPS. I can access this ...
5
votes
2answers
662 views

How to add dependencies to 3rd party library using nexus/maven

i'm trying to use Nexus + m2eclipse/maven-3 professionnally, and i've got a huge 3rd party library that needs a lot of dependencies. Is there any ways to ease my pain by uploading to Nexus this ...
5
votes
1answer
2k views

Automating upload of artifacts in Nexus using Maven

Am trying to automate the process of uploading an artifact generated by Maven into a Nexus hosted repository (like a maven goal, which will upload the generated jar into a specified repository in ...
5
votes
2answers
951 views

Problem with dependencies in m2eclipse

I have a problem with m2eclipse and Nexus. Normally, when you create a new Maven Project in Eclipse, you can select an Archetype like maven-archetype-quickstart from the Nexus Indexer. Unfortunately, ...
5
votes
2answers
3k views

Maven Snapshot Repository v/s Release Repository

This is a newbie Q, but What is the difference between a Snapshot Repository v/s Release Repository? This is with reference to setting up Repositories (like Artifactory, Nexus etc)
4
votes
6answers
1k views

Eclipse startup error

Today when I started eclipse I got the following error message: An internal error occurred during: "Updating indexes". Java heap space When I checked the log, there is this exception: !ENTRY ...
4
votes
1answer
546 views

How can I access a secured Nexus with SBT?

I'm trying to access a Nexus repository manager which requires some basic authentication. Everything works fine from Maven2 but when I try to configure things in SBT it can't find the artifacts. It is ...
4
votes
3answers
668 views

What are the gigantic *.CFS files all about in Eclipse workspace plugin folder?

I started to notice my WD drive getting full and ran a size:gigantic file search on it. It has turned up several files here: F:\SCOTT-SHARED-DESKTOP\My ...
4
votes
3answers
312 views

Push to Nexus Using Leiningen

I wrote a Clojure project using Leiningen and would now like to add the resulting jar to a Sonatype Nexus server. I installed lein-clojars, since this comes with a push command that seems to accept an ...
4
votes
1answer
78 views

Can Sonatype Nexus publish indexes after a commit?

We have a Nexus repository, that holds our software (surprise ...). In our IDEs, we added the repositories, so we can navigate them in a visual manner. Problem: the IDE uses the .index folder (with ...
4
votes
3answers
510 views

maven deploy changed artifacts only

I'm using maven 2.2 with nexus 1.4.0 Let's say I have a pom-structure like this (with corresponding versions) parentproj, v1.0.1 - childproj1, v1.0.2 - childproj2, v1.0.7 childproj1 and ...
4
votes
3answers
1k views

Can Nexus/Artifactory store a copy of an internet Maven artifact?

I would like to have Nexus (or Artifactory, we're not decided yet) store a copy of an artifact when it is downloaded from a public repository on the internet (like Maven Central). Basically, if you ...
3
votes
1answer
153 views

Maven tries to download ojdbc14.jar again - jar already present in local repository

When I run the command mvn eclipse:eclipse, the dependency jar ojdbc14.jar is getting downloaded without any issues. Then, when I run the command mvn clean install, maven tries to download the same ...
3
votes
1answer
201 views

Why does Eclipse maven produce huge .cfs files for no reason?

I suddenly found that the plugins folder of my Eclipse workspace was huge, and I discovered the following files: ...
3
votes
3answers
100 views

Searching Nexus never reveals latest artifact versions

Our shop uses Nexus to proxy for Maven Central and several other repositories. From time to time we use it to search for artifacts to see if what other versions might be available. However it ...
3
votes
1answer
40 views

Can I control which artifacts are available in Sonatype Nexus?

I'm using Sonatypes Nexus on our local network to centralize our maven artifact downloads. I can already see that we're using a lot of different versions of certain libraries and I want to control ...
3
votes
2answers
145 views

Where do I put my credentials when using Ivy and a private company repository?

I'm using Ant + Ivy, and my company has recently set up a Nexus server for our own private libraries. Ivy can get dependencies from the Nexus server by using a ibilio resolver and m2compatible=true, ...
3
votes
0answers
54 views

How to control the order in which repositories are looked in a repository group

How to control the order in which repositories are looked in a repository group in the "Public Repositories-->Available Repositories" section, the UP/DOWN arrow seems to be missing. Sometimes it ...
3
votes
2answers
132 views

How do you manage the licenses of the dependencies (libraries) of your project?

I would like to know if the Nexus repository manager includes a License manager like Artifactory (with this plugin : http://wiki.jfrog.org/confluence/display/RTF/License+Control). If there is no way ...
3
votes
5answers
466 views

How does Archiva compare to Nexus?

There are a few similar questions already, but most are either focused on Nexus vs. Artifactory, or are a few years old. I wanted to get a sense of where the two project stand these days. My ...
3
votes
1answer
1k views

mvn:install to place my jar in nexus remote repository

I am using maven in eclipse (m2 eclipse) When i execute mvn:install i want my jar(artifact) to be installed in the nexus repository which is located on the server(right now the installed jar is ...
3
votes
3answers
107 views

How to find the artifacts that depend on another artifact?

We are using Maven to build our projects and Nexus as repository manager. Is there a way to know where an artifact is a dependency of another artifact? For example, we want to know which of the ...
3
votes
1answer
646 views

change deployed artifact name based on profile

I have in a web application's pom file, a build profile, which does some necessary things (in my code) for qa testing. I have this code on svn and this code is compiled in Hudson, which deploys ...
3
votes
1answer
89 views

Maven - how/where to publish artifacts

I have open-sourced some of my projects. I'd like to publish the artifacts in a common place. If I don't have to host my own repository, that would be ideal, otherwise I will have to setup my own ...
3
votes
2answers
2k views

Ivy and Snapshots (Nexus)

I'm using ant, ivy and nexus repo manager to build and store my artifacts. I managed to get everything working: dependency resolution and publishing. Until I hit a problem... (of course!). I was ...
3
votes
2answers
2k views

How can I get nexus to proxy springsource maven repository on s3?

I have nexus 1.5.0 setup to proxy springsource repositories but it's not working. The repositories are on s3 that nexus doesn't seem to understand how to deal with that. What's the right pattern? ...
3
votes
1answer
984 views

Failed to proxy to maven repo via Nexus

I am working with Nexus free addition (1.3.6) and I am trying to add a proxy repository as described in the Nexus book - Google Caja: http://google-caja.googlecode.com/svn/maven. After adding a new ...
3
votes
1answer
2k views

Getting Nexus to download dependencies from a repository with no .index file

I've just setup the latest version of Nexus for our company, and it's working great. We've added several 3rd party repositories, and one of them does not have an .index file present. So it appears ...
3
votes
2answers
16k views

How do I deploy to nexus (hosted by secureci)?

Like recommended in a previous SO-Answer I'm running a VmWare image of secureci as a preconfigured development infrastructure containing maven, nexus, hudson, svn. Now I want to configure maven on my ...
3
votes
3answers
278 views

How to patch a subcomponent in a maven-managed framework?

I need to patch the mule-transport-jms subcomponent of mule for this bug (http://www.mulesoft.org/jira/browse/MULE-3983). The "fix" is straightforward but what is vexing me is deploying the patched ...
3
votes
3answers
371 views

Is there a way to make the Maven build independent of the network connection?

I'm working in a Continuous Integration environment and part of the automated build process includes the compilation of Maven managed projects. What I want to know is if there is a way to make the ...
3
votes
1answer
414 views

Implementing a custom Python authentication handler

The answer to a previous question showed that Nexus implement a custom authentication helper called "NxBASIC". How do I begin to implement a handler in python? Update: Implementing the handler ...
2
votes
1answer
45 views

How does my pom find my parent pom if the repositories are configured in the parent pom?

I've refactored all repository configuration out of my various projects into a parent pom that I've created for the specific purpose of having a single point of configuration for stuff like repo's and ...
2
votes
2answers
160 views

Good Reference for Hudson/Maven/Mercurial Integration

Can anyone provide a good reference (web, book etc.) that explains how to set up Hudson to do builds/releases using Maven/Nexus and Mercurial? I would like to set up our system to do Maven builds in ...
2
votes
3answers
75 views

Why do the Sonatype docs suggest redefining the central repository with a bogus URL in settings.xml when using mirrorOf?

According to the Maven documentation: You can force Maven to use a single repository by having it mirror all repository requests. The repository must contain all of the desired artifacts, or be ...
2
votes
1answer
724 views

maven m2eclipse Unable to update index for nexus

I have a remote maven repo set up and can successfully upload artifacts and download via POMs. I also see the repo listed along with maven central in my m2eclipse global 'Maven Repositories'. My ...
2
votes
2answers
272 views

Continuous integration server beginner

I'm trying to setup a complete CI server, but i struggle on some points. Currently, my system work as follow : I commit local changes on my local GIT repository, then push to the GIT repository on ...
2
votes
1answer
60 views

How can I figure out where Maven got an artifact from?

I just spent half an hour working with a colleague to figure out why I could build a project when he (working from the exact same source) could not. Common start to a story about Maven, I know. ...
2
votes
1answer
380 views

Teamcity: Update local maven repository on build server from Nexus

I am using Teamcity to build by Maven based Java Project. I have recently added a third party artifact into my Nexus Repository Manager. Now when I am building the project, I am getting the ...

1 2 3 4 5