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
3 answers

What is required to use maven for artifact deployment?

I am setting up a CI system with repository archive, based on apache Archiva. Among various techniques for deploying file there, the most promising one seems to be using maven (as opposed to REST api that would require too much curl calls and Web…
Srv19
  • 3,458
  • 6
  • 44
  • 75
0
votes
1 answer

Unable to start Archiva v2.1.0 on Linux - java.lang.UnsupportedClassVersionError

I'm trying the latest release of Archiva (v2.1.0). As I've mentioned in this post, I'm having issue to start Archiva using the service, so I've started it directly in its installation folder using the following command: /opt/archiva-2.0/bin/archiva…
tduchateau
  • 4,351
  • 2
  • 29
  • 40
0
votes
1 answer

ivy resolve dependencies from different settings

i have configured my settings.xml in this way: settings.xml
mautrok
  • 961
  • 1
  • 17
  • 41
0
votes
1 answer

How to add Authorizarion for Archiva Repositoty in Maven?

I am using Maven for my project everything work fine but now i need some third party jar which are not available on Maven Central repository. So i installed Archiva in my server and added Archiva repository entry in pom.xml file
user3696143
  • 301
  • 2
  • 6
  • 23
0
votes
0 answers

archiva graphic interface doesn't find my artifact

I have this problem, i have tried to publish an artifact of mine in my archiva repository, but even if phisical it seems that everything is ok when i go to the ui view of archiva i don't find anything about that artifact. I have allready try to do…
mautrok
  • 961
  • 1
  • 17
  • 41
0
votes
0 answers

right working of ivy with archiva repository

I'm trying to understanding and using ivy with archiva, but i have this strange thing that i can't explain, Build.xml ...some xml code
mautrok
  • 961
  • 1
  • 17
  • 41
0
votes
1 answer

Maven :How to use local archiva repository in project?

Downloaded Apache Archiva and uploaded 10 Jar file on it now i want to use this Archiva repository in my pom.xml so these 10 jar download from the Archiva ..What all setting i have to do i made changes in my pom.xml file like below
user3696143
  • 301
  • 2
  • 6
  • 23
0
votes
1 answer

Apache Archiva set admin account password

I have only ssh access to machine where I need to setup the Archiva. So i wonder have can I create a admin account and set a password to that account. I found in Archiva API /userService/createAdminUser but still I don't understand how to add a…
SilliS
  • 175
  • 2
  • 12
0
votes
1 answer

Apache Archiva /fileUploadService request body example

I want to use Archiva like a stand-alone artifact repository for our bin-files. I need to have a possibility to upload files not via archiva's upload page. I started to look in the documentation and found rest api /fileUploadService. There we have…
SilliS
  • 175
  • 2
  • 12
0
votes
1 answer

Deploy an artifact into Archiva repo using maven POM

I am trying to deploy a specific artifact I have developed to Archiva using the POM file for my project. I have added the artifact as a dependency in the POM file. I'm not 100% clear on how that 'should be done but I have the following since the…
Miles
  • 110
  • 9
0
votes
1 answer

How to deploy to archiva using Jenkins and maven

I am trying to deploy to my archiva repo using Jenkins and maven. I am using the "post-build actions" option: "deploy artifacts to maven repository" and I have added the configuration plugin where I added a settings.xml and defined the server…
Ree
  • 863
  • 2
  • 18
  • 38
0
votes
1 answer

Which files to edit? Maven & archiva

I simply cannot conclude, after all my reading, where and why it is necessary to change what in order to download artifacts from my archiva repository using maven. I have archiva set up on a server and am trying to run a simple maven project that…
Ree
  • 863
  • 2
  • 18
  • 38
0
votes
1 answer

How to fetch artifacts from own repo using maven?

How do I create a simple project that fetches artifacts from my repo using maven? And where will these artifacts get saved to - my default maven repo? I am using Apache Archiva.
Ree
  • 863
  • 2
  • 18
  • 38
0
votes
1 answer

Maven Project + Apache Maven + Apache archiva

This is what I did As a first step, I have configured the Apache Archiva and the service runs perfectly as a standalone service though it created some trouble for me while trying to run in tomcat. Edited the setting.xml in the MAVEN_HOME pointing…
venki
  • 29
  • 1
  • 4
0
votes
1 answer

Jenkins ArtifactDeployer simple creates a new dir in base dir?

I am in Jenkins and using ArtifactDeployer. The console output tells me that the remote repo is http:// myrepo but all it does is create a new folder in my base directory which I also specify in this plugin. It correctly finds only one file to copy…
Ree
  • 863
  • 2
  • 18
  • 38