nexus « repository « Maven/Ant Q&A

Home
Maven/Ant Q&A
1.Ant
2.artifact
3.dependency
4.deploy
5.Development
6.eclipse
7.glassfish
8.hudson
9.integration
10.jetty
11.junit
12.m2eclipse
13.module
14.netbeans
15.package
16.plugin
17.POM
18.repository
19.svn
Maven/Ant Q&A » repository » nexus 

1. How do I backup a nexus repository manager    stackoverflow.com

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 ...

2. Nexus: removing repository    stackoverflow.com

I accidently removed a hosted snapshot repository from Nexus containing a few artifacts needed by other developers on my team. Fine, I'll be able to recreate it fairly easy, but when ...

3. Is it possible to index a legacy repository in nexus?    stackoverflow.com

I'm trying to migrate a large maven1 installation to maven2. I've installed nexus 1.5, created a legacy hosted repository and a m2 virtal view of it. Maven 2 build scripts can ...

4. In Maven 2, Is it possible to specify a mirror for everything, but allow for failover to direct repositories?    stackoverflow.com

I understand that part of the appeal of setting up a Maven mirror, such as the following:

<mirror>
  <id>nexus</id>
  <name>Maven Repository</name>
  <mirrorOf>*</mirrorOf>
  <url>http://server:8081/nexus/content/groups/public</url>
</mirror>
... is that the

5. How to index a Maven repo without Nexus/Artifactory/etc?    stackoverflow.com

I run my own little Maven repo for some open source. I have no dedicated server so I use a Google code repository, deploy to file system and then ...

6. How do I fix incorrect checksums in my Nexus repository?    stackoverflow.com

Some of the artifacts in my local Nexus repository don't have the correct checksum. For example (wrong checksum):

cat central/org/codehaus/plexus/plexus-compiler-api/1.8/plexus-compiler-api-1.8.pom.sha1 95f3332c2bbace129da501424f297e47dd0e976b
vs (correct checksum):
sha1sum central/org/codehaus/plexus/plexus-compiler-api/1.8/plexus-compiler-api-1.8.pom 4c2947f7e2d09b6e13da34292d897c564f1f9828
It ...

7. How to parse Maven repository indexes generated by Nexus    stackoverflow.com

I have downloaded the indexes generated for Maven Central from http://mirrors.ibiblio.org/pub/mirrors/maven2/dot-index/nexus-maven-repository-index.gz I would like to list the artifacts information from these indexes (groupId, artifactId, version for example). I have read ...

8. Nexus Suggested Repositories    stackoverflow.com

I setup an internal Nexus Maven repo and I had a question about which additional Maven repos I should include from the initial setup. What are some suggested Maven repos? ...

9. Nexus Mark Oracle Maven Repository as Invalid    stackoverflow.com

Creating a Proxy repository on Nexus that proxies Oracle Maven Repo (http://download.oracle.com/maven/) marks the Oracle Repo as "Attempting to Proxy and Remote Unavailable" The problem might be that Oracle disabled directory listing ...

10. Maven - pointing to a *single* repository    stackoverflow.com

I've got a Nexus Maven repository that I want to be the one and only repository used by my projects. Per the Nexus documentation, To solve this problem I should ...

java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.