Tagged Questions
The archiva tag has no wiki summary.
4
votes
2answers
223 views
How to setup Archiva internal+snapshot repository for Maven?
We are trying to use Archiva as a Maven proxy for central and other external repositories and also as a snapshot storage for our artifacts which are automatically built by Hudson from SVN and ...
4
votes
3answers
2k views
Snapshot not downloaded by Maven
I am trying to set up Maven with a Repository located in our local Network and I already have set up a Repository for snapshots and one for Releases (both apache archiva).
Downloading the packages ...
3
votes
5answers
469 views
How does Archiva compare to Nexus?
There are a few similar questions already, but most are either focused on Nexus vs. Artifactory, or are a few years old.
I wanted to get a sense of where the two project stand these days. My ...
3
votes
1answer
2k views
Resolving SNAPSHOT dependencies with timestamps from Ivy
I am attempting to resolve timestamped SNAPSHOT dependencies with Ivy.
The environment is Ant + Ivy 1.2.0 + Archiva. Archiva itself is populated from Maven2 builds. Ivy is only used to resolve ...
3
votes
3answers
5k views
Maven checksum failed
I am working on a project that uses Maven as the build tool. I am using version 2.2.1 of the tool. Recently a coworker mentioned that he couldn't build the project because of checksum errors. I wasn't ...
3
votes
1answer
416 views
Maven - Archiva - Setting up Archiva for different geographic locations
We have developers working in different geographic locations and we want to set up Archiva for each of those geographic locations (just to make sure that the round trip in getting the artifacts is ...
2
votes
2answers
1k views
Deploy Artifacts from Ivy to Archiva
Is there anyone have tested how to deploy artifacts within Archiva which security enabled.
I have the following configuration
My ivysettings.xml
<ivysettings>
<settings ...
2
votes
2answers
830 views
Publishing artifacts with sources on archiva
At work I'm dipping my toes in managing project dependencies with maven. We use Apache Archiva (1.2.1) as a local repository and proxy. I'm adding artifact for open source project, that is not ...
2
votes
1answer
654 views
Running Apache Archiva standalone in Gentoo?
I have a server running Gentoo 2.6.12 r6 and I want to run Apache Archiva as a standalone server at startup. Does anyone have a working init.d script to accomplish this? Thanks!
1
vote
1answer
77 views
Deploy All Project Dependencies to a Remote Repository
We hava a new project friend and we want to install the project to his enviroment. But there are too many dependencies that not exists in the maven repository. So maven became useless. We installed an ...
1
vote
1answer
166 views
Configuration problem maven to archiva
I am new to maven. I created one project with maven. I installed archiva. I configured archiva with maven. If I run project without dependency it will work fine. If I add dependency it shows error. I ...
1
vote
1answer
131 views
What are the similarities, differences and tradeoffs between Ivy, Maven and Archiva?
I'm confused regarding Ivy, Maven and Archiva - they all seem to be trying to solve similar problems.
I think that I'm right in thinking that Ivy retrofits Maven-like functionality to Ant (i.e. Ant + ...
1
vote
1answer
63 views
Best way to separete storing of dependend artifacts for projects and plugins
In maven 3 we can separate the dependend artifacts for projects and plugins.
What is the best way to do this with a repo manager (nexus ...) if you have proxied and hosted repos? Any examples how ...
1
vote
1answer
209 views
Unable to use Apache Archiva as Mirror
I think this was supposed to be a simple task, but I've been unable to accomplish it.
I've set an archiva repository as this:
2 Internal Maven1 repos (old projects)
1 Internal Maven2 repo
7 ...
1
vote
2answers
58 views
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 ...
1
vote
0answers
453 views
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 ...
1
vote
1answer
789 views
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 ...
1
vote
1answer
291 views
lastupdate is not showing in maven-metadata.xml
I have an issue with an artifact's maven-metadata.xml is not showing up.
Here is the environment i am working on:
Apache Archiva , Ivy, ant.
Problem: When I am Deploying artifact via the Web UI Form, ...
1
vote
2answers
1k views
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 ...
1
vote
1answer
239 views
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 ...
0
votes
2answers
26 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
10 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?
0
votes
1answer
100 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
44 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 ...
0
votes
1answer
35 views
Purpose of internal archiva “snapshot” repository?
I get what internal libraries are. But what is the purpose of a snapshot repository in archiva?
Libraries - private releases
Snapshots - private builds?
I have archiva set up and working with LDAP, ...
0
votes
1answer
42 views
'mvn release:perform' takes too long when deploying to Archiva
'mvn release:perform' takes too long to deploy artifacts to Archiva. The logs shows that the 'release:perform' do its job quickly (test, package, source, javadoc...) but it takes too match time to ...
0
votes
1answer
61 views
Unable to get Apache Archiva working with LDAP
I have uncommented the LDAP and UserMapper connectors in application.xml
I know my LDAP credentials (binddn, hostname, etc) are all working, because I use LDAP authentication and authorization for ...
0
votes
1answer
118 views
Using Maven-3 Got Http 409 error when re-deploy with archiva
I am deploying jar file to maven repository (archiva)
<distributionManagement>
<repository>
<id>archiva.internal</id>
...
0
votes
0answers
49 views
Archiva: What are the pros and cons of standalone vs. war distribution?
Is the only advantage of the war package that it can be deployed on one application server together with another applications? Or am I missing something?
What about configuration, performance?
0
votes
1answer
25 views
How do i set Maven to retrieve dependencies first from my own remote repository (Archiva)?
How do i set Maven to retrieve external dependencies first from my own remote repository (using Archiva), and if its not found, Archiva will download from external sources, and at the same time saves ...
0
votes
1answer
37 views
How maven decides to reference the latest artifact information
We use mvn deploy:deploy to deploy an artifact to repository manager and a developer could have done just mvn install for the same artifact, so the artifact is present under M2_HOME\.m2\repository
...
0
votes
0answers
89 views
Maven repository lookup order
We have an internal Apache Archiva based repository and we have configured the repositories tag in pom.xml to be as follows. Can I assume that all dependency access will get resolved by internal ...
0
votes
1answer
29 views
Latest version of an artifact from Apache Archiva
Is there some kind of parametrized url on archiva, where I can get the latest snapshot/release of an artifact?
sth like
...
0
votes
1answer
17 views
Configurating an archiva repository to never allow to update a old version of an artifact
Due a requirement of one of our clients We need garantee that our developers can not update a published version of an artifact in Archiva. They will be enable to publish a new version of the same ...
0
votes
1answer
60 views
Is there any way to configure Archiva to download missing Maven project modules if they aren't in the local workspace?
I'm confused about how Archiva fully works. I understand that if we had a core set of dependencies, we could use Archiva as our local maven repo.
The thing I don't understand, is how Archiva manages ...
0
votes
1answer
31 views
Automatic search for new versions of third-party artifacts in Maven or Apache Archiva or artifactory
I have some third-party JAR files which I am using in my projects. I have uploaded those in Apache Archiva (as I am using Apache Archiva with Maven). Now, the versions of those third-party JAR files ...
0
votes
1answer
367 views
Problem with m2eclipse — unable to download maven artifacts from Archiva — get .lastUpdated files instead
I'm using STS 2.5.2 based on Eclipse 3.6 (Helios) with built-in m2eclipse 0.10.0. I'm also using Archiva as my "remote" repository manager (it's hosted on the same machine).
I've changed my Maven ...
0
votes
2answers
226 views
What's your favorite maven repository server? [closed]
HI,Which maven repository server do you prefer? Apache archiva , Nexus or other?
and why?
0
votes
1answer
335 views
How to make the Stand Alone Archiva distribution the ROOT application under Jetty?
I am using the stand alone version of Archiva, it uses Jetty for its application container. It defaults to something like http://mycompany.com:8080/archiva I want to get rid of the application context ...
0
votes
1answer
243 views
how to configure local and remote repository in settings.xml for maven
I have my own organization internal repository for which i would like to use:
<repository>
<id>archiva.default</id>
...
0
votes
1answer
134 views
What will be url for the archiva central repository?
In an example how to configure apache archiva this code should be added to the settings.xml ..but the url is not working what to do ?
<mirror>
...
0
votes
2answers
42 views
0
votes
1answer
316 views
still cannot configure Archiva mail under Tomcat
I have already looked here,
http://stackoverflow.com/questions/975004/sending-mail-to-a-configured-smtp-server
and here,
http://www.questionhub.com/StackOverflow/2592434
and also the sendmail spec ...
0
votes
1answer
163 views
Can I use ivy dependency info in my ant build file
In my ivy.xml file I have dependency statements like:
<dependency conf="*->*" org="gnu" name="gcc" rev="4.2.1" changing="false">
<artifact name="gcc" ext="tbz2" ...
0
votes
1answer
139 views
How to configure a mirror setting for internal /external repository access
My ~/.m2/settings.xml has a mirrors element which points to an internal repository based on Apache Archiva. But in a home network, mvn tries to timeout trying to look for the internal repository which ...
0
votes
1answer
537 views
Archiva SMTP Real domain name required for sender address Error
I installed the stand alone Apache Archiva 1.3 Maven repository and I am having trouble configuring the SMTP settings for the e-mail validation. I configured the SMTP address by changing the ...