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
1 answer

Importing repositories into Apache Archiva

I have an existing version (pretty old) of Apache Archiva running with a couple of repositories which are holding my JARs. Now, I have setup a new installation of the latest version of Archiva on a separate system and I want to import all those…
Gurneet Sethi
  • 810
  • 7
  • 11
1
vote
1 answer

Deploying non Maven based module src and tests jar to Archiva in a single transaction

Is it possible to use Maven deploy:deploy-file or similar to deploy your main src jar snapshot and the test src jar snapshot to Archiva so that it results in a single entry? Currently I have an Ant project which has jars I want publishing to Archiva…
JARC
  • 5,288
  • 8
  • 38
  • 43
1
vote
1 answer

Maven deploy:deploy-file not found due to version/timestamp appended to jar

I'm having a problem using deploy:deploy-file with snapshots I'd like some advice on please. I have 2 projects; 1) Ant based and 2) the other Maven based that consumes the jars of the other project via Archiva. I've added a target to the Ant project…
JARC
  • 5,288
  • 8
  • 38
  • 43
1
vote
2 answers

nexus on tomcat stops responding - alternative to this repository manager

Last year I got virtual server for my server needs, configuration is not great, but things work without problem... Few months ago I installed Nexus Repository manager and after that I have daily problem with tomcat... I now restart machine every…
1
vote
1 answer

Archiva file upload by Powershell

I need to create a PowerShell script to upload a file to Archiva repository I managed to do this by this sample: $user = "user" $pass = "password" $secpass = ConvertTo-SecureString $pass -AsPlainText -Force $uri =…
SilliS
  • 175
  • 2
  • 12
1
vote
1 answer

maven - how to deploy non-jar files

In my project I have many modules. One of the modules requires a jar file to be deployed to the repository which it does fine. The others involve every other kind of file: zip, kar etc. I can see the zip get uploaded if I look for it via the…
Ree
  • 863
  • 2
  • 18
  • 38
1
vote
1 answer

How to configure pom.xml so deploy custom artifact to remote repo (archiva)

How do I deploy an artifact into my archva repository? I want to configure my pom.xml to do this but I'm not sure how to set the groupdId and artifactId and version. I'm under the impression this artifact must first be copied to my local repo via…
Ree
  • 863
  • 2
  • 18
  • 38
1
vote
1 answer

Migrate from Archiva to Artifactory

Has anyone migrated from Archiva to Artifactory before? I'm looking for some guidance, and am unable to find any info online. Thanks, Chris
1
vote
1 answer

apache-archiva-2.0.0.war Invalid bean definition with name 'jcr-config' defined in URL

I am running fresh instances of Netbeans7.4, Glassfish 4.0, Tomcat 7.0.41 and Oracle's jdk 1.7.0_51 on RedHat Enterprise Linux 6.5. I am unable to deploy the apache-archiva-2.0.0.war on either Tomcat or Glassfish that I downloaded from Archiva's…
Ted
  • 1,641
  • 7
  • 30
  • 52
1
vote
1 answer

user friendly artifact procurement in maven

We need convention about libraries and frameworks we use in our team. It will be best if we just type somewhere something like "allowed to use org.jvnet.jax-ws-commons:jaxws-maven-plugin:2.3" and then this dependency and all transitive dependencies…
cynepnaxa
  • 1,024
  • 1
  • 14
  • 30
1
vote
2 answers

add and use remote repositories in Apache Archiva

Well, I researched how to configure Apache Maven to use Apache Archiva as a source of artifacts and how to configure Apache Archiva to use other external repositories, however, do not know why but it is not working. I need your help please. Research…
klaytonbrito
  • 123
  • 1
  • 8
1
vote
1 answer

Access denied error when deploying artifact to Archiva remote repo

I am trying to deploy project artifact into Archiva remote repository but keeps getting this error: Error Message: [INFO] --- maven-deploy-plugin:2.8.1:deploy (default-deploy) @ mavenandroidapplication --- Downloading:…
Gzzzy
  • 31
  • 1
  • 6
1
vote
2 answers

Maven Repo Proxy - Without Caching Functionality

Another department has a maven repository on their network. This includes external 3rd-party artifacts (java libs), as well as their own artifacts (their own software). I would like to be able to access their repository, as I cannot access maven…
jwa
  • 3,239
  • 2
  • 23
  • 54
1
vote
1 answer

How to access Apache Archiva rest services using curl

I installed Archiva 1.4-M4, and tried to access its REST API, beginning with the simple ping service, using curl; $ curl http://localhost:8080/restServices/pingService/ping No service was found. Perhaps some configuration…
CAB
  • 1,015
  • 1
  • 14
  • 24
1
vote
1 answer

Archiva Jenkins Communication via https

I try to build the communication between Archiva and Jenkins via https protokol, but i receive following mistakes: [WARNING] Could not transfer metadata ...:3.5-SNAPSHOT/maven-metadata.xml from/to archiva.snapshots…
andy_bu
  • 113
  • 2
  • 13