nexus

Is it possible to animate a android widget I create in the same way the universal search widget animates.

When you click the Google universal search box on the home screen it animates upwards on the screen until it has reached the top and from there the search area and keyboard is opened. The animated widget is animated "on" the home screen because it slides under other widgets. It is easy to see this behavior if one puts the search box a...

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 ? For example , I mapped maven central (http://repo1.maven.org/maven2) to "central" , but when I browse http://smallufo:8081/nexus/content/repo...

Ivy and Snapshots (Nexus)

Hey folks, I'm using ant, ivy and nexus repo manager to build and store my artifacts. I managed to get everything working: dependency resolution and publishing. Until I hit a problem... (of course!). I was publishing to a 'release' repo in nexus, which is locked to 'disable redeploy' (even if you change the setting to 'allow redeploy' ...

Automating upload of artifacts in Nexus using Maven

Hi , Am trying to automate the process of uploading an artifact generated by Maven into a Nexus hosted repository (like a maven goal, which will upload the generated jar into a specified repository in Nexus). Is this possible? In the Nexus docs they have talked only about manual uploading. I also looked at the nexus maven plugins and...

How to add dependencies to 3rd party library using nexus/maven

Hi everyone, i'm trying to use Nexus + m2eclipse/maven-3 professionnally, and i've got a huge 3rd party library that needs a lot of dependencies. Is there any ways to ease my pain by uploading to Nexus this third party library with all its dependencies linked, so that anyone who would need it would just have to add the maven-dependenc...

discripencies while compressing a bitmap on Google nexus

Hi all, I am compressing a bitmap object to OutputStream using "Compress" function. Here is my code: try { if (bitmap != null) { bitmap.compress(Bitmap.CompressFormat.JPEG, 100, bytes); } else { Message message = hand...

How do I use the new JBoss Maven repository from behind a corporate firewall?

I have a dependency on Hibernate 3.5.3 which is only available to me from the new JBoss Maven repository is hosted on Sonatype's Nexus and all the URLs are secured with HTTPS. I can access this repository from behind my corporate firewall via the web browser. But Maven is unable to resolve the artifacts. I see the following warning at...

Deploying Artifacts in Nexus for the first time

When we try uploading our artifacts for the first time in the nexus repository I get the following error Error retrieving previous build number for artifact 'foo.bar:bar:pom': repository metadata for: 'snapshot foo.bar:bar:0.0.1-SNAPSHOT' could not be retrieved from repository: InternalSnapshots due to an error: Authorization failed: ...

Nexus repository contains artifact but only makes POM available

I have a Nexus instance with Maven 2 repositories hosted on a non-Internet-connected corporate development domain. I need to use the maven-jaxb-schemagen plugin from Sun, however, it was only available in Maven 1 format (along with many other Maven 1 dependencies, so this is not a one-off edge case). I made a new Maven 1 hosted reposit...

Restricting local Nexus repository to access Central

We are planning to release our corporate nexus repository to the developers. The problem in hand is that, we would like to enforce standards on the versions of jars that could be downloaded from the repository. For example, If we already have Spring framework version 3 available in nexus as an organization standard, then the developers c...

Can Nexus/Maven store 32 bit and 64 bit artifacts at the same time?

Hi, I'm currently using Nexus as an artifact repository manager. Artifacts are deployed to Nexus automatically via a build machine running Hudson. The build machine is a 64 bit whereas my development machine is 32 bit. I would like to create a 32 bit build slave which would automatically build a 32 bit version of our code (e.g. code w...

Upload/Download entire directory to Nexus through Maven

Is it possible to upload/download an entire directory and all of the sub-directories within it to/from a Nexus repository server? ...

Maven adds '-windows' to the artifact name when downloading a snapshot artifact

I have added a bunch of artifacts to my local Nexus Maven repository. When I build my project I get the following error: [INFO] Scanning for projects... [INFO] ------------------------------------------------------------------------ [INFO] Building pronto-web Java EE 6 Webapp [INFO] task-segment: [verify] [INFO] ----------...

Maven - how/where to publish artifacts

I have open-sourced some of my projects. I'd like to publish the artifacts in a common place. If I don't have to host my own repository, that would be ideal, otherwise I will have to setup my own instance of Nexus (or other repository that you recommend). Can I publish artifacts to Maven Central? What process do I need to follow to g...

How to specify maven's distributionManagement organisation wide ?

Hi, I'm trying to figure out how to organize many (around 50+) maven2 projects, so that they can deploy into a central nexus repository. When using the mvn deploy goal, one does need to specify the target in the distributionManagement tag like this: <distributionManagement> <repository> <id>nexus-site</id> <url>http://...

Is Release repository policy in Nexus ensures a jar will never change?

Hi, I'm in the process of deploying Nexus OSS as internal company repository. One of the main requirements is that once a jar has been downloaded by Nexus (for example, when using is as a proxy of Maven Central) it will never change. I know that Maven Central has that policy, but I'm using other repositories which are not under my cont...

Improve GPS Accuracy Android

Hi im working on an app that use gps My testing devices are Nexus One and Htc Mytouch 3g Slide So does anyone know how to improve the gps accuracy? ...

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 it's gz file), which is currently updated every night. What I want is: if anyone adds an artifact, the .index should be updated automatical...

Push to Nexus Using Leiningen

I wrote a Clojure project using Leiningen and would now like to add the resulting jar to a Sonatype Nexus server. I installed lein-clojars, since this comes with a push command that seems to accept an optional repo arg if you would like to push somewhere besides Clojars. However, whenever I try this, I get a JSchException: Auth fail. It ...

Release problems with Nexus + Maven + Hudson

When using the release plug-in for Maven on Hudson(1.368), I am getting an error that my distributionManagement section is missing during the deployment phase to our Nexus Maven Repository Manager. If I deploy without using release It woks just fine so should not be a misconfiguration with the server, the section or the settings. It is ...