<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Sonatype Blog &#187; nexus open source</title>
	<atom:link href="http://blog.sonatype.com/people/tag/nexus-open-source/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.sonatype.com/people</link>
	<description>Sonatype is transforming software development with tools, information and services that enable organizations to build better software, faster, using open-source components.</description>
	<lastBuildDate>Thu, 16 May 2013 18:53:09 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>Nexus 1.9 &#8211; Performance, Compatibility, and Dependency Browsing</title>
		<link>http://blog.sonatype.com/people/2011/04/nexus-1-9-performance-compatibility-and-dependency-browsing/</link>
		<comments>http://blog.sonatype.com/people/2011/04/nexus-1-9-performance-compatibility-and-dependency-browsing/#comments</comments>
		<pubDate>Thu, 14 Apr 2011 16:29:33 +0000</pubDate>
		<dc:creator>Brian Fox</dc:creator>
				<category><![CDATA[Nexus]]></category>
		<category><![CDATA[Sonatype]]></category>
		<category><![CDATA[Maven 3]]></category>
		<category><![CDATA[nexus open source]]></category>
		<category><![CDATA[nexus professional]]></category>

		<guid isPermaLink="false">http://www.sonatype.com/people/?p=7289</guid>
		<description><![CDATA[Sonatype has released the latest version of our industry leading repository manager &#8211; Nexus 1.9.1 This post outlines some of the new features available in all 1.9 releases of both Nexus Professional and Nexus Open Source. This release has a lot of important, under-the-hood changes &#8211; including a number of changes to the core infrastructure of [...]]]></description>
				<content:encoded><![CDATA[<p><strong>Sonatype has released the latest version of our industry leading repository manager &#8211; Nexus 1.9.1</strong></p>

<p><span style="font-weight: normal;">This post outlines some of the new features available in all 1.9 releases of both Nexus Professional and Nexus Open Source. This release has a lot of important, under-the-hood changes &#8211; including a number of changes to the core infrastructure of Nexus to increase Maven 3 compatibility and to incorporate open source libraries for repository interaction (Aether and Maven Indexer).   In addition to a wide array of fixes and features in Nexus Open Source, you can now use Nexus Professional to analyze Maven Dependencies.</span></p>

<ul>
    <li><a href="http://www.sonatype.com/nexus-professional.html" target="_blank">Download Nexus Professional 1.9.1</a></li>
    <li><a href="http://nexus.sonatype.org/download-nexus.html" target="_blank">Download Nexus Open Source 1.9.1</a></li>
</ul>

<h3>Changes in Nexus Professional 1.9.1</h3>

<p>Nexus Professional has the following key benefits.  For a complete list of all features added and bugs fixed in Nexus Professional 1.9.1, <a href="https://issues.sonatype.org/secure/ReleaseNote.jspa?&amp;version=10910&amp;projectId=10060" target="_blank">see the official release notes</a> (note: release notes require a log-in).</p>

<ul>
    <li><strong>Moved the Custom Metadata Plugin to optional plugins</strong> &#8211; This Custom Metadata plugin is now shipped as an optional dependency.   If you are using the Custom Metadata plugin you will need to copy this plugin from the optional dependencies directory to the plugins directory.   Nexus will then start up this plugin the next time it is restarted.</li>
    <li><strong>The New Maven Module Dependency Report</strong> &#8211; Nexus Professional adds a helpful report for people browsing the repository.   For the first time, you can click on an artifact and see a report of Maven dependencies.   From this report you can click through to search for dependencies.</li>
</ul>

<p><span id="more-7289"></span></p>

<p><img title="maven-dependency" src="http://www.sonatype.com/people/wp-content/uploads/2011/02/maven-dependency.png" alt="" width="550" /></p>

<h3>Changes in Nexus Open Source</h3>

<p>Nexus Open Source 1.9.1 contains the following new features and updated capabilities. We&#8217;ve summarized some of the major features and bug fixes for your convenience. If you are looking for more details about a particular feature or fix, <a href="https://issues.sonatype.org/secure/ReleaseNote.jspa?projectId=10001&amp;version=10909" target="_blank">read the full release notes</a> for a comprehensive list of features added and bugs fixed.</p>

<ul>
    <li>New Nexus Archetype Plugin - Nexus 1.9.1 will now add any Maven Archetypes you deploy to your own repositories to the <a href="http://maven.apache.org/archetype/archetype-common/archetype-catalog.html" target="_blank">archetype catalog</a>. Once an archetype is available in the archetype catalog, you can then access archetypes using tools like m2eclipse, which reference the archetype catalog when creating a new project.</li>
    <li>Uses the Maven Indexer - Sonatype has successfully completed the donation of the Nexus Indexer to the Apache Software Foundation, and we are integrating this newly donated &#8220;Maven Indexer&#8221; in this release of Nexus. For more information, read <a href="http://www.sonatype.com/people/2011/02/maven-indexer-sonatypes-donation-to-repository-search/" target="_blank">this post</a>.</li>
    <li>Improvements to the Roles and Permissions Interface - The Nexus team spend a considerable amount of time trying to simplify the Roles and Permissions interface based on user feedback. We&#8217;ve tried to make it easier to understand at first glance, and we&#8217;re also tried to reduce the amount of work necessary to make changes to roles and permissions.</li>
    <li>Integrated Aether - Aether is a new open source library designed to capture best practices for retrieving information from Maven repositories. It provides a clean interface and manages fetching both metadata and artifacts. This version of Nexus incorporates Aether and replaces Mercury. Integrating Aether has also solved a number of minor issues involving Maven metadata and compatibility with Maven 3.</li>
    <li>Switched to Java 6 - Nexus has upgraded to Java 6.</li>
    <li>Nexus Upgraded Security from JSecurity to Apache Shiro - As an end-user you shouldn&#8217;t notice many changes in the interface to support this migration, but if you are developing custom security realms for Nexus, <a href="http://maven.40175.n5.nabble.com/Security-Changes-Switched-to-Shiro-td3201493.html" target="_blank">this post</a> describes some of the changes you need to make to support the move to Shiro. Note: After this upgrade, both first name and last name are required fields for a user. If you have an existing user that only have one name (&#8220;Administrator&#8221;), you will need to supply a first and last name for this user if you ever edit this user through Nexus UI.</li>
    <li>Added robots.txt to bundle to stop public repos from getting crawled</li>
    <li>Improved Reindexing Performance - Reindexing performance has been considerably improved, achieving a nearly 2x speed up for certain repositories.</li>
    <li>Switched to the Affero General Public License - Nexus Open Source is now covered under the Affero General Public License. For more information about this switch see <a href="http://www.sonatype.com/people/2011/01/why-nexus-moved-to-the-affero-general-public-license/" target="_blank">this post</a>.</li>
    <li>Added a Start-up Script for 64-bit windows Platforms &#8211; If you are running Nexus on a 64-bit Window platform, you can now start Nexus with a 64-bit Windows JSW startup wrapper.</li>
</ul>

<p><strong>For information on upgrading Nexus, <a href="http://nexus.sonatype.org/upgrading-nexus.html" target="_blank">click here</a>.</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.sonatype.com/people/2011/04/nexus-1-9-performance-compatibility-and-dependency-browsing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What&#039;s New in Nexus Open Source 1.7.0?</title>
		<link>http://blog.sonatype.com/people/2010/06/whats-new-in-nexus-open-source-1-7-0/</link>
		<comments>http://blog.sonatype.com/people/2010/06/whats-new-in-nexus-open-source-1-7-0/#comments</comments>
		<pubDate>Wed, 16 Jun 2010 13:39:53 +0000</pubDate>
		<dc:creator>Brian Fox</dc:creator>
				<category><![CDATA[Sonatype]]></category>
		<category><![CDATA[Nexus]]></category>
		<category><![CDATA[nexus open source]]></category>
		<category><![CDATA[nexus professional]]></category>
		<category><![CDATA[repository]]></category>

		<guid isPermaLink="false">http://www.sonatype.com/people/?p=5622</guid>
		<description><![CDATA[Sonatype is happy to announce the availability of Nexus 1.7. We&#8217;ve cut a new release for both Nexus Open Source and Nexus Professional. This post walks through the changes introduced to Nexus Open Source.  New Features in Nexus Open Source With this release, Nexus Open Source gains the following features: Improved, Drill Down Artifact Search [...]]]></description>
				<content:encoded><![CDATA[<p><a href="http://www.sonatype.com/people/wp-content/uploads/2010/01/nexus-small.png"><img class="alignright size-full wp-image-3683" title="nexus-small" src="http://www.sonatype.com/people/wp-content/uploads/2010/01/nexus-small.png" alt="" width="250" height="62" /></a>Sonatype is happy to announce the availability of Nexus 1.7. We&#8217;ve cut a new release for both Nexus Open Source and Nexus Professional. This post walks through the changes introduced to Nexus Open Source. 
<span id="more-5622"></span></p>

<h2>New Features in Nexus Open Source</h2>

<p>With this release, Nexus Open Source gains the following features:</p>

<ul>
    <li>Improved, Drill Down Artifact Search Interface</li>
    <li>Repository Groups can contain both Repositories and other Repository Groups</li>
</ul>

<h3>Improved, Drill Down Artifact Search Inteface</h3>

<p>When you search for artifacts in Nexus 1.7 you will be presented with a drill down search interface. We made this change to make it easier to search for artifacts, which might return hundreds of results. Using the drill down search inteface, you can quickly navigate to just the artifacts you are interested in.</p>

<p><a href="http://www.sonatype.com/people/wp-content/uploads/2010/06/search-initial.png"><img class="aligncenter size-full wp-image-5623" title="search-initial" src="http://www.sonatype.com/people/wp-content/uploads/2010/06/search-initial.png" alt="" width="640" /></a></p>

<p><strong>NOTE: </strong></p>

<p>We have changed the local format of the lucene indexes, it is required that users reindex all repositories in their Nexus server to start benefitting from the changes (and for search to work properly).</p>

<h3>Groups of Groups</h3>

<p>Repository Groups can now contain other Repository Groups. This change has already come in handy for developers who want to create variations of the standard public repository group. If you have a series of repository groups which are all similar, you can capture these similarities in another group.</p>

<p>Sonatype is continually making efforts to improve Nexus and make investments in the open source community.  Stay tuned for new features in Nexus Professional.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.sonatype.com/people/2010/06/whats-new-in-nexus-open-source-1-7-0/feed/</wfw:commentRss>
		<slash:comments>59</slash:comments>
		</item>
		<item>
		<title>Announcing Nexus 1.5.0: LDAP, Archive Browsing, Javadoc, and More</title>
		<link>http://blog.sonatype.com/people/2010/01/announcing-nexus-1-5-0-ldap-archive-browsing-javadoc-and-more/</link>
		<comments>http://blog.sonatype.com/people/2010/01/announcing-nexus-1-5-0-ldap-archive-browsing-javadoc-and-more/#comments</comments>
		<pubDate>Thu, 28 Jan 2010 12:32:40 +0000</pubDate>
		<dc:creator>Damian Bradicich</dc:creator>
				<category><![CDATA[Nexus]]></category>
		<category><![CDATA[Sonatype]]></category>
		<category><![CDATA[announcement]]></category>
		<category><![CDATA[javadoc]]></category>
		<category><![CDATA[ldap]]></category>
		<category><![CDATA[nexus open source]]></category>
		<category><![CDATA[nexus professional]]></category>
		<category><![CDATA[release]]></category>

		<guid isPermaLink="false">http://www.sonatype.com/people/?p=4145</guid>
		<description><![CDATA[Sonatype is pleased to announce the availability of Nexus 1.5.0.   The major announcement? We&#8217;ve moved our LDAP integration into Nexus Open Source.  In addition to the LDAP changes, this release also contains some important features:  Nexus Open Source now ships with the Remote Repository Browsing plugin, and Nexus Professional now has the capability to browse [...]]]></description>
				<content:encoded><![CDATA[<p><a href="http://www.sonatype.com/people/wp-content/uploads/2010/01/nexus-small.png"><img class="alignright size-full wp-image-3683" title="nexus-small" src="http://www.sonatype.com/people/wp-content/uploads/2010/01/nexus-small.png" alt="" width="250" height="62" /></a>Sonatype is pleased to announce the availability of Nexus 1.5.0.   The major announcement? We&#8217;ve <a href="http://www.sonatype.com/people/2010/01/nexus-1-5-0-highlights-open-sourcing-nexus-ldap-integration/">moved our LDAP integration into Nexus Open Source</a>.  In addition to the LDAP changes, this release also contains some important features:  Nexus Open Source now ships with the <a href="http://www.sonatype.com/people/2010/01/meet-the-nexus-remote-repository-browsing-plugin/">Remote Repository Browsing plugin</a>, and Nexus Professional now has the capability to browse repository archives and serve Javadoc.    Nexus Professional has two new plugins: the new Enterprise LDAP plugin which supports multiple LDAP servers and provides caching options for LDAP integration, and a new Branding plugin which allows you to customize the appearance of the Nexus UI.</p>

<h3>Downloading Nexus 1.5.0</h3>

<p>If you are already using Nexus, it is easy to upgrade.   Download the distribution, unpack it next to your <em>sonatype-work/</em> directory &#8211; that&#8217;s all it takes to upgrade.   If you haven&#8217;t installed Nexus yet, download a distribution, unpack it, and run the appropriate script under ${nexus_home}/bin/jsw.   If you are not yet using a repository manager, now&#8217;s the time.</p>

<ul>
    <li><a href="http://nexus.sonatype.org/download-nexus.html">Download Nexus Open Source 1.5.0</a></li>
    <li><a href="http://www.sonatype.com/products/downloads">Download Nexus Professional 1.5.0</a></li>
</ul>

<p>The rest of this post provides an overview of some of the release highlights.<span id="more-4145"></span></p>

<h3>Nexus Open Source 1.5.0 Highlights</h3>

<p>For more details, see the Nexus Open Source 1.5.0 <a href="https://issues.sonatype.org/secure/ReleaseNote.jspa?projectId=10001&amp;version=10592">Release Notes</a>.</p>

<p><a href="http://www.sonatype.com/people/wp-content/uploads/2010/01/ldap-in-oss.png"><img class="alignright size-full wp-image-4146" title="ldap-in-oss" src="http://www.sonatype.com/people/wp-content/uploads/2010/01/ldap-in-oss.png" alt="" width="206" height="147" /></a><strong>LDAP Integration in Nexus OSS:</strong> The existing Professional LDAP plugin has been moved to the OSS code base, and is now available with the OSS release (there is a new Professional plugin that greatly enhances functionality as well).</p>

<p><strong>Remote Repository Browsing:</strong> We have integrated the Remote Repository Browser plugin as well, this plugin was contributed by Anders
Hammar, and allows browsing of remote proxy repositories.   This feature is especially handy if you are working with remote repositories hosted on Amazon&#8217;s S3 service (such as the SpringSource repository).   Since it isn&#8217;t possible to browse an S3-based repository in a web browser, you can use the remote repository browsing tab to directly inspect the contents of a remote repository with the Nexus UI:</p>

<p><a href="http://www.sonatype.com/people/wp-content/uploads/2010/01/browse-remote.png"><img class="aligncenter size-full wp-image-4147" title="browse-remote" src="http://www.sonatype.com/people/wp-content/uploads/2010/01/browse-remote.png" alt="" width="575" height="316" /></a></p>

<p><strong>Expanded Set of Default Proxy Repositories:</strong> New installations of Nexus will now have an expanded set of default proxy repository.   This release of Nexus adds proxy repositories for Google Code and java.net&#8217;s Maven 2 and Maven 1 repositories.</p>

<p><a href="http://www.sonatype.com/people/wp-content/uploads/2010/01/expanded-repos.png"><img class="aligncenter size-full wp-image-4149" title="expanded-repos" src="http://www.sonatype.com/people/wp-content/uploads/2010/01/expanded-repos.png" alt="" width="398" height="401" /></a></p>

<h3>Nexus Professional 1.5.0 Highlights</h3>

<p><strong><a href="http://www.sonatype.com/people/wp-content/uploads/2010/01/enteprise-ldap.png"><img class="alignright size-full wp-image-4155" title="enteprise-ldap" src="http://www.sonatype.com/people/wp-content/uploads/2010/01/enteprise-ldap.png" alt="" width="190" height="154" /></a>Enterprise LDAP Plugin:</strong> Enhancement to Nexus LDAP configuration, allowing for detailed configuration of cache parameters, configuring multiple LDAP servers, using backup mirrors, and more.</p>

<p><strong>Archive Browser Plugin:</strong> Now you can view the content of common archive files (zip, jar, ear and war) right in nexus, from the storage browser, search results and index browser.  Simply click on the desired archive file, and you can now browse it.</p>

<p><a href="http://www.sonatype.com/people/wp-content/uploads/2010/01/browse-archives.png"><img class="aligncenter size-full wp-image-4154" title="browse-archives" src="http://www.sonatype.com/people/wp-content/uploads/2010/01/browse-archives.png" alt="" width="652" height="343" /></a></p>

<p><strong>Viewing Javadoc from Nexus:</strong> In Nexus Professional, when you are browsing a repository, you can now right-click on a Javadoc artifact and select View Javadoc.</p>

<p><a href="http://www.sonatype.com/people/wp-content/uploads/2010/01/view-javadoc.png"><img class="aligncenter size-full wp-image-4152" title="view-javadoc" src="http://www.sonatype.com/people/wp-content/uploads/2010/01/view-javadoc.png" alt="" width="489" height="358" /></a></p>

<p><strong>Customize the Nexus Interface with Your Logo:</strong> The optional Nexus Branding plugin, adds a branding image that will override the Sonatype logo in upper left hand portion of UI.  You can define a path to a .png file in (nexus-base-dir)/conf/plexus.properties.  The key is named branding.image.path.</p>

<p><a href="http://www.sonatype.com/people/wp-content/uploads/2010/01/apache-repo-branding.png"><img class="aligncenter size-full wp-image-4151" title="apache-repo-branding" src="http://www.sonatype.com/people/wp-content/uploads/2010/01/apache-repo-branding.png" alt="" width="522" height="201" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.sonatype.com/people/2010/01/announcing-nexus-1-5-0-ldap-archive-browsing-javadoc-and-more/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Nexus Open Source or Professional: Which One is Right for You?</title>
		<link>http://blog.sonatype.com/people/2010/01/nexus-open-source-or-professional-which-one-is-right-for-you/</link>
		<comments>http://blog.sonatype.com/people/2010/01/nexus-open-source-or-professional-which-one-is-right-for-you/#comments</comments>
		<pubDate>Tue, 19 Jan 2010 09:00:45 +0000</pubDate>
		<dc:creator>Tim O'Brien</dc:creator>
				<category><![CDATA[Nexus]]></category>
		<category><![CDATA[Sonatype]]></category>
		<category><![CDATA[nexus open source]]></category>
		<category><![CDATA[nexus pro]]></category>

		<guid isPermaLink="false">http://www.sonatype.com/people/?p=3996</guid>
		<description><![CDATA[We&#8217;re frequently getting questions from users about the differences between Nexus Open Source and Nexus Professional, and the standard response we give is: &#8220;If you work for an organization that needs support or which needs staging and procurement, you&#8217;ll want to use Nexus Professional. If you are new to repository management, and you just want [...]]]></description>
				<content:encoded><![CDATA[<p><!--dzoneZ=none--><!--reddZ=none--><a href="http://www.sonatype.com/people/wp-content/uploads/2010/01/nexus-small.png"><img class="alignright size-full wp-image-3683" title="nexus-small" src="http://www.sonatype.com/people/wp-content/uploads/2010/01/nexus-small.png" alt="" width="250" height="62" /></a></p>

<p>We&#8217;re frequently getting questions from users about the differences between <a href="http://nexus.sonatype.org">Nexus Open Source</a> and <a href="http://www.sonatype.com/products/nexus">Nexus Professional</a>, and the standard response we give is:</p>

<blockquote>&#8220;If you work for an organization that needs support or which needs staging and procurement, you&#8217;ll want to use <a href="http://www.sonatype.com/products/nexus">Nexus Professional</a>.   If you are new to repository management, and you just want to evaluate the technology, download <a href="http://nexus.sonatype.org">Nexus Open Source</a>.  If you find that you need support or enterprise features, it is easy enough to upgrade from OSS to Pro.&#8221;</blockquote>

<p>I wanted to take this post as an opportunity to expand on that general answer and provide more specific use cases that would affect this decision
<span id="more-3996"></span></p>

<div lang="en">
<h3>Use Nexus Open Source&#8230;</h3>
<div><dl> <dt>&#8230;if you are new to Repository Management.</dt> <dd>If you are new to <a href="http://www.sonatype.com/books/nexus-book/reference/repoman.html#repoman-sect-repoman">repository management</a>, the easiest way to introduce yourself to the benefits is to download Nexus Open Source, and experiment with <a href="http://www.sonatype.com/books/nexus-book/reference/config-sect-manage-repo.html">Hosted and Proxy                         repositories</a>. You should get a sense of how <a href="http://www.sonatype.com/books/nexus-book/reference/maven-sect-single-group.html">Maven Settings are                         configured</a> to retrieve artifacts from a single <a href="http://www.sonatype.com/books/nexus-book/reference/using-sect-browsing-groups.html">Repository Group</a>,                         and you should download a copy of the free Nexus book &#8211; <a href="http://www.sonatype.com/books/nexus-book/reference/index.html">Repository                                     Management with Nexus</a>. Once you’ve familiarized yourself with                                     Nexus Open Source, you can easily upgrade to Nexus Professional by                                     downloading and installing Nexus Professional. Nexus stores all of                                     your repository data and configuration in a directory named                                     sonatype-work which is separate from the Nexus application                                     directory.

</dd> <dt>&#8230;if you are looking for more stability and control.</dt> <dd>If you depend directly on public repositories such as the                                     <a href="http://repo1.maven.org">Central Maven repository</a> or the various repositories maintained by                                     organizations like <a href="http://www.sonatype.com/books/nexus-book/reference/index.html">Codehaus</a> or the <a href="https://repository.apache.org/index.html#welcome">Apache Software Foundation</a>, you                                     rely on these servers to be available to your developers 100% of                                     the time. If a public repository goes down for maintenance, so                                     does your development process. With a local proxy of Maven                                     artifacts, you buy yourself a stable, isolated build. Even if a                                     public repositories becomes unavailable, you will still be able to                                     build your software against artifacts cached in your own Nexus                                     installation.

</dd> <dt>&#8230;if you need to manage internal software                                   distribution.</dt> <dd>If your organization needs to support collaboration between                                     internal teams, you can use Nexus to support the <a href="http://www.sonatype.com/books/nexus-book/reference/sect-repoman-reasons.html#d0e990">distribution of                                     internal software</a>. With Nexus, sharing components between internal                                     groups is as easy as adding a dependency from Maven Central. Just                                     publish a JAR to Nexus, configure the appropriate repositories                                     groups and inform others in our organization of the Maven                                     coordinates. Using a repository management doesn’t just make it                                     easier to proxy external software artifacts, it makes it easier to                                     share internal artifacts.

</dd> <dt>&#8230;if you need an intelligent local proxy.</dt> <dd>Many developers run Nexus on a local workstation as a way to                                     gain more control over the repositories used by Nexus. This is                                     also a great way to start evaluating Nexus. <a href="http://nexus.sonatype.org">Download and install</a> Nexus on your local workstation and point your Maven settings at                                     http://localhost:8081/nexus. When you need to add a new                                     repository, all you need to do is change the configuration of your                                     local Nexus installation.

</dd> </dl></div>
</div>

<div lang="en">
<div>
<div>
<div>
<h3>Use Nexus Professional&#8230;</h3>
</div>
</div>
</div>
<div><dl> <dt>&#8230;if you are looking for Professional Support.</dt> <dd>When you purchase <a href="http://www.sonatype.com/products/nexus">Nexus Professional</a>, you are purchasing <a href="http://store.sonatype.com/software">one                                     year of support</a> from the team that created the industry-standard                                     in repository management. With Nexus Professional, you not only                                     get a capable repository manager, you get the peace of mind that                                     help is just a phone call away. Sonatype also offers an array of                                     implementation and migration services for organizations looking                                     for an extra level of assistance.

</dd> <dt>&#8230;if you need a repository manager that can support release                                   and quality assurance decisions.</dt> <dd><a href="http://www.sonatype.com/books/nexus-book/reference/staging.html">Nexus Professional’s Staging Suite</a> can track the status of                                     a software release and make sure that different decision makers                                     are notified and supported during a software release. If you are                                     looking for a repository manager that can automate and support                                     software releases, download Nexus Professional and start learning                                     about <a href="http://www.sonatype.com/books/nexus-book/reference/staging-sect-managing-staging.html">Staged repositories</a> and <a href="http://www.sonatype.com/books/nexus-book/reference/ch10s06.html">Staging Rulesets</a>. When you start                                     using Nexus Professional, your operations, quality assurance, and                                     development teams can use the repository manager as a central                                     point of collaboration.

</dd> <dt>&#8230;if you need more control over external artifacts.</dt> <dd>If you need more control over which external artifacts can                                     be referenced and used in internal projects, you will need to use                                     the <a href="http://www.sonatype.com/books/nexus-book/reference/procure.html">Nexus Procurement Suite</a> which is a part of Nexus Professional.                                     While repositories like Maven Central are a great convenience,                                     allowing your developers carte blanche access to any external                                     library is often unacceptable in today’s legal and regulatory                                     environment. Nexus Professional’s <a href="http://www.sonatype.com/books/nexus-book/reference/procure.html">Procurement Suite</a> allows you to                                     enforce standards for external libraries. If you want to ensure                                     that every dependency is evalautated for security or license                                     compliance, <a href="http://www.sonatype.com/products/nexus">download Nexus Professional</a>.

</dd> <dt>&#8230;if you develop software for an Open Source project.</dt> <dd>Are you developing an open source project? If so, most open                                     source projects qualify for a <a href="http://www.sonatype.com/people/2010/01/nexus-oss-ecosystem/">free Nexus Professional license</a>.                                     Open source projects can qualify for a free Professional license,                                     or they can take advantage of free Nexus Professional hosting on                                     <a href="http://oss.sonatype.org">http://oss.sonatype.org</a>. Sonatype is very committed to supporting                                     the development of quality open source and this is our way of                                     giving back to the community.

</dd> <dt>&#8230;if you are developing and deploying to OSGi                                   platforms.</dt> <dd>If you are developing OSGi components using <a href="http://www.sonatype.com/books/nexus-book/reference/ch11s02.html">OBR                                     repositories</a>, or if you are developing OSGi components using the                                     <a href="http://www.sonatype.com/books/nexus-book/reference/ch13s02.html">P2 repository format</a>, you will need to use the OSGi support                                     available in the Nexus Professional distribution. Nexus                                     Professional supports a wider array of repository formats than                                     Nexus Open Source. As the industry moves toward OSGi as a                                     standard, you should be using a product which supports these                                     emerging standards as well as the existing repository formats used                                     by millions of developers.

</dd> <dt>&#8230;if you need to integrate with Enterprise Security.</dt> <dd>If you need to integrate Nexus with an <a href="http://www.sonatype.com/books/nexus-book/reference/crowd.html">Atlassian Crowd</a> server or an enterprise LDAP server, <a href="http://www.sonatype.com/products/nexus">download Nexus Professional</a>.                                     While Nexus Open Source provides extension points for writing                                     custom security realms, Nexus Professional provides documented                                     integration with popular LDAP servers such as OpenLDAP,                                     Microsoft’s Active Directory Server, and any other directory                                     product which implements the LDAP standard.

</dd> </dl></div>
</div>

<h3>Comparing Nexus Open Source and Nexus Professional                               Features</h3>

<p>The following table summarizes the differences between <a href="http://nexus.sonatype.org">Nexus Open                      Source</a> and <a href="http://www.sonatype.com/products/nexus">Nexus Professional</a>:</p>

<div>
<div>
<div><img class="aligncenter" src="http://www.sonatype.com/books/nexus-book/reference/figs/web/nx-open-vs-pro-datasheet-4.png" alt="Sonatype Nexus Feature Matrix" width="405" height="1132" /></div>
</div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://blog.sonatype.com/people/2010/01/nexus-open-source-or-professional-which-one-is-right-for-you/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
