Questions tagged [archiva]

Apache Archiva is an open source repository management software

Apache Archiva is an open source repository management software

254 questions
1
vote
0 answers

apache archiva doesn't load plugin from central repo

I want to use Apache Archiva like a company repo and mirror of the central maven repo(https://repo.maven.apache.org/maven2). But archiva can't download jar from central repo, when I call archiva's server. Somebody knowns how to fix it? Result of…
1
vote
1 answer

Archiva REST-API

I'm trying to get the latest version of an artifact. going to http://archiva:8080/restServices shows me the Available RESTful services: clicking on http://archiva:8080/restServices/archivaServices?_wadl leads to an empty(all white) page fore me.…
user2071938
  • 2,055
  • 6
  • 28
  • 60
1
vote
2 answers

Why does gradle push a dependency to my maven repo while resolving dependencies?

This is my basic setup: // Dependencies repositories { maven { url "http://MYREPO.." } jcenter() mavenLocal() } dependencies { compile 'org.bytedeco.javacpp-presets:opencv:3.1.0-1.2' } From my understanding of how dependency…
Lake
  • 4,072
  • 26
  • 36
1
vote
1 answer

Can I use ivy dependency info in my ant build file

In my ivy.xml file I have dependency statements like: 'rev=' can be a fixed value or 'latest' or…
pablaasmo
  • 576
  • 7
  • 18
1
vote
1 answer

How to upload Jar to Archiva without having the Version number appended?

If I use the UI Console to add a jar file to our Apache Archiva Maven Repo the version number is added to the jar file, but that's not what we want. For example if you browse http://mvnrepository.com/ to get a jar to download the version is a sub…
FreshMike
  • 481
  • 1
  • 6
  • 26
1
vote
3 answers

Apache archiva returns http error 503

I am using apache Archiva v. 2.2.0 under Windows Server 2012 R2, Java version 1.8.0_60 inside VirtualBox. It used to work for quite a long time before Windows autoupdate. After Windows autoupdate I am getting an error message when going to archiva…
igor-so
  • 453
  • 9
  • 16
1
vote
1 answer

Why did Apache Archiva never "go anywhere"?

It seems like a free, artifact storage application with a nice GUI for jars, wars, rpms, etc. is really needed given that SVN is a bit old and Artifactory and Nexus (can be) are quite expensive. So I am confused as to why Apache Archiva never…
1
vote
0 answers

Grails multiple custom maven repo locations

I can configure my Grails app to pull from my company's Archiva repo using: grails.project.dependency.resolution = { repositories { mavenRepo "https://repo.mycompany.com/archiva/repository/internal/" However, this doesn't quite work…
Steven Byks
  • 125
  • 5
1
vote
1 answer

maven import pom (BOM) own project from internal maven repository

We are trying to group maven dependencies inside a seperate maven POM-typed project. We would like to use this as both a POM-type dependency inside the dependencies node aswell as a BOM (Bill of Materials) inside the de dependencyManagement. We have…
stefaan dutry
  • 1,096
  • 1
  • 10
  • 21
1
vote
2 answers

Is there a quick way to manually upload a bunch of artifacts jars with poms to archiva?

The web UI is clunky, and since archiva is on the internal network, adding new updates and things to it is a painstaking process. Does there exist a script or something that'll do the job of syncing up archiva to a local maven repo?
gtrak
  • 5,598
  • 4
  • 32
  • 41
1
vote
2 answers

Repository for storing derived information (build artifacts)

I'm looking for a "repository" to store derived information (build artifacts). We have a repository (currently Mercurial) to store our source code. When something is pushed to the source repository the code goes through a continuous integration…
BertR
  • 1,657
  • 11
  • 12
1
vote
1 answer

gradle archiva integration copy jar from build to archiva repository

I am integrating gradle to archiva.I was able to build the jar of the project successfully , but craeting inside build/libs. I want to add this jar to my archiva repository internal after build. please guide me my archiva…
AKT
  • 182
  • 1
  • 8
1
vote
1 answer

What is the difference between running an application as a service or deploying it on a container?

I need to install the following applications for our continuous delivery strategy: Jenkins and Apache Archiva But they offer: to be install as a windows service or to be deploy in a container (i.e. Tomcat) I was wondering if installing those…
Jet
  • 661
  • 5
  • 11
1
vote
1 answer

Is there such a thing as a local remote Maven repository?

I have a build box on which is installed: Maven Bamboo Archiva I have configured Bamboo to grab my Maven project from a remote Git source and then build it with the goals 'clean install'. I have configured Archiva with two repos: mirror - a…
wimnat
  • 1,129
  • 1
  • 13
  • 27
1
vote
1 answer

Archiva / Maven as corporate repository

I am setting up Maven corporate repository using Apache Archiva for my company. Our requirements for now are quite basic - have an internal repo for our jar files and dependency management. I want to make sure that Archiva does not upload any of our…
Eytan Avisror
  • 2,860
  • 19
  • 26