Questions tagged [archiva]

Apache Archiva is an open source repository management software

Apache Archiva is an open source repository management software

254 questions
0
votes
1 answer

Archiva or Artifactory using something other than localhost

I want to use either Archiva or Artifactory in stand-alone mode, but I want to configure it to listen on something other than 'localhost'. My internal repository is on a system between my internal network and the Internet. I want to configure either…
shifflettd
  • 43
  • 6
0
votes
1 answer

Link two instances of Apache Archiva

We have two distributed dev teams. Each with it's own Archiva instance. Each team deploys artifacts into their own repository. I'd like to configure each of these Archiva instances so that they each can discover artifacts from the other. I set up…
Leif Gruenwoldt
  • 13,561
  • 5
  • 60
  • 64
0
votes
1 answer

archiva standalone vs web

can some one help me. I want to setup a internal repository for maven. For this i wanted to use Apache Archiva and i'm new to both maven and archiva. My question is what is the exact difference b/w standalone and web archiva installations (i found…
Srikanth
  • 534
  • 1
  • 7
  • 20
0
votes
3 answers

adding artefacts in Archiva not through its interface

How can I insert artefact in archiva not through its web interface.
0
votes
2 answers

Build failure while downloading Archiva Jars with maven

I would like to download Archiva Rest API jars with maven 3 so I can make some Rest API and I always have a build failure. Here is my POM : org.apache.archiva archiva
Dimitri
  • 8,122
  • 19
  • 71
  • 128
0
votes
1 answer

Issue with Apache archiva-js-1.4-M3?

I Created a Repository in the Apache archiva and added all the jars in that repository and using this apache archiva repository in my Pom.xml file. But when i am trying... mvn eclipse:eclipse it downloaded all jars into .m2 directory but each jar…
Subodh Joshi
  • 12,717
  • 29
  • 108
  • 202
0
votes
2 answers

How to add all dependency in my project pom file?

I have added around 100 jars in my local Apache Archiva. Now i will want to add all these dependency jar to my project Pom.xml file. Can it possible to add all these dependency by single Copy-paste? Right now i have to copy each individual…
Subodh Joshi
  • 12,717
  • 29
  • 108
  • 202
0
votes
1 answer

Apache Archiva for maven pom project

I've implemented Apache Archiva on my server and it runs on jetty (localhost:8888). I've adding my jar and now I've one internal repo (localhost:8888/repository/internal/). Well, now I need to integrate this repo into my project, and I've added it…
Claudio Pomo
  • 2,392
  • 7
  • 42
  • 71
0
votes
1 answer

Error 500 while archiva setup on local

I am trying to setup Archiva on windows machine. Below is the error i get while trying to create a admin user. Problem accessing /archiva/security/register.action. Reason: Mail server connection failed; nested exception is…
Sanket
  • 612
  • 5
  • 23
0
votes
1 answer

checking maven remote repository health status in archiva

I was using Nexus OSS. Due to issues I started using Archiva. Archiva is good. But I dont know how to check maven remote repository health status. ie whether archiva is able to connect to configured remote repository. It is easy in Nexus. Thanks.
jaks
  • 4,407
  • 9
  • 53
  • 68
-1
votes
1 answer

Trying to access Apache Archiva via the Browser gives Error : HTTP ERROR: 503 Problem accessing /

I downloaded Apache Archiva and the console is running well on port 8080. But when I tried it to access it via the browser it is giving me this error HTTP ERROR: 503 Problem accessing /. Reason:Service Unavailable Powered by Jetty:// I have tried…
acnow
  • 1
-1
votes
1 answer

optimal chain for resolve in ivy

I have some project's that integrates ivy, i publish my artifact in two possible repositories, local, that respond to a folder, and beta, that respond to a server where archiva is installed and where i share my jars with my colleague. Now the…
mautrok
  • 961
  • 1
  • 17
  • 41
-2
votes
1 answer

Uploading local maven repository to archiva

I am setting up a local repository using Apache Archiva. After setting up now I need to copy the libraries that got downloaded into my local maven repository into archiva. Currently I am manually copying it but it is very tedious process and I am…
Mayuran
  • 669
  • 2
  • 8
  • 39
-6
votes
1 answer

Apache Archiva Maven

Not able to download artifacts from central maven repository.