Questions tagged [archiva]

Apache Archiva is an open source repository management software

Apache Archiva is an open source repository management software

254 questions
4
votes
1 answer

Maven deploy failed?

Hi, I created new maven artifact using archiva, in order to share updated jar projects with my team. when I try to deploy the project I got this fail: downloading:…
Ali Taha
  • 199
  • 1
  • 2
  • 16
4
votes
0 answers

Configuring Apache Archiva on Glassfish 4.1

I've deployed Archiva 2.2.0 on Glassfish 4.1.1 however something about the configuration is puzzling me. I've followed the Glassfish specific guide here. and modified the domain.xml but I expected the embedded database (within Archiva WAR) to be…
D-Dᴙum
  • 7,689
  • 8
  • 58
  • 97
4
votes
1 answer

How to prevent password expiration in apache Archiva

I am running a standalone Archiva 2.2.0 installation. I added security.properties file to ~\conf directory. In security.properties I…
igor-so
  • 453
  • 9
  • 16
4
votes
2 answers

Archiva ignoring Security.properties

Seems like archiva 2.2 is completely ignoring Security properties I am following this document: I have set up the security.properties file under D:\Apache\Archiva-2.2.0\conf When I am setting a new password for a user in Archiva UI I am still…
JavaSheriff
  • 7,074
  • 20
  • 89
  • 159
4
votes
0 answers

Change artifact Storage on Apache archiva repository

I have installed an local copy of archiva in my local machine. When i upload artifact or "mvn deploy" artifact to store artifacts - it uses my local system to store files. I want to store artifacts with my dreamObjects cloud account with amazon s3…
sadlil
  • 3,077
  • 5
  • 23
  • 36
4
votes
1 answer

How should I publish artifacts to an artifact repository to assure that I can easily get the right binary?

We are DSCM and building different branches, forks or pull requests and now I am trying to migrate to a model where we publish the binaries in an Artifact Repository (like Nexus, Artifactory or Archiva) This has nothing to do with Java as my…
sorin
  • 161,544
  • 178
  • 535
  • 806
4
votes
1 answer

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 mail.smtp.host property in jetty.xml. I was not able to…
Dan Polites
  • 6,750
  • 10
  • 50
  • 56
4
votes
2 answers

Are there any other Java Repository Managers apart from Nexus, Artifactory and Archiva?

I'm trying to identify software that will allow me to easily proxy & cache Maven and Ivy repositories. The main aims are: prevent access to unexpected 3rd-party repositories by build scripts audit which versions of libs are used speed up builds by…
Armand
  • 23,463
  • 20
  • 90
  • 119
4
votes
2 answers

Publishing to Apache Archiva refused by the server with Unauthorized in SBT?

I have a multi-module SBT project that I am trying to publish to a remote Apache Archiva. [error] (core/*:publish) java.io.IOException: Access to URL…
wfg4
  • 197
  • 10
4
votes
1 answer

Custom Maven plugin hosting and prefix resolution

I've wrote my own custom Maven plugin and uploaded it to my Archiva server. It works fine with the full name specified: mvn com.mjolnirr:maven-plugin:manifest But when I want to do it via the prefix, it fails: mvn mjolnirr:manifest [ERROR] No…
skayred
  • 10,603
  • 10
  • 52
  • 94
4
votes
0 answers

maven archiva custom archetype archetype-catalog.xml

I'm trying to create my custom archetype. I created and deployed the archetype to the internal repository. I'm unable to locate it when creating a new maven archetype in eclipse. There doesn't seem to be an archetype-catalog.xml file present on the…
stefaan dutry
  • 1,096
  • 1
  • 10
  • 21
4
votes
2 answers

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
4
votes
4 answers

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 Ubuntu 12.04). $ARCHIVA_BASE is set to /var/archiva…
4
votes
1 answer

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!
JavadocMD
  • 4,397
  • 2
  • 25
  • 23
4
votes
3 answers

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 from the release repository works fine. However I…
Bertolt
  • 995
  • 1
  • 13
  • 37
1 2
3
16 17