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

Apache Archiva Maven releated

I am trying to use Apache Archiva as my project repository. I configure archiva and am able to upload the snapshot to archiva using mvn deploy since i configured the details in pom.xml and settings.xml respectively. Now i have snapshots which are…
0
votes
1 answer

Upload multiple jar files to maven repository (e.g. Archiva)

In one of our project we are planning to generate multiple jar files (basically libraries, which contain no dependencies) . We would like to upload these jar files to local maven repository (Archiva looks good, we are also open to other options) so…
navaltiger
  • 884
  • 12
  • 27
0
votes
2 answers

What's your favorite maven repository server?

HI,Which maven repository server do you prefer? Apache archiva , Nexus or other? and why?
redwood
  • 9
  • 2
0
votes
1 answer

What will be url for the archiva central repository?

In an example how to configure apache archiva this code should be added to the settings.xml ..but the url is not working what to do ? archiva.central
Praneel PIDIKITI
  • 18,677
  • 13
  • 41
  • 60
0
votes
2 answers

ERROR installing apache archiva on my sytem

Can anyone help regarding this... i'm stuck :(
Praneel PIDIKITI
  • 18,677
  • 13
  • 41
  • 60
0
votes
0 answers

Indicate which build upload to Maven repository

I'm doing a simple configuration with Jenkins to generate my deploy, the pom file has been configured to create WAR and JAR file. What I want now is to upload automatically the JAR file to my Maven repository (using Archiva currently), but until now…
KESO
  • 335
  • 2
  • 5
  • 17
0
votes
1 answer

Configuring spring-repo in to remote maven artifact repository. Apache - Archiva

I am trying to set up a remote Maven repository on my local network using Apache Archiva such that I want each and every dependency should get downloaded from the remote repository itself and not from any Externally hosted repository. For this I…
0
votes
1 answer

Push ant generated artifact to archiva repository through jenkins

I am new to Jenkins and ant. I have a ant and maven project. The ant build file is used to generate custom jar file. I need to automate the process of uploading this jar file to Archiva repository. Please help.
0
votes
1 answer

Managing local maven repository with Apache Archiva - licenses

I am trying to regain control of dependencies used by our projects by migrating from zero management (local lib folder) to a locally managed system (Archiva). Each of our dependencies already resides in a separate directory, similar in structure to…
predi
  • 5,528
  • 32
  • 60
0
votes
1 answer

Using REST api of ARCHIVA artefact repository

I need your help. I would like to access my Archiva artefact repository using the REST api, but only one request works: http://myArchiva/restServices It returns a list of URLs to access the wadl files. But the listed urls as well as all other…
bkrgr1
  • 23
  • 5
0
votes
1 answer

Maven Dependencies not downloaded for the Jar artifact in local repository using archiva

I am trying to setup a organization wide maven repository. I have installed archiva as a service and added a mirror in my local settings.xml of maven to disable the maven central. I have uploaded my project1's jar into archiva internal repository. I…
kushwah_a
  • 135
  • 2
  • 9
0
votes
1 answer

embedded maven remote repository

I am writing a scala client that should perform several reads from maven remote repository (dependency tree evaluation). To perform e2e tests to my code I need a running maven repository (artifactory, nexus, archiva etc...) with several artifacts…
orshachar
  • 4,837
  • 14
  • 45
  • 68
0
votes
0 answers

How to install Archiva or Artifactory or Nexus in my Tomcat Server

I'm looking for a repository to put some of my java libs and integrate with Maven. So far the best options that I have found are Archiva, Artifactory and Nexus open source. What I need is to install any of those in my own Tomcat Server, because I…
Bem Hur Ganem
  • 33
  • 1
  • 6
0
votes
1 answer

Archiva Artifacts Backup

Firstly, is it necessary to have BackUp of Artifacts stored in Apache Archiva? If yes what would be the best practice and can we upload it into Amazon S3 buckets and retrieve later for Deploying it through using Docker Containers?
0
votes
1 answer

How to use Apache Archiva with Maven?

I have set up Apache Archiva and added a couple of files to it: Everything looks good, I think. I have updated my settings.xml file to include the profile: I then add the above mentioned dependency to my pom.xml file: I save it so that it…
Anton
  • 761
  • 17
  • 40