Installing Nexus on a Solaris Zone

March 12, 2009 By Brian Fox 0

nx-big_large1I recently setup a Nexus Pro instance on a Solaris zone for Apache. The ASF infra team requests documentation for any production instance to assist in maintenance down the road. I captured every step of the process from setting up the users, installing Nexus, hooking it into SMF (Solaris’s inet.d replacement), to configuring mod_proxy and https certificates, and allowing rsync access from the Maven Central Repository.

In addition to serving as a server book for this instance, I think these docs are a great resource for users to see an end to end installation on Solaris (almost all of it is applicable to Linux as well).

I will continue to update these pages as things change and will also document exactly how I have configured the Nexus application as well, to show how to properly configure Repository Targets, Permissions, Staging Profiles, etc.

Here’s the link to the docs, Enjoy.

Categories: How-To, Nexus Tags: , , ,

Sonatype Maven Meetup on March 19th & 20th

March 11, 2009 By Jason van Zyl 0

As part of Sonatype’s effort to keep the community informed about our work on Maven, Nexus, m2eclipse and Hudson we are planning to have a two day meetup in Mountain View at the Sonatype office on March 19th & 20th. The first day will be a set of presentations, and the second day will be hackathon for those that want to get more involved in the projects, just chat with some of the developers, or get help implementing their own solutions. (more…)

Categories: Sonatype Tags: ,

Repository Management with Nexus Updated for 1.3.0

March 10, 2009 By Tim O'Brien 0

repo-man-coverThe Nexus book has been updated for the Nexus 1.3.0 release. Of particular interest in this update:

Read “Repository Management with Nexus” Online, and then Download Your Free Trial of Nexus Professional.

Categories: Book, Nexus Tags: , ,

New Feature in Nexus 1.3: Mirror Support

nx-big_large1

There are many mirrors of the Central repository out there, but they are mostly under-utilized. I believe this occurs for two reasons:

  1. Users don’t know they exist – it’s not easy to find a good source for these URLs and locations.
  2. Users don’t have confidence in the mirrors – They don’t know how frequently they are updated, and don’t have an easy way to validate they are the same files that exist on Central.

In Nexus 1.3, we have introduced new functionality to solve both of those problems.

(more…)

Categories: Maven, Nexus Tags: , , ,

Nexus 1.3.0 Released

March 9, 2009 By Brian Fox 0

nx-big_large1We are pleased to announce the 1.3.0 release of both Nexus Open Source and Nexus Professional. Nexus has reached a level of maturity where we can start focusing on refining the UI experience and testing the system for edge case stability. With the Nexus 1.3 release, we continue to make subtle changes to the Plugin API design that will allow the community to create even more compelling plugins and features. New Features in the 1.3.0 release: (more…)

Categories: Nexus, Sonatype