[Apache Archiva](http://archiva.apache.org/) is an open source repository management software

learn more… | top users | synonyms

0
votes
1answer
6 views

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)?
1
vote
1answer
61 views

What is the point of Artifactory or Nexus, and how might I use them?

While investigating CI tools, I've found that many installations of CI also integrate to artifact repositories like SonaType Nexus and JFrog Artifactory. Those tools sound highly integrated to Maven. ...
0
votes
1answer
21 views

Maven repository manager and SCM systems

Using Apache Archiva as a repository manager to control what maven artifacts users download. Want the artifacts managed by Archiva to reside in a SCM system (git) to be able to clearly tag everything ...
0
votes
1answer
40 views

Archiva or Artifactory using something other than localhost

I want to use either Archiva or Artifactory in stand-alone mode, but I want to configure it to listen on something other than 'localhost'. My internal repository is on a system between my internal ...
0
votes
1answer
28 views

Archiva search doesn't show anything

I just wanted to give Archiva a try, but stumpled over some behaviour very quickly. So, I downloaded the current release (1.3.6) on my Kubuntu machine, extracted it, started it via ./archiva console, ...
0
votes
1answer
16 views

Link two instances of Apache Archiva

We have two distributed dev teams. Each with it's own Archiva instance. Each team deploys artifacts into their own repository. I'd like to configure each of these Archiva instances so that they each ...
0
votes
1answer
25 views

archiva standalone vs web

can some one help me. I want to setup a internal repository for maven. For this i wanted to use Apache Archiva and i'm new to both maven and archiva. My question is what is the exact difference b/w ...
0
votes
1answer
33 views

Adding Archiva repo to Ivy

I'm trying to add an archiva-repo to ivy buit it doesn't work. Here are the used files: ivy.xml <ivy-module version="2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" ...
-1
votes
1answer
20 views

Separate Archiva configuration and installation directories

The Archiva documentation states: The standalone installation of Archiva is capable of separating its configuration from installation However, I didn't manage to do so with 1.3.6 and 1.4 (using ...
0
votes
2answers
203 views

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 ...
0
votes
1answer
41 views

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 ...
0
votes
0answers
70 views

install npanday 1.5.0-incubating-SNAPSHOT

I've installed NPanday 1.4.0-incubating, but it has some problems with WPF applications, so I decided to install 1.5.0-incubating-SNAPSHOT with this tutorial: ...
1
vote
3answers
1k views

now getting 401 unauthorized in jenkins when deploying artifact to archiva maven repo

This used to work before I upgraded Jenkins to 1.494. Now I get this error in Jenkins when using the build promotion plugin to copy the war artifact to the snapshot repo: ERROR: Failed to deploy ...
0
votes
2answers
56 views

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?
0
votes
3answers
40 views

adding artefacts in Archiva not through its interface

How can I insert artefact in archiva not through its web interface. Thanks in advance
2
votes
0answers
40 views

How do you configure the FROM field in a jetty email configuration?

I'm configuring version 1.4-M3 of Archiva running standalone with Jetty. The configuration works (I get the emails). However, they're being reported from "root@localhost". As you can see in the ...
0
votes
1answer
77 views

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 ...
0
votes
2answers
254 views

Build failure while downloading Archiva Jars with maven

I would like to download Archiva Rest API jars with maven 3 so I can make some Rest API and I always have a build failure. Here is my POM : <dependency> ...
0
votes
0answers
96 views

compiling grails application with maven

We have a local repository which has grails and the grails plugins. When I try to build the project, I get an error Could not resolve dependencies for project ...
1
vote
1answer
31 views

Issue with Apache archiva-js-1.4-M3?

I Created a Repository in the Apache archiva and added all the jars in that repository and using this apache archiva repository in my Pom.xml file. But when i am trying... mvn eclipse:eclipse it ...
0
votes
1answer
402 views

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 ...
1
vote
2answers
63 views

How to add all dependency in my project pom file?

I have added around 100 jars in my local Apache Archiva. Now i will want to add all these dependency jar to my project Pom.xml file. Can it possible to add all these dependency by single Copy-paste? ...
0
votes
1answer
84 views

Apache Archiva for maven pom project

I've implemented Apache Archiva on my server and it runs on jetty (localhost:8888). I've adding my jar and now I've one internal repo (localhost:8888/repository/internal/). Well, now I need to ...
0
votes
1answer
136 views

Any SaaS solution to host a private maven repository [closed]

Is there any SaaS solution to host a maven repository? I know I can host it myself on Nexus or Archiva or Artifactory, just want to know if there are affordable providers that permit to host a few ...
0
votes
1answer
54 views

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 ...
0
votes
1answer
211 views

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 ...
1
vote
1answer
427 views

Gradle unnable to resolve archiva dependencies

I have looked at the answer here, but it did not quite apply: Gradle Not Resolving Maven Repo on localhost basically, I have a trivial gradle project and corresponding build.gradle: apply plugin: ...
0
votes
0answers
33 views

I can't use achiva as a proxy of my remote repository

I want to install Achiva to manage my Maven repositories. I add a new internal repository called "public" and a new remote repository, which is my company's repository. Then I configure the proxy ...
0
votes
1answer
85 views

Error 500 while archiva setup on local

I am trying to setup Archiva on windows machine. Below is the error i get while trying to create a admin user. Problem accessing /archiva/security/register.action. Reason: Mail server connection ...
2
votes
1answer
156 views

How to configure Maven or Apache Archiva that it keeps only N builds of an snapshot

Our Archiva Repository never deletes old Snapshots. That generates a lot of garbage. Is it possible to tell Archiva to keep only N builds of an Snapshot? Best Regards, Christian.
1
vote
2answers
800 views

Best pratices in naming conventions on Maven artifactID (is there restriction?)

My team is new to Maven and we haven't been able to find any definitive guidance on selecting artifactIDs for our projects. I know that the Guide to naming conventions says that artifactIDs should be ...
0
votes
1answer
69 views

checking maven remote repository health status in archiva

I was using Nexus OSS. Due to issues I started using Archiva. Archiva is good. But I dont know how to check maven remote repository health status. ie whether archiva is able to connect to configured ...
2
votes
1answer
62 views

Maven is picking up the oldest snapshot in Archiva - why?

I have a projectA-parent with the following structure: projectA-parent| ----------------|projectA ----------------|projectA-core ----------------|projectA-api The module projectA simply defines ...
0
votes
0answers
148 views

jboss EAP6 - deploy artifact from maven repository

In our build/deploy environment we are using maven, jenkins and archiva (repository) To transport the ready versioned artifacts (war, ear) to the right container, we use home-made scripts getting the ...
0
votes
1answer
748 views

Maven can't resolve dependencies for project from archiva repo

we are using archiva and maven a long time. Everything works fine till now. A new developer started at our company and when he tries to set up his environment he gets that error: 13:41:50 [ERROR] ...
0
votes
3answers
222 views

maven local repository proxy external

I am supporting an Archiva internal repository in an organization where some build environments don't have access to the open internet to fetch dependencies. I thought I could configure Archiva as a ...
-5
votes
2answers
110 views

Apache Archiva Maven

Not able to download artifacts from central maven repository. <mirrors> <!-- mirror | Specifies a repository mirror site to use instead of a given repository. The repository that ...
3
votes
3answers
722 views

Getting JNotify into Maven/Archiva

I am currently working on a project that includes using JNotify to monitor when a directory/file has been created, renamed/modified, and deleted. The project is being built in Java 6, not Java 7. ...
1
vote
1answer
327 views

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 ...
0
votes
1answer
312 views

Set maven to use archiva repositories WITHOUT using activeByDefault?

I am very close to finally having a working setup with archiva and maven. The last thing that's really boggling me, is how to set up my internal and snapshot repositories - without using a profile ...
0
votes
2answers
254 views

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, ...
0
votes
2answers
235 views

How to force authentication to Archiva internal repository?

big problem. My Archiva internal repo (and maybe snapshot repo, although I don't know yet as I have not put any snapshots in there yet) seem to be accessible to the public. I.e. if someone wanted the ...
0
votes
1answer
323 views

Snaphot repository issue

We have installed Archiva with the two repositories set by default. Here is my settings.xml: <server> <id>mycompany-release</id> <username>admin</username> ...
1
vote
1answer
257 views

uploading artifacts for maven in apache archiva

I am using Spring roo.But i found that roo uses internet to download the maven plugins at first time. To avoid it am trying to use Apache archiva Stand alone.But i don know how can i configure it for ...
0
votes
1answer
1k views

Gradle Not Resolving Maven Repo on localhost

I have setup an Archiva instance on my localhost using the default configuration. I have tried several different Gradle configs to resolve to the archiva instance, but none seem to work. using ...
1
vote
3answers
130 views

What is the best jar organization strategy?

If we are building a large library of java classes, what determines when it is best to split them into separate jar files? My understanding is that having one large jar file should not significantly ...
0
votes
2answers
288 views

Maven deploy fails for Apache Archiva

I have a Maven project which generates a 413.06 KB jar file. I have to deploy it on Apache Archiva based managed repository. I have tried to deploy different versions, and it created required layout ...
0
votes
1answer
52 views

download jars from apache archiva without login [closed]

why I can browse in my apache archiva server and download the jars files without login? is an error or I have a bad configuration?
10
votes
1answer
4k views

Archiva vs Artifactory

What's the difference between Archiva vs Artifactory repository for MAVEN ? Anybody has comparison chart on this ? Which one is better out of these 2 as i am looking for free repository not ...
0
votes
1answer
248 views

Good configuration for Archiva?

We have recently decided to use Maven as build system. I'm responsible to migrate all the projects from Ant to Maven. We also decided to use Apache Archiva to configure an internal repository in the ...

1 2