Questions tagged [archiva]

Apache Archiva is an open source repository management software

Apache Archiva is an open source repository management software

254 questions
0
votes
1 answer

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 is no longer accessible. How to configure the…
Sam
  • 8,387
  • 19
  • 62
  • 97
0
votes
2 answers

Deploy latest build from repository to tomcat

What I want to achieve is two step build automation Step A - Build & Upload to artifact repo Create build job in Jenkins which will create build after every check-in Upload every successful build on Archiva server Step B - Get latest artifact &…
Amol Ghotankar
  • 2,008
  • 5
  • 28
  • 42
0
votes
1 answer

How can i see my document settings.xml (maven)

I'm trying to see my informations (username & url) in settings.xml but there is no document in my folder .m2, I try to display it with ls -la but nothing to do. How can we get those informations?
mel
  • 2,730
  • 8
  • 35
  • 70
0
votes
1 answer

Dependency Management on Synology DS415+

I want to set up a repository manager for dependencies and after reading online for a bit came to Artifactory and Apache Archiva. Sadly I can't for the life of me get them to work on the Tomcat7 available on the DS415+. I've tried deploying them as…
Moises Jimenez
  • 1,962
  • 3
  • 21
  • 43
0
votes
1 answer

Maven release plugin jar-with-dependencies

I've got the maven-assembly-plugin section of the pom file made like this: maven-assembly-plugin 2.5.3
0
votes
1 answer

Trying to send authorization credentials to archiva with httpclient

I'm attempting to ping my archiva server, which isn't a problem on pages not requiring authorization. However, when I try to pingWithAutz, I cannot help but get a 403 error. Here is the relevant code snippet: public FormValidation…
0
votes
0 answers

Maven packaging: mvn deploy using .zip rather than .rar

I'm deploying from a Jenkins job, using the Maven "deploy" target, to an Archiva repository. Currently I'm not using other targets and I create the pom.xml just in order to pack and deploy the files. My pom.xml is
giuspen
  • 1,365
  • 3
  • 20
  • 33
0
votes
1 answer

Archiva fails to publish using gradle

My continuous integration thats running on Bamboo worked fine with Archiva. Suddenly I'm getting the following error when publishing error 03-Feb-2015 04:57:23 Caused by: java.net.SocketException: Unexpected end of file from server error…
Jani
  • 1,400
  • 17
  • 36
0
votes
1 answer

after upgrade Archiva to 2.1.1 version from 1.3 doesn't work admin password

No more works password for admin. In archiva.xml admin is in default users. And not propose on start page to set admin password. Already tried deleted users dir. Problems persists. Any ideas please?
user710818
  • 23,228
  • 58
  • 149
  • 207
0
votes
1 answer

How does one download from archiva 2.1.1 rest api?

I always get 204 while trying to search for an artifact via the API. example url: http://archiva.mydomain.com/restServices/archivaServices/searchService/artifact?a=test&g=com.mydomain.test&v=1.0 The groupId, artifactId and version all match up in…
diecast
  • 37
  • 4
0
votes
1 answer

Deploy archiva on WildFly 8.1

First of all, i want to say i'm new in this. I'm using WildFly 8.1, and i want to have a common repository of my own for all of my future projects (also working with maven), so i thought using Archiva (version 2.1.1). I've downloaded the .WAR file,…
Juanma
  • 905
  • 2
  • 11
  • 25
0
votes
1 answer

Apache Archiva internal repo suddenly just hangs

The internal repo suddenly gave up. All the artifacts are there and can be browsed through the browser but if you actually click on an artifact or a pom to download it it hangs. Jenkins uses Archiva as well and suddenly can no longer fetch new…
Ree
  • 863
  • 2
  • 18
  • 38
0
votes
1 answer

Apache Archiva jetty.xml SAXParseException

To host repositories I am trying to use Apache-Archiva 2.1.1 . I was able to use the standalone version in my desktop, but I am unable to start the archiva on a mac server. When I use ./archiva console shows me this error: jvm 1 | Caused by:…
Gaurav Vashisth
  • 7,547
  • 8
  • 35
  • 56
0
votes
1 answer

How can I deploy Archiva or Nexus on Websphere 8.5?

I tried to use Repository Management. I tried to deploy both but it cannot success For Archiva It cannot read properties file. For Nexus [10/3/14 14:58:10:836 ICT] 000001fb SystemOut O 2014-10-03 14:58:10 ERROR [Default : 6] -…
0
votes
1 answer

archiva repository jars usage in multiple projects

I have 2 projects one in JDK 1.5 and other one in JDK 1.6 . Can both the projects use the same archiva repository ? Will there be any issues in commonly used jars . Like for example my understanding is that some jar files will be compiled with JDK…
Sekhar
  • 961
  • 5
  • 15
  • 27