Questions tagged [archiva]

Apache Archiva is an open source repository management software

Apache Archiva is an open source repository management software

254 questions
33
votes
7 answers

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 impression is that Nexus is the best regarded repository…
Dmitri
  • 8,999
  • 5
  • 36
  • 43
29
votes
3 answers

Maven private remote repository setup

I'm trying to set up a private remote repository for our team. Now the repository serves the following with so far I have tried - When a 'mvn compile' is issued, then it searches dependencies in "~/.m2". If it is not found there then it goes to the…
Razib
  • 10,965
  • 11
  • 53
  • 80
27
votes
0 answers

Archiva vs Artifactory

What's the difference between Archiva vs Artifactory repository for MAVEN ? Anybody has comparison chart on this ? Which one is better out of these 2 as i am looking for free repository not looking for license version so i know NEXUS is best but…
user886614
  • 375
  • 1
  • 4
  • 14
21
votes
2 answers

Best practices in naming conventions on Maven artifactID (is there restriction?)

My team is new to Maven and we haven't been able to find any definitive guidance on selecting artifactIDs for our projects. I know that the Guide to naming conventions says that artifactIDs should be "whatever name you want with lowercase letters…
carej
  • 596
  • 1
  • 6
  • 18
18
votes
2 answers

How can I disable Apache RAT (Release Audit Tool) in Maven

I have checked out Apache Archiva Redback and the compile is failing when I do mvn install because Apache RAT is failing and I haven't changed anything yet.
mjaggard
  • 2,389
  • 1
  • 23
  • 45
16
votes
3 answers

How to setup Archiva internal+snapshot repository for Maven?

We are trying to use Archiva as a Maven proxy for central and other external repositories and also as a snapshot storage for our artifacts which are automatically built by Hudson from SVN and installed to the snapshot repository. I can't setup my…
NagyI
  • 5,907
  • 8
  • 55
  • 83
16
votes
5 answers

Maven checksum failed

I am working on a project that uses Maven as the build tool. I am using version 2.2.1 of the tool. Recently a coworker mentioned that he couldn't build the project because of checksum errors. I wasn't getting these errors so I deleted my local…
Dan Polites
  • 6,750
  • 10
  • 50
  • 56
15
votes
1 answer

What is in the packed Maven index (nexus-maven-repository-index.gz)?

Where can I find some more details on what is contained in a Maven repository's Maven Index? Where can one find more details on how this all works? I am somewhat familiar with the maven-indexer, but I still have some grey spots... What is the…
carlspring
  • 31,231
  • 29
  • 115
  • 197
10
votes
3 answers

How to reset Apache Archiva Password

I am using apache-archiva-2.2.0 version. I lost the admin password so I want to reset the password of admin user. I tried to reset the password through remove the below mentioned…
Anubhav Gupta
  • 115
  • 1
  • 1
  • 6
10
votes
1 answer

How to publish aar file to Apache Archiva with Gradle

I´m trying to publish the generated aar file of my android library to my Apache Archiva Maven server, but I haven´t manage to get it working yet because either the examples are outdated or they are for java and not for android After noticing that…
Marian Klühspies
  • 15,824
  • 16
  • 93
  • 136
10
votes
6 answers

wrapper | OpenSCManager failed - Access is denied. (0x5)

I am trying to install Archiva on windows 8.1 pro (64 bit) and I am continuously getting the same error as below wrapper | OpenSCManager failed - Access is denied. (0x5). I logged in as administrator only. But still I am getting the same error.…
user2408070
  • 195
  • 2
  • 4
  • 13
8
votes
2 answers

What is the point of Artifactory or Nexus, and how might I use them?

While investigating CI tools, I've found that many installations of CI also integrate to artifact repositories like SonaType Nexus and JFrog Artifactory. Those tools sound highly integrated to Maven. We do not use Maven, nor do we compile Java even.…
macetw
  • 1,640
  • 1
  • 17
  • 26
7
votes
1 answer

Maven repository lookup order

We have an internal Apache Archiva based repository and we have configured the repositories tag in pom.xml to be as follows. Can I assume that all dependency access will get resolved by internal repository if you have access to it and will get…
user339108
  • 12,613
  • 33
  • 81
  • 112
7
votes
1 answer

Any SaaS solution to host a private maven repository

Is there any SaaS solution to host a maven repository? I know I can host it myself on Nexus or Archiva or Artifactory, just want to know if there are affordable providers that permit to host a few dependencies for a low cost without having to…
Sebastien Lorber
  • 89,644
  • 67
  • 288
  • 419
6
votes
1 answer

How to add jcenter/jitpack as remote repository into apache archiva?

I want to have a private repository manager to not download all the packages from internet every time. I decide to go with Apache Archiva. At the moment I want to add jitpack.io and jcenter.bintray.com to my remote repositories. I've done as…
Vahid Hashemi
  • 5,182
  • 10
  • 58
  • 88
1
2 3
16 17