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

Cannot download "internal" SNAPSHOT artefacts from Apache archiva

I am using maven 3.0 and Apache Archiva as remote internal repository (configured as mirrior in settings.xml) but I am having problems downloading SNAPSHOT artifacts. Failed to execute goal on project IntegrationTests: Could not resolve…
jaksky
  • 3,305
  • 4
  • 35
  • 68
1
vote
2 answers

installing Apache Archiva as Web Application on TOMCAT 7

I installed Apache Archiva as a Web-Application on Tomcat 7 ( howto ). But i get following error: SEVERE: Exception sending context initialized event to listener instance of class…
Roland
  • 169
  • 2
  • 4
1
vote
1 answer

Archiva: Setting metadata properties

I cannot find the UI for setting archiva properties in the current version: Have I missed something (logged in as admin)?
jayunit100
  • 17,388
  • 22
  • 92
  • 167
1
vote
2 answers

Deploy Artifact From Jenkins to Archiva with NAnt

I'm admittedly new to the whole continuous integration idea. As such, I've been scouring the web to find a way to take my ASP.NET project, feed it through Jenkins for auto-build using NAnt and mono on a Linux box, and ultimately deploy the artifact…
brazilianldsjaguar
  • 1,409
  • 1
  • 20
  • 45
1
vote
2 answers

leiningen 2 omitting default repositories?

I'm trying to set up archiva as our proxy repo for leiningen projects. I've seen references to the following key: :omit-default-repositories But it doesn't appear to be working. When I stick a clojars dependency into my project file leiningen is…
jgerman
  • 2,161
  • 3
  • 13
  • 10
1
vote
2 answers

How dow I setup Archiva standalone to use Postgres?

Ok, I'm struggling to get Archiva 1.4 in standalone mode to use an existing Postgres db. Can anyone help me configure it?
end-user
  • 2,845
  • 6
  • 30
  • 56
1
vote
3 answers

m2eclipse won't download sources from local repository

I am using Maven in Eclipse to manage the project dependencies which are resolved from a local repository (SNAPSHOT). It works fine for compiling, but when I am trying to download the sources of a package (via right-click on package and Maven ->…
Bertolt
  • 995
  • 1
  • 13
  • 37
1
vote
1 answer

hash values in maven repositories

Artifacts in a Maven repository have MD5 and SHA1 hash values. Where are the hash values generated, during build time by the local Maven installation or by the repository server after the artifacts have been uploaded?
free_easy
  • 5,061
  • 3
  • 25
  • 39
1
vote
2 answers

Maven Throwing error in opening zip file?

I have added plenty of jar files in My Local Apache Archiva and added the Repository location and Dependencies in my project pom.xml . mvn clean mvn eclipse:eclipse working fine but when i am trying to run mvn install then i am getting exception…
Subodh Joshi
  • 12,717
  • 29
  • 108
  • 202
1
vote
1 answer

Apache Archiva not caching?

I've just set up Archiva and I'm testing it. I'm trying to get mysql-connector-java and I'm expecting it to not find it in the internal repository, download it from the central repository and then cache it. When I check…
Michael
  • 13,838
  • 18
  • 52
  • 81
1
vote
1 answer

Why are my artifactory and archiva downloads hanging over VPN?

I am running into a very strange problem and I am not sure what is going on. I have tried many permutations and I cannot resolve this. Any insight would be very appreciated. Here is my environment: I have set up an archiva and an artifactory repo in…
Julio Garcia
  • 1,087
  • 3
  • 14
  • 22
1
vote
1 answer

How to upload a Custom service mix feature (features.xml) to internal Archiva maven reposistory

I have a custom created service mix feature which is generally a features.xml file. Now i want to upload it to Archiva maven reposistory and use it to install it as a service mix feature. What will be the packaging type to refer to a file with .xml…
Mr9
  • 159
  • 4
  • 15
1
vote
1 answer

adding new arifacts to archiva

I'm using Archiva as my repository manager. It is setup so the users hit the archiva repo and if it doesn't hvae it, the archiva repo will then check the maven central repo (the internal repo proxies the maven central). Now if I want to add a new…
Jeff Storey
  • 56,312
  • 72
  • 233
  • 406
0
votes
2 answers

Archiva/Maven failed to execute goal

When I try to build using Archiva/Maven, the system return this message: Failed to execute goal on project ... The following artifacts could not be resolved: net.sf.josql:josql:jar:1.5, net.sf.josql:gentlyweb-utils:jar:1.5: Failure to find…
sonnuforevis
  • 1,311
  • 6
  • 22
  • 38
0
votes
1 answer

Snaphot repository issue

We have installed Archiva with the two repositories set by default. Here is my settings.xml: mycompany-release admin ****** mycompany-snapshots
manash
  • 6,985
  • 12
  • 65
  • 125