6
votes
8answers
1k 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 …
3
votes
2answers
127 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).
…
3
votes
3answers
143 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 …
3
votes
2answers
297 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 m …
2
votes
4answers
58 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 …
2
votes
2answers
32 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 dep …
2
votes
1answer
85 views
Nexus supports Mass upload of artifacts?
Hi, I wanted to know if we can have mass upload of artifacts to the repository in Nexus.
2
votes
1answer
215 views
Adobe Flex/AIR Maven integration
I am writing an Adobe AIR application that needs to build in a CI using maven and nexus. I tried to follow this article which is the most up to date article from the source, but I …
2
votes
3answers
167 views
How to pass in credentials when connecting to sonatype nexus (anonymous login disabled) ?
In eclipse, the m2eclipse plugin will prompt me for my credentials when I'm building a maven2 project. And it compiles fine.
But if I now try to run "mvn install" from the command …
2
votes
3answers
793 views
Maven, Hudson and Dynamic Clearcase Views
This led on from the question about asking if Apache Maven and IBM Rational ClearCase integrated well. Thought I should write up what I found out - will require various edits, but …
1
vote
2answers
75 views
Nexus: Configure jarvana as a remote repository — what’s the URL?
I'm converting an Ant build system to use a local Nexus mirror (1.3.6), and can't seem to get Nexus to proxy Jarvana repository. One of our dependencies is jython 2.5, which is av …
1
vote
1answer
128 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:
Impleme …
1
vote
3answers
203 views
Ivy via Nexus proxy
Hi,
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 pare …
1
vote
2answers
428 views
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, …
0
votes
1answer
29 views
Failed to proxy to maven repo via Nexus
Hi all,
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 …
