Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

4
votes
1answer
78 views

Can Sonatype Nexus publish indexes after a commit?

We have a Nexus repository, that holds our software (surprise ...). In our IDEs, we added the repositories, so we can navigate them in a visual manner. Problem: the IDE uses the .index folder (with ...
3
votes
1answer
1k views

Use Maven to build complex Flex project

I'm currently looking into replacing our very proprietary build environment with Maven. The current solution is an inhouse development for the central build, and for easier local development I compile ...
3
votes
2answers
920 views

where is the correct and recent ehcache maven repository

I've been struggling to get ehcache 2.1.0 in my environment.anytime i thought i got it right, it's just not downloading it. here is where i set the repository <repository> ...
3
votes
2answers
3k views

Complex Maven2 with Flex4 Setup

I have been struggling to get Maven2 to cooperate with me, and was wondering if anyone out there had any ideas on how to get this working.... I am working on a Flash project, and we are considering ...
2
votes
1answer
125 views

Licensing trouble using Sonatype Nexus OSS and ExtJS

Sonatype's AGPLv3 licensed Nexus OSS uses ExtJS internally. ExtJS has dual-license mode: commercial and GPLv3, the later allows it to be used in open-source apps, like Nexus OSS. Now, is it legal to ...
2
votes
3answers
615 views

How to pass in credentials when connecting to sonatype nexus (anonymous login disabled)?

In eclipse, the m2eclipse plugin will prompt me for my credentials when I'm building a maven2 project. And it compiles fine. But if I now try to run "mvn install" from the command line, I get an ...
1
vote
2answers
251 views

Prevent Jenkins from Installing Artifact to Local Maven Repository

Jenkins is installing the most-recently built artifact to the local Maven repository, even when the job is executed with a goal of only clean package. This caused an issue when someone accidentally ...
1
vote
2answers
231 views

Nexus Mark Oracle Maven Repository as Invalid

Creating a Proxy repository on Nexus that proxies Oracle Maven Repo (http://download.oracle.com/maven/) marks the Oracle Repo as "Attempting to Proxy and Remote Unavailable" The problem might be that ...
1
vote
2answers
282 views

Maven failure to download swc files

I'm trying to use Maven to build a Flex project using the Sonatype flexmojos. I've set up the project and the build mostly works until it tries to download various swc files from the Sonatype ...
1
vote
1answer
176 views

Sonatype Nexus - can not login anymore with admin user

I have a Sonatype Nexus installed and I have the default user admin / admin123. Now I changed the Authenticating Realm to LDAP and removed XML Authenticating Realm and XML Authorizing Realm. LDAP is ...
0
votes
2answers
145 views

maven could not resolve dependency via my local nexus repository

I have setup an in-house Sonatype Nexus repository and configure the maven to check my local Nexus instead of getting artifacts directly from public repositories. ...
0
votes
1answer
40 views

Nexus OOS - Clean up the proxy/attributes/

I got a Nexus OOS instance with the following settings: proxy of the http://repo1.maven.org/maven2/ I override the "local storage location" with a path to a network device Everything is ok and my ...
0
votes
0answers
48 views

What is the reason for Sonatype Nexus SocketTimeoutException?

I'm wondering why some repositories don't respond to nexus repository ? I migrated nexus to a different host/network and I'm getting SocketTimeoutExceptions from various mirrored repositories. There ...
0
votes
0answers
99 views

Command line Install-file artifact not visible in Eclipse Sonatype Maven plugin “Add Dependency” suggestion box

Background: I have a jar that I installed via mvn install:install-file into the local repo. After I installed the jar (ojdbc-5.jar), I tried to add dependency via the autocomplete on the "Dependency" ...
0
votes
0answers
153 views

after updating sonatype nexus from 1.6 to 1.9.2 nexus didn't start

i backed up my old nexus webapp folder and undeployed it. the i deployed the new version, stopped it and copied back "sonatype-work" folder to new nexus-folder. then i tried to start the webapp but ...
0
votes
2answers
849 views

Some sonatype nexus questions

I deployed a sonatype nexus server inside my LAN , mapping some remote repositories to my public repositories : First question is , why these repositories not sync with the "real" repositories ? ...