You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildr.apache.org by do...@apache.org on 2017/05/19 07:33:20 UTC

svn commit: r1795587 [1/5] - in /buildr/site: ./ rdoc/ rdoc/Buildr/ rdoc/Buildr/CPom/ rdoc/Buildr/IntellijIdea/ rdoc/Buildr/Packaging/ rdoc/Buildr/Packaging/Java/ rdoc/Buildr/Scala/ rdoc/js/

Author: donaldp
Date: Fri May 19 07:33:19 2017
New Revision: 1795587

URL: http://svn.apache.org/viewvc?rev=1795587&view=rev
Log:
Publish latest site

Added:
    buildr/site/rdoc/Buildr/CPom/
    buildr/site/rdoc/Buildr/CPom.html
    buildr/site/rdoc/Buildr/CPom/ProjectExtension.html
    buildr/site/rdoc/Buildr/CustomPom.html
Modified:
    buildr/site/CHANGELOG
    buildr/site/buildr.pdf
    buildr/site/contributing.html
    buildr/site/download.html
    buildr/site/index.html
    buildr/site/rdoc/Buildr.html
    buildr/site/rdoc/Buildr/ActsAsArtifact.html
    buildr/site/rdoc/Buildr/ArchiveTask.html
    buildr/site/rdoc/Buildr/Artifact.html
    buildr/site/rdoc/Buildr/IntellijIdea/IdeaModule.html
    buildr/site/rdoc/Buildr/IntellijIdea/IdeaProject.html
    buildr/site/rdoc/Buildr/IntellijIdea/ProjectExtension.html
    buildr/site/rdoc/Buildr/OptionalArtifact.html
    buildr/site/rdoc/Buildr/Package.html
    buildr/site/rdoc/Buildr/Packaging/Java.html
    buildr/site/rdoc/Buildr/Packaging/Java/EarTask.html
    buildr/site/rdoc/Buildr/Packaging/Java/JarTask.html
    buildr/site/rdoc/Buildr/Project.html
    buildr/site/rdoc/Buildr/Repositories.html
    buildr/site/rdoc/Buildr/Scala.html
    buildr/site/rdoc/Buildr/Scala/ProjectExtension.html
    buildr/site/rdoc/Buildr/Scala/ScalaTest.html
    buildr/site/rdoc/Buildr/Scala/Scalac.html
    buildr/site/rdoc/Buildr/Scala/ScalacOptions.html
    buildr/site/rdoc/Buildr/Scala/Specs2.html
    buildr/site/rdoc/Buildr/TestNG.html
    buildr/site/rdoc/CHANGELOG.html
    buildr/site/rdoc/Java.html
    buildr/site/rdoc/created.rid
    buildr/site/rdoc/index.html
    buildr/site/rdoc/js/navigation.js.gz
    buildr/site/rdoc/js/search_index.js
    buildr/site/rdoc/js/search_index.js.gz
    buildr/site/rdoc/js/searcher.js.gz
    buildr/site/rdoc/table_of_contents.html
    buildr/site/settings_profiles.html

Modified: buildr/site/CHANGELOG
URL: http://svn.apache.org/viewvc/buildr/site/CHANGELOG?rev=1795587&r1=1795586&r2=1795587&view=diff
==============================================================================
--- buildr/site/CHANGELOG (original)
+++ buildr/site/CHANGELOG Fri May 19 07:33:19 2017
@@ -1,4 +1,37 @@
-1.5.1 (Pending)
+1.5.4 (Pending)
+
+1.5.3 (2017-05-17)
+* Change: Add support for gwt 2.8.1 to gwt addon.
+* Fixed:  Avoid error "undefined local variable or method `pom'" when invoking the `JarTask` without it being
+  registered through the `package` helper`. Reported by Dieter Vrancken.
+
+1.5.2 (2017-04-03)
+* Change: Update TestNG version to 6.11.
+* Change: BUILDR-731 - Enhance Sonar addon to support configuration of the project version. Submitted by Ross Mahony.
+* Fixed:  Fix pom generation to eliminate invalid `classifier` element from being added to POM.
+
+1.5.1 (2017-03-11)
+* Change: In the 'buildr/git_auto_version' addon strip out any versions that start with a 'v' character as
+          most projects on git repositories prefix version tags with a "v" to avoid collisions with any branchs
+          named after the version which are typically without the "v" character.
+* Fixed:  GWT Addon: The GWT project publishes invalid jars that can not be included on source path when
+          the javadoc tool is executing. Work around this issue in GWT by removing them from the documentation
+          class path.
+* Change: IDEA: Change the ordering of dependencies in the IDE module descriptor such that test dependencies are
+          first to allow test dependencies to override/shadow compile dependencies.
+* Fixed:  IDEA: Correctly configure the IDE module if the language level differs from the root project language level.
+* Change: Add css2gss task to gwt addon to support conveting from deprecated css syntax to modern gss syntax.
+* Change: Add support for gwt 2.8.0 to gwt addon.
+* Change: Remove orderedhash gem.
+* Change: Update jruby-openssl to 0.9.17
+* Change: Move hoe to the development dependencies
+* Fixed:  BUILDR-728 Snapshots metadata incorrectly created
+* Fixed:  BUILDR-718 Deprecate SVN repository - remove links to SVN
+* Change: BUILDR-724 Use scalamain to call scala projects
+* Change: BUILDR-719 Change User-Agent when uploading artifacts
+* Change: Set the OPEN_IN_BROWSER to false when building idea launch targets via add_glassfish_remote_configuration.
+* Change: BUILDR-709 Integrate `buildr/custom_pom` into core and just make it the default pom generated.
+* Fixed:  BUILDR-563 protobuf addon including source directories to protoc breaks build
 
 1.5.0 (2016-09-23)
 * Change: Update RJB to 1.5.4
@@ -53,7 +86,7 @@
 * Change: Update the custom_pom addon to generate poms with exclusions section that excludes
           all transitive dependencies. This is required as buildr dependencies are not
           transitive while Maven's dependencies are transitive by default.
-* Change: Remove the BND aqute maven repository, as it was decomissioned. Use Maven Central instead.
+* Change: Remove the BND aqute maven repository, as it was decommissioned. Use Maven Central instead.
 
 1.4.25 (2016-04-18)
 * Change: BUILDR-712 Update jruby-openssl dependency version or support a range of versions

Modified: buildr/site/buildr.pdf
URL: http://svn.apache.org/viewvc/buildr/site/buildr.pdf?rev=1795587&r1=1795586&r2=1795587&view=diff
==============================================================================
Binary files - no diff available.

Modified: buildr/site/contributing.html
URL: http://svn.apache.org/viewvc/buildr/site/contributing.html?rev=1795587&r1=1795586&r2=1795587&view=diff
==============================================================================
--- buildr/site/contributing.html (original)
+++ buildr/site/contributing.html Fri May 19 07:33:19 2017
@@ -78,7 +78,7 @@
 <h2 id="involved">Getting involved</h2>
 <p>All our discussions are done in the open, over <a href="mailing_lists.html">email</a>, and that would be the first place to look for answers, raise ideas, etc.  For bug reports, issues and patches, <a href="#bugs">see below</a>.</p>
 <h2 id="mailing_lists">Mailing Lists</h2>
-<p>We run two mailing lists, the <a href="http://buildr.markmail.org/search/list:users">users</a> mailing list for developers working with Buildr, that would be you if you&#8217;re using Buildr or interested in using it.  There&#8217;s the <a href="http://buildr.markmail.org/search/list:dev">dev</a> mailing list for talking about development of Buildr itself. There&#8217;s also <a href="http://buildr.markmail.org/search/list:commits">commits</a> mailing list for following <span class="caps">SVN</span> commits and <span class="caps">JIRA</span> issues.</p>
+<p>We run two mailing lists, the <a href="http://buildr.markmail.org/search/list:users">users</a> mailing list for developers working with Buildr, that would be you if you&#8217;re using Buildr or interested in using it.  There&#8217;s the <a href="http://buildr.markmail.org/search/list:dev">dev</a> mailing list for talking about development of Buildr itself. There&#8217;s also <a href="http://buildr.markmail.org/search/list:commits">commits</a> mailing list for following Git commits and <span class="caps">JIRA</span> issues.</p>
 <p>Check the <a href="mailing_lists.html">mailing lists</a> page for more information on subscribing, searching and posting to the mailing list.</p>
 <h2 id="irc">Internet Relay Chat</h2>
 <p>We are live on <span class="caps">IRC</span> under the buildr channel on irc.freenode.net, with a broad coverage of the US timezone. We tend to idle there, so feel free to ping the channel owner (toulmean) to make noise.</p>
@@ -105,20 +105,11 @@
 	<li>Provide a patch with the fix/change itself.  Keep it separate from the specs, so it&#8217;s easy to apply them individually.</li>
 </ol>
 <p>If you don&#8217;t know how to fix it, but can at least write a spec for the correct behavior (which, obviously would fail), do just that.  A spec is preferred to a fix.</p>
-<h3>Working on a new feature?</h3>
-<p>If you want to work on a cool new feature, but not quite ready to submit a patch, there&#8217;s still a way you can get the Buildr community involved.  We&#8217;re experimenting with using Git for that.  You can use Git to maintain a fork of Buildr that can keep up with changes in the main branch (tip: use <code>git rebase</code>), while developing your own changes/features on it.</p>
-<p>That way you can get other people involved, checking out the code, and eventually merge it back with the main branch.  Check out the <a href="#git">Git section</a> below and the post <a href="http://blog.labnotes.org/2008/04/30/git-forking-for-fun-and-profit/">Git forking for fun and profit</a>.</p>
 <h2 id="edge">Living on the edge</h2>
 <p>Did we mention Buildr is an open source project?  In fact, when you install Buildr you get all the source code, documentation, test case and everything you need to use it, extend it and patch it.  Have a look in your Gem directory.</p>
 <h3 id="git"><span class="caps">GIT</span></h3>
-<p>But if you want to work with the latest and greatest, you&#8217;ll want to check out Buildr from source control. You can use the <a href="http://git.apache.org">official Apache Git clone.</a>  This clone is maintained by the <span class="caps">ASF</span> and kept in sync with the <span class="caps">SVN</span> repository (though, in practice there may be some delay in cloning recent commits).  Apache&#8217;s Git hosting supports both git:// and http:// protocols (you should use git:// if at all possible as it is faster than http://):</p>
-<figure class="highlight"><pre><code class="language-sh" data-lang="sh"><span class="nv">$ </span>git clone git://git.apache.org/buildr.git
-<span class="c"># or...</span>
-<span class="nv">$ </span>git clone http://git.apache.org/buildr.git</code></pre></figure><p>If you want to learn more about Git, you can start by watching Scott Chacon’s <a href="http://en.oreilly.com/rails2008/public/asset/attachment/2816">Git presentation</a> (<span class="caps">PDF</span>), or any of the <a href="http://www.gitcasts.com/">Git screencasts</a>.  For more, there&#8217;s also the <a href="http://peepcode.com/products/git-internals-pdf">Git Internals book</a>.</p>
-<p>And keep this <a href="http://ktown.kde.org/~zrusin/git/git-cheat-sheet-medium.png">Git cheat sheet</a> close at hand. Very useful.</p>
-<h4>GitHub</h4>
-<p>You are also welcome to fork or clone the <a href="http://github.com/apache/buildr">Buildr repository on GitHub</a>.  This repository is just an exact mirror of the official Apache Git clone referenced above (updated every 30 minutes).</p>
-<h3>Working with Source Code</h3>
+<p>If you want to work with the latest and greatest, you&#8217;ll want to check out Buildr from source control. You can use the <a href="https://github.com/apache/buildr">official Apache Buildr Github  clone.</a>  This clone is maintained by Github aand kept in sync with the <a href="https://git-wip-us.apache.org/repos/asf?p=buildr.git"><span class="caps">ASF</span> Git repository</a></p>
+<figure class="highlight"><pre><code class="language-sh" data-lang="sh"><span class="nv">$ </span>git clone git@github.com:apache/buildr.git</code></pre></figure><h3>Working with Source Code</h3>
 <p>To install Buildr from the source directory:</p>
 <figure class="highlight"><pre><code class="language-sh" data-lang="sh"><span class="nv">$ </span><span class="nb">cd </span>buildr
 <span class="nv">$ </span>rake setup install</code></pre></figure><p>When using Buildr for JRuby:</p>

Modified: buildr/site/download.html
URL: http://svn.apache.org/viewvc/buildr/site/download.html?rev=1795587&r1=1795586&r2=1795587&view=diff
==============================================================================
--- buildr/site/download.html (original)
+++ buildr/site/download.html Fri May 19 07:33:19 2017
@@ -80,6 +80,108 @@
 <p>The official Apache distribution consists of the digitally signed binaries (gems) and source packages <a href="#dist">available below</a>.  To install these binaries, you must first download them to disk and then install them using the <code>gem install</code> command (or <code>rake install</code> for a source distribution).</p>
 <p>The source code is included in both source and binary distribution, the Gem distribution expands the source code into your local Gem repository. That&#8217;s in addition to getting the source code directly. Learn more about working with source code and <a href="contributing.html#edge">living on the edge</a>.</p>
 <h2 id="dist">Binaries and Source Code</h2>
+<h3>buildr 1.5.3 (2017-05-17)</h3>
+<table>
+	<tr>
+		<th>Package </th>
+		<th>MD5 Checksum </th>
+		<th><span class="caps">PGP</span> </th>
+	</tr>
+	<tr>
+		<td> <a href="http://www.apache.org/dyn/closer.cgi/buildr/1.5.3/buildr-1.5.3-java.gem">buildr-1.5.3-java.gem</a> </td>
+		<td> <a href="http://www.apache.org/dist/buildr/1.5.3/buildr-1.5.3-java.gem.md5">873c2bfe3060f4d074dc7464c68af837</a> </td>
+		<td> <a href="http://www.apache.org/dist/buildr/1.5.3/buildr-1.5.3-java.gem.asc">Sig</a> </td>
+	</tr>
+	<tr>
+		<td> <a href="http://www.apache.org/dyn/closer.cgi/buildr/1.5.3/buildr-1.5.3-x86-mswin32.gem">buildr-1.5.3-x86-mswin32.gem</a> </td>
+		<td> <a href="http://www.apache.org/dist/buildr/1.5.3/buildr-1.5.3-x86-mswin32.gem.md5">5b1bb8a17b55743910c34e5f20a75b7a</a> </td>
+		<td> <a href="http://www.apache.org/dist/buildr/1.5.3/buildr-1.5.3-x86-mswin32.gem.asc">Sig</a> </td>
+	</tr>
+	<tr>
+		<td> <a href="http://www.apache.org/dyn/closer.cgi/buildr/1.5.3/buildr-1.5.3.gem">buildr-1.5.3.gem</a> </td>
+		<td> <a href="http://www.apache.org/dist/buildr/1.5.3/buildr-1.5.3.gem.md5">84c063a3e5f96cd4ea614fe60fb28eac</a> </td>
+		<td> <a href="http://www.apache.org/dist/buildr/1.5.3/buildr-1.5.3.gem.asc">Sig</a> </td>
+	</tr>
+	<tr>
+		<td> <a href="http://www.apache.org/dyn/closer.cgi/buildr/1.5.3/buildr-1.5.3.tgz">buildr-1.5.3.tgz</a> </td>
+		<td> <a href="http://www.apache.org/dist/buildr/1.5.3/buildr-1.5.3.tgz.md5">1bb3198d0f8396c02539f6620dedc098</a> </td>
+		<td> <a href="http://www.apache.org/dist/buildr/1.5.3/buildr-1.5.3.tgz.asc">Sig</a> </td>
+	</tr>
+	<tr>
+		<td> <a href="http://www.apache.org/dyn/closer.cgi/buildr/1.5.3/buildr-1.5.3.zip">buildr-1.5.3.zip</a> </td>
+		<td> <a href="http://www.apache.org/dist/buildr/1.5.3/buildr-1.5.3.zip.md5">f8a54f02bac10e714f6f38daca00d7e1</a> </td>
+		<td> <a href="http://www.apache.org/dist/buildr/1.5.3/buildr-1.5.3.zip.asc">Sig</a> </td>
+	</tr>
+</table>
+<p style="text-align:right;">(<a href="http://www.apache.org/dist/buildr/1.5.3/KEYS">Release signing keys</a>)</p>
+<h3>buildr 1.5.2 (2017-04-03)</h3>
+<table>
+	<tr>
+		<th>Package </th>
+		<th>MD5 Checksum </th>
+		<th><span class="caps">PGP</span> </th>
+	</tr>
+	<tr>
+		<td> <a href="http://archive.apache.org/dist/buildr/1.5.2/buildr-1.5.2-java.gem">buildr-1.5.2-java.gem</a> </td>
+		<td> <a href="http://archive.apache.org/dist/buildr/1.5.2/buildr-1.5.2-java.gem.md5">72ac9122e057112f5699b39ba237432f</a> </td>
+		<td> <a href="http://archive.apache.org/dist/buildr/1.5.2/buildr-1.5.2-java.gem.asc">Sig</a> </td>
+	</tr>
+	<tr>
+		<td> <a href="http://archive.apache.org/dist/buildr/1.5.2/buildr-1.5.2-x86-mswin32.gem">buildr-1.5.2-x86-mswin32.gem</a> </td>
+		<td> <a href="http://archive.apache.org/dist/buildr/1.5.2/buildr-1.5.2-x86-mswin32.gem.md5">0b34fd2fc14236bcecc877901d58080d</a> </td>
+		<td> <a href="http://archive.apache.org/dist/buildr/1.5.2/buildr-1.5.2-x86-mswin32.gem.asc">Sig</a> </td>
+	</tr>
+	<tr>
+		<td> <a href="http://archive.apache.org/dist/buildr/1.5.2/buildr-1.5.2.gem">buildr-1.5.2.gem</a> </td>
+		<td> <a href="http://archive.apache.org/dist/buildr/1.5.2/buildr-1.5.2.gem.md5">6645bfa5380490233affa9adb9e388a1</a> </td>
+		<td> <a href="http://archive.apache.org/dist/buildr/1.5.2/buildr-1.5.2.gem.asc">Sig</a> </td>
+	</tr>
+	<tr>
+		<td> <a href="http://archive.apache.org/dist/buildr/1.5.2/buildr-1.5.2.tgz">buildr-1.5.2.tgz</a> </td>
+		<td> <a href="http://archive.apache.org/dist/buildr/1.5.2/buildr-1.5.2.tgz.md5">77e4ef6ce1b408943d98c848f86feb10</a> </td>
+		<td> <a href="http://archive.apache.org/dist/buildr/1.5.2/buildr-1.5.2.tgz.asc">Sig</a> </td>
+	</tr>
+	<tr>
+		<td> <a href="http://archive.apache.org/dist/buildr/1.5.2/buildr-1.5.2.zip">buildr-1.5.2.zip</a> </td>
+		<td> <a href="http://archive.apache.org/dist/buildr/1.5.2/buildr-1.5.2.zip.md5">793d86899fd3c3eb326a0ea920b1275a</a> </td>
+		<td> <a href="http://archive.apache.org/dist/buildr/1.5.2/buildr-1.5.2.zip.asc">Sig</a> </td>
+	</tr>
+</table>
+<p style="text-align:right;">(<a href="http://archive.apache.org/dist/buildr/1.5.2/KEYS">Release signing keys</a>)</p>
+<h3>buildr 1.5.1 (2017-03-11)</h3>
+<table>
+	<tr>
+		<th>Package </th>
+		<th>MD5 Checksum </th>
+		<th><span class="caps">PGP</span> </th>
+	</tr>
+	<tr>
+		<td> <a href="http://archive.apache.org/dist/buildr/1.5.1/buildr-1.5.1-java.gem">buildr-1.5.1-java.gem</a> </td>
+		<td> <a href="http://archive.apache.org/dist/buildr/1.5.1/buildr-1.5.1-java.gem.md5">bd1ff5faf28129b26a2efe6302be6619</a> </td>
+		<td> <a href="http://archive.apache.org/dist/buildr/1.5.1/buildr-1.5.1-java.gem.asc">Sig</a> </td>
+	</tr>
+	<tr>
+		<td> <a href="http://archive.apache.org/dist/buildr/1.5.1/buildr-1.5.1-x86-mswin32.gem">buildr-1.5.1-x86-mswin32.gem</a> </td>
+		<td> <a href="http://archive.apache.org/dist/buildr/1.5.1/buildr-1.5.1-x86-mswin32.gem.md5">834b07fba980f338e71ce0519d760c60</a> </td>
+		<td> <a href="http://archive.apache.org/dist/buildr/1.5.1/buildr-1.5.1-x86-mswin32.gem.asc">Sig</a> </td>
+	</tr>
+	<tr>
+		<td> <a href="http://archive.apache.org/dist/buildr/1.5.1/buildr-1.5.1.gem">buildr-1.5.1.gem</a> </td>
+		<td> <a href="http://archive.apache.org/dist/buildr/1.5.1/buildr-1.5.1.gem.md5">96675d557f14706f3f3888e8ac3d160f</a> </td>
+		<td> <a href="http://archive.apache.org/dist/buildr/1.5.1/buildr-1.5.1.gem.asc">Sig</a> </td>
+	</tr>
+	<tr>
+		<td> <a href="http://archive.apache.org/dist/buildr/1.5.1/buildr-1.5.1.tgz">buildr-1.5.1.tgz</a> </td>
+		<td> <a href="http://archive.apache.org/dist/buildr/1.5.1/buildr-1.5.1.tgz.md5">fa12a02ca8dacaaa3ab1a7a99a5cee0a</a> </td>
+		<td> <a href="http://archive.apache.org/dist/buildr/1.5.1/buildr-1.5.1.tgz.asc">Sig</a> </td>
+	</tr>
+	<tr>
+		<td> <a href="http://archive.apache.org/dist/buildr/1.5.1/buildr-1.5.1.zip">buildr-1.5.1.zip</a> </td>
+		<td> <a href="http://archive.apache.org/dist/buildr/1.5.1/buildr-1.5.1.zip.md5">276c2753a68282d84d7b6ed6cc690a99</a> </td>
+		<td> <a href="http://archive.apache.org/dist/buildr/1.5.1/buildr-1.5.1.zip.asc">Sig</a> </td>
+	</tr>
+</table>
+<p style="text-align:right;">(<a href="http://archive.apache.org/dist/buildr/1.5.1/KEYS">Release signing keys</a>)</p>
 <h3>buildr 1.5.0 (2016-09-23)</h3>
 <table>
 	<tr>
@@ -88,32 +190,32 @@
 		<th><span class="caps">PGP</span> </th>
 	</tr>
 	<tr>
-		<td> <a href="http://www.apache.org/dyn/closer.cgi/buildr/1.5.0/buildr-1.5.0-java.gem">buildr-1.5.0-java.gem</a> </td>
-		<td> <a href="http://www.apache.org/dist/buildr/1.5.0/buildr-1.5.0-java.gem.md5">611ad614788f38d15424d6c3a88f3db0</a> </td>
-		<td> <a href="http://www.apache.org/dist/buildr/1.5.0/buildr-1.5.0-java.gem.asc">Sig</a> </td>
+		<td> <a href="http://archive.apache.org/dist/buildr/1.5.0/buildr-1.5.0-java.gem">buildr-1.5.0-java.gem</a> </td>
+		<td> <a href="http://archive.apache.org/dist/buildr/1.5.0/buildr-1.5.0-java.gem.md5">611ad614788f38d15424d6c3a88f3db0</a> </td>
+		<td> <a href="http://archive.apache.org/dist/buildr/1.5.0/buildr-1.5.0-java.gem.asc">Sig</a> </td>
 	</tr>
 	<tr>
-		<td> <a href="http://www.apache.org/dyn/closer.cgi/buildr/1.5.0/buildr-1.5.0-x86-mswin32.gem">buildr-1.5.0-x86-mswin32.gem</a> </td>
-		<td> <a href="http://www.apache.org/dist/buildr/1.5.0/buildr-1.5.0-x86-mswin32.gem.md5">5eabc199bc362bccec939e2d67ef972c</a> </td>
-		<td> <a href="http://www.apache.org/dist/buildr/1.5.0/buildr-1.5.0-x86-mswin32.gem.asc">Sig</a> </td>
+		<td> <a href="http://archive.apache.org/dist/buildr/1.5.0/buildr-1.5.0-x86-mswin32.gem">buildr-1.5.0-x86-mswin32.gem</a> </td>
+		<td> <a href="http://archive.apache.org/dist/buildr/1.5.0/buildr-1.5.0-x86-mswin32.gem.md5">5eabc199bc362bccec939e2d67ef972c</a> </td>
+		<td> <a href="http://archive.apache.org/dist/buildr/1.5.0/buildr-1.5.0-x86-mswin32.gem.asc">Sig</a> </td>
 	</tr>
 	<tr>
-		<td> <a href="http://www.apache.org/dyn/closer.cgi/buildr/1.5.0/buildr-1.5.0.gem">buildr-1.5.0.gem</a> </td>
-		<td> <a href="http://www.apache.org/dist/buildr/1.5.0/buildr-1.5.0.gem.md5">075969eb067fa27243a4fd2ae6faf76c</a> </td>
-		<td> <a href="http://www.apache.org/dist/buildr/1.5.0/buildr-1.5.0.gem.asc">Sig</a> </td>
+		<td> <a href="http://archive.apache.org/dist/buildr/1.5.0/buildr-1.5.0.gem">buildr-1.5.0.gem</a> </td>
+		<td> <a href="http://archive.apache.org/dist/buildr/1.5.0/buildr-1.5.0.gem.md5">075969eb067fa27243a4fd2ae6faf76c</a> </td>
+		<td> <a href="http://archive.apache.org/dist/buildr/1.5.0/buildr-1.5.0.gem.asc">Sig</a> </td>
 	</tr>
 	<tr>
-		<td> <a href="http://www.apache.org/dyn/closer.cgi/buildr/1.5.0/buildr-1.5.0.tgz">buildr-1.5.0.tgz</a> </td>
-		<td> <a href="http://www.apache.org/dist/buildr/1.5.0/buildr-1.5.0.tgz.md5">83b06ec0597ea888846caf097ac2ece8</a> </td>
-		<td> <a href="http://www.apache.org/dist/buildr/1.5.0/buildr-1.5.0.tgz.asc">Sig</a> </td>
+		<td> <a href="http://archive.apache.org/dist/buildr/1.5.0/buildr-1.5.0.tgz">buildr-1.5.0.tgz</a> </td>
+		<td> <a href="http://archive.apache.org/dist/buildr/1.5.0/buildr-1.5.0.tgz.md5">83b06ec0597ea888846caf097ac2ece8</a> </td>
+		<td> <a href="http://archive.apache.org/dist/buildr/1.5.0/buildr-1.5.0.tgz.asc">Sig</a> </td>
 	</tr>
 	<tr>
-		<td> <a href="http://www.apache.org/dyn/closer.cgi/buildr/1.5.0/buildr-1.5.0.zip">buildr-1.5.0.zip</a> </td>
-		<td> <a href="http://www.apache.org/dist/buildr/1.5.0/buildr-1.5.0.zip.md5">f4eb461c0a4c90ddf464ea529a94cb67</a> </td>
-		<td> <a href="http://www.apache.org/dist/buildr/1.5.0/buildr-1.5.0.zip.asc">Sig</a> </td>
+		<td> <a href="http://archive.apache.org/dist/buildr/1.5.0/buildr-1.5.0.zip">buildr-1.5.0.zip</a> </td>
+		<td> <a href="http://archive.apache.org/dist/buildr/1.5.0/buildr-1.5.0.zip.md5">f4eb461c0a4c90ddf464ea529a94cb67</a> </td>
+		<td> <a href="http://archive.apache.org/dist/buildr/1.5.0/buildr-1.5.0.zip.asc">Sig</a> </td>
 	</tr>
 </table>
-<p style="text-align:right;">(<a href="http://www.apache.org/dist/buildr/1.5.0/KEYS">Release signing keys</a>)</p>
+<p style="text-align:right;">(<a href="http://archive.apache.org/dist/buildr/1.5.0/KEYS">Release signing keys</a>)</p>
 <h3>buildr 1.4.25 (2016-04-18)</h3>
 <table>
 	<tr>

Modified: buildr/site/index.html
URL: http://svn.apache.org/viewvc/buildr/site/index.html?rev=1795587&r1=1795586&r2=1795587&view=diff
==============================================================================
--- buildr/site/index.html (original)
+++ buildr/site/index.html Fri May 19 07:33:19 2017
@@ -111,23 +111,25 @@
 </ul>
 <p>So let&#8217;s get started.  You can <a href="quick_start.html">read the documentation online</a>, or <a href="buildr.pdf">download the <span class="caps">PDF</span></a>.</p>
 <h2 id="news">What&#8217;s New</h2>
-<p>Highlights from Buildr 1.5.0 (2016-09-23)</p>
+<p>Highlights from Buildr 1.5.3 (2017-05-17)</p>
 <ul>
-	<li>Change: Move to default on Scala 2.11.</li>
-	<li>Added:  <span class="caps">BUILDR</span>-577 Allow remote repo to be added with http basic auth support. Submitted by Michael Guymon.</li>
-	<li>Added:  <span class="caps">BUILDR</span>-572 Allow to upload unique version (timestamp based) snapshot artifacts to a repository. Submitted by Brice Figureau.</li>
-	<li>Added:  <span class="caps">BUILDR</span>-703 release: allow THIS_VERSION to be defined in another file</li>
-	<li>Fixed:  <span class="caps">BUILDR</span>-565 resources are not included in the war if defined after package call</li>
-	<li>Fixed:  <span class="caps">BUILDR</span>-621 ZipTask creates zip file with entries not sorted by path causing very slow unzipping.</li>
-	<li>Fixed:  <span class="caps">BUILDR</span>-695 transitive doesn&#8217;t support ${project.parent.version} in <span class="caps">POM</span>.</li>
-	<li>Fixed:  <span class="caps">BUILDR</span>-653 Using Eclipse compiler (<span class="caps">ECJ</span>)</li>
-	<li>Fixed:  <span class="caps">BUILDR</span>-476 Buildr doesn&#8217;t respect company repository manager</li>
-	<li>Fixed:  <span class="caps">BUILDR</span>-454 Definition-level parent-child references-by-name fail in 1.4.0 but not in 1.3.5. Submitted by Rhett Sutphin.</li>
-	<li>Fixed:  <span class="caps">BUILDR</span>-620 resources.filter should not run on non-text files</li>
-	<li>Fixed:  <span class="caps">BUILDR</span>-486 Buildr-generated poms should include dependencies</li>
-	<li>Change: Update the custom_pom addon to generate poms with exclusions section that excludes<br />
-          all transitive dependencies. This is required as buildr dependencies are not<br />
-          transitive while Maven&#8217;s dependencies are transitive by default.</li>
+	<li>Change: Add support for gwt 2.8.1 to gwt addon.</li>
+	<li>Fixed:  Avoid error &#8220;undefined local variable or method `pom&#8217;&#8221; when invoking the `JarTask` without it being<br />
+  registered through the `package` helper`. Reported by Dieter Vrancken.</li>
+</ul>
+<p>Highlights from Buildr 1.5.2 (2017-04-03)</p>
+<ul>
+	<li>Change: Update TestNG version to 6.11.</li>
+	<li>Change: <span class="caps">BUILDR</span>-731 &#8211; Enhance Sonar addon to support configuration of the project version. Submitted by Ross Mahony.</li>
+	<li>Fixed:  Fix pom generation to eliminate invalid `classifier` element from being added to <span class="caps">POM</span>.</li>
+</ul>
+<p>Highlights from Buildr 1.5.1 (2017-03-11)</p>
+<ul>
+	<li>Change: Add css2gss task to gwt addon to support conveting from deprecated css syntax to modern gss syntax.</li>
+	<li>Change: Add support for gwt 2.8.0 to gwt addon.</li>
+	<li>Change: Update jruby-openssl to 0.9.17</li>
+	<li>Change: <span class="caps">BUILDR</span>-719 Change User-Agent when uploading artifacts</li>
+	<li>Change: <span class="caps">BUILDR</span>-709 Integrate `buildr/custom_pom` into core and just make it the default pom generated.</li>
 </ul>
 <p>This is a partial list &#8212; see the <a href="CHANGELOG"><span class="caps">CHANGELOG</span></a> for full details.</p>
 <h2 id="notices">Credits &amp; Notices</h2>

Modified: buildr/site/rdoc/Buildr.html
URL: http://svn.apache.org/viewvc/buildr/site/rdoc/Buildr.html?rev=1795587&r1=1795586&r2=1795587&view=diff
==============================================================================
--- buildr/site/rdoc/Buildr.html (original)
+++ buildr/site/rdoc/Buildr.html Fri May 19 07:33:19 2017
@@ -102,6 +102,22 @@ WARRANTIES OR CONDITIONS OF ANY KIND, ei
 License for the specific language governing permissions and limitations
 under the License.</p>
 
+<p>Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements.  See the <a href="NOTICE.html">NOTICE</a>
+file distributed with this work for additional information regarding
+copyright ownership.  The ASF licenses this file to you under the Apache
+License, Version 2.0 (the “License”); you may not use this file except in
+compliance with the License. You may obtain a copy of the License at</p>
+
+<pre class="ruby"><span class="ruby-identifier">http</span>:<span class="ruby-operator">/</span><span class="ruby-regexp">/www.apache.org/</span><span class="ruby-identifier">licenses</span><span class="ruby-operator">/</span><span class="ruby-constant">LICENSE</span><span class="ruby-operator">-</span><span class="ruby-value">2.0</span>
+</pre>
+
+<p>Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an “AS IS” BASIS, WITHOUT
+WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  See the
+License for the specific language governing permissions and limitations
+under the License.</p>
+
   </section>
 
   

Modified: buildr/site/rdoc/Buildr/ActsAsArtifact.html
URL: http://svn.apache.org/viewvc/buildr/site/rdoc/Buildr/ActsAsArtifact.html?rev=1795587&r1=1795586&r2=1795587&view=diff
==============================================================================
--- buildr/site/rdoc/Buildr/ActsAsArtifact.html (original)
+++ buildr/site/rdoc/Buildr/ActsAsArtifact.html Fri May 19 07:33:19 2017
@@ -161,6 +161,19 @@ be used everywhere an artifact is accept
       </header>
 
       
+      <div id="attribute-i-buildr_project" class="method-detail">
+        <div class="method-heading attribute-method-heading">
+          <span class="method-name">buildr_project</span><span
+            class="attribute-access-type">[RW]</span>
+        </div>
+
+        <div class="method-description">
+        
+        
+        
+        </div>
+      </div>
+      
       <div id="attribute-i-classifier" class="method-detail">
         <div class="method-heading attribute-method-heading">
           <span class="method-name">classifier</span><span
@@ -255,7 +268,7 @@ be used everywhere an artifact is accept
 
           
           <div class="method-source-code" id="final_version-source">
-            <pre><span class="ruby-comment"># File lib/buildr/packaging/artifact.rb, line 80</span>
+            <pre><span class="ruby-comment"># File lib/buildr/packaging/artifact.rb, line 82</span>
 <span class="ruby-keyword">def</span> <span class="ruby-identifier">final_version</span>
   <span class="ruby-keyword">return</span> <span class="ruby-identifier">version</span> <span class="ruby-keyword">unless</span> <span class="ruby-identifier">snapshot?</span>
   <span class="ruby-constant">Time</span>.<span class="ruby-identifier">now</span>.<span class="ruby-identifier">strftime</span>(<span class="ruby-string">&quot;%Y%m%d.%H%M%S&quot;</span>)
@@ -289,7 +302,7 @@ be used everywhere an artifact is accept
 
           
           <div class="method-source-code" id="install-source">
-            <pre><span class="ruby-comment"># File lib/buildr/packaging/artifact.rb, line 182</span>
+            <pre><span class="ruby-comment"># File lib/buildr/packaging/artifact.rb, line 188</span>
 <span class="ruby-keyword">def</span> <span class="ruby-identifier">install</span>
   <span class="ruby-identifier">invoke</span>
   <span class="ruby-identifier">in_local_repository</span> = <span class="ruby-constant">Buildr</span>.<span class="ruby-identifier">repositories</span>.<span class="ruby-identifier">locate</span>(<span class="ruby-keyword">self</span>)
@@ -335,7 +348,7 @@ be used everywhere an artifact is accept
 
           
           <div class="method-source-code" id="javadoc_artifact-source">
-            <pre><span class="ruby-comment"># File lib/buildr/packaging/artifact.rb, line 136</span>
+            <pre><span class="ruby-comment"># File lib/buildr/packaging/artifact.rb, line 138</span>
 <span class="ruby-keyword">def</span> <span class="ruby-identifier">javadoc_artifact</span>
   <span class="ruby-identifier">javadoc_spec</span> = <span class="ruby-identifier">to_spec_hash</span>.<span class="ruby-identifier">merge</span>(<span class="ruby-value">:classifier=</span><span class="ruby-operator">&gt;</span><span class="ruby-string">&#39;javadoc&#39;</span>)
   <span class="ruby-identifier">javadoc_task</span> = <span class="ruby-constant">OptionalArtifact</span>.<span class="ruby-identifier">define_task</span>(<span class="ruby-constant">Buildr</span>.<span class="ruby-identifier">repositories</span>.<span class="ruby-identifier">locate</span>(<span class="ruby-identifier">javadoc_spec</span>))
@@ -374,7 +387,7 @@ be used everywhere an artifact is accept
 
           
           <div class="method-source-code" id="maven_metadata_xml-source">
-            <pre><span class="ruby-comment"># File lib/buildr/packaging/artifact.rb, line 165</span>
+            <pre><span class="ruby-comment"># File lib/buildr/packaging/artifact.rb, line 171</span>
 <span class="ruby-keyword">def</span> <span class="ruby-identifier">maven_metadata_xml</span>
   <span class="ruby-identifier">xml</span> = <span class="ruby-constant">Builder</span><span class="ruby-operator">::</span><span class="ruby-constant">XmlMarkup</span>.<span class="ruby-identifier">new</span>(<span class="ruby-value">:indent=</span><span class="ruby-operator">&gt;</span><span class="ruby-value">2</span>)
   <span class="ruby-identifier">xml</span>.<span class="ruby-identifier">instruct!</span>
@@ -423,7 +436,7 @@ be used everywhere an artifact is accept
 
           
           <div class="method-source-code" id="pom-source">
-            <pre><span class="ruby-comment"># File lib/buildr/packaging/artifact.rb, line 116</span>
+            <pre><span class="ruby-comment"># File lib/buildr/packaging/artifact.rb, line 118</span>
 <span class="ruby-keyword">def</span> <span class="ruby-identifier">pom</span>
   <span class="ruby-keyword">return</span> <span class="ruby-keyword">self</span> <span class="ruby-keyword">if</span> <span class="ruby-identifier">type</span> <span class="ruby-operator">==</span> <span class="ruby-value">:pom</span>
   <span class="ruby-constant">Buildr</span>.<span class="ruby-identifier">artifact</span>(<span class="ruby-value">:group=</span><span class="ruby-operator">&gt;</span><span class="ruby-identifier">group</span>, <span class="ruby-value">:id=</span><span class="ruby-operator">&gt;</span><span class="ruby-identifier">id</span>, <span class="ruby-value">:version=</span><span class="ruby-operator">&gt;</span><span class="ruby-identifier">version</span>, <span class="ruby-value">:type=</span><span class="ruby-operator">&gt;</span><span class="ruby-value">:pom</span>)
@@ -460,17 +473,21 @@ be used everywhere an artifact is accept
 
           
           <div class="method-source-code" id="pom_xml-source">
-            <pre><span class="ruby-comment"># File lib/buildr/packaging/artifact.rb, line 147</span>
+            <pre><span class="ruby-comment"># File lib/buildr/packaging/artifact.rb, line 149</span>
 <span class="ruby-keyword">def</span> <span class="ruby-identifier">pom_xml</span>
-  <span class="ruby-constant">Proc</span>.<span class="ruby-identifier">new</span> <span class="ruby-keyword">do</span>
-    <span class="ruby-identifier">xml</span> = <span class="ruby-constant">Builder</span><span class="ruby-operator">::</span><span class="ruby-constant">XmlMarkup</span>.<span class="ruby-identifier">new</span>(<span class="ruby-value">:indent=</span><span class="ruby-operator">&gt;</span><span class="ruby-value">2</span>)
-    <span class="ruby-identifier">xml</span>.<span class="ruby-identifier">instruct!</span>
-    <span class="ruby-identifier">xml</span>.<span class="ruby-identifier">project</span> <span class="ruby-keyword">do</span>
-      <span class="ruby-identifier">xml</span>.<span class="ruby-identifier">modelVersion</span>  <span class="ruby-string">&#39;4.0.0&#39;</span>
-      <span class="ruby-identifier">xml</span>.<span class="ruby-identifier">groupId</span>       <span class="ruby-identifier">group</span>
-      <span class="ruby-identifier">xml</span>.<span class="ruby-identifier">artifactId</span>    <span class="ruby-identifier">id</span>
-      <span class="ruby-identifier">xml</span>.<span class="ruby-identifier">version</span>       <span class="ruby-identifier">version</span>
-      <span class="ruby-identifier">xml</span>.<span class="ruby-identifier">classifier</span>    <span class="ruby-identifier">classifier</span> <span class="ruby-keyword">if</span> <span class="ruby-identifier">classifier</span>
+  <span class="ruby-keyword">if</span> <span class="ruby-keyword">self</span>.<span class="ruby-identifier">buildr_project</span>
+    <span class="ruby-constant">Buildr</span><span class="ruby-operator">::</span><span class="ruby-constant">CustomPom</span>.<span class="ruby-identifier">pom_xml</span>(<span class="ruby-keyword">self</span>.<span class="ruby-identifier">buildr_project</span>, <span class="ruby-keyword">self</span>)
+  <span class="ruby-keyword">else</span>
+    <span class="ruby-constant">Proc</span>.<span class="ruby-identifier">new</span> <span class="ruby-keyword">do</span>
+      <span class="ruby-identifier">xml</span> = <span class="ruby-constant">Builder</span><span class="ruby-operator">::</span><span class="ruby-constant">XmlMarkup</span>.<span class="ruby-identifier">new</span>(<span class="ruby-value">:indent</span> =<span class="ruby-operator">&gt;</span> <span class="ruby-value">2</span>)
+      <span class="ruby-identifier">xml</span>.<span class="ruby-identifier">instruct!</span>
+      <span class="ruby-identifier">xml</span>.<span class="ruby-identifier">project</span> <span class="ruby-keyword">do</span>
+        <span class="ruby-identifier">xml</span>.<span class="ruby-identifier">modelVersion</span> <span class="ruby-string">&#39;4.0.0&#39;</span>
+        <span class="ruby-identifier">xml</span>.<span class="ruby-identifier">groupId</span> <span class="ruby-identifier">group</span>
+        <span class="ruby-identifier">xml</span>.<span class="ruby-identifier">artifactId</span> <span class="ruby-identifier">id</span>
+        <span class="ruby-identifier">xml</span>.<span class="ruby-identifier">version</span> <span class="ruby-identifier">version</span>
+        <span class="ruby-identifier">xml</span>.<span class="ruby-identifier">classifier</span> <span class="ruby-identifier">classifier</span> <span class="ruby-keyword">if</span> <span class="ruby-identifier">classifier</span>
+      <span class="ruby-keyword">end</span>
     <span class="ruby-keyword">end</span>
   <span class="ruby-keyword">end</span>
 <span class="ruby-keyword">end</span></pre>
@@ -503,7 +520,7 @@ be used everywhere an artifact is accept
 
           
           <div class="method-source-code" id="snapshot-3F-source">
-            <pre><span class="ruby-comment"># File lib/buildr/packaging/artifact.rb, line 76</span>
+            <pre><span class="ruby-comment"># File lib/buildr/packaging/artifact.rb, line 78</span>
 <span class="ruby-keyword">def</span> <span class="ruby-identifier">snapshot?</span>
   <span class="ruby-identifier">version</span> <span class="ruby-operator">=~</span> <span class="ruby-regexp">/-SNAPSHOT$/</span>
 <span class="ruby-keyword">end</span></pre>
@@ -539,7 +556,7 @@ be used everywhere an artifact is accept
 
           
           <div class="method-source-code" id="sources_artifact-source">
-            <pre><span class="ruby-comment"># File lib/buildr/packaging/artifact.rb, line 125</span>
+            <pre><span class="ruby-comment"># File lib/buildr/packaging/artifact.rb, line 127</span>
 <span class="ruby-keyword">def</span> <span class="ruby-identifier">sources_artifact</span>
   <span class="ruby-identifier">sources_spec</span> = <span class="ruby-identifier">to_spec_hash</span>.<span class="ruby-identifier">merge</span>(<span class="ruby-value">:classifier=</span><span class="ruby-operator">&gt;</span><span class="ruby-string">&#39;sources&#39;</span>)
   <span class="ruby-identifier">sources_task</span> = <span class="ruby-constant">OptionalArtifact</span>.<span class="ruby-identifier">define_task</span>(<span class="ruby-constant">Buildr</span>.<span class="ruby-identifier">repositories</span>.<span class="ruby-identifier">locate</span>(<span class="ruby-identifier">sources_spec</span>))
@@ -612,7 +629,7 @@ be used everywhere an artifact is accept
 
           
           <div class="method-source-code" id="to_spec-source">
-            <pre><span class="ruby-comment"># File lib/buildr/packaging/artifact.rb, line 108</span>
+            <pre><span class="ruby-comment"># File lib/buildr/packaging/artifact.rb, line 110</span>
 <span class="ruby-keyword">def</span> <span class="ruby-identifier">to_spec</span>
   <span class="ruby-identifier">classifier</span> <span class="ruby-operator">?</span> <span class="ruby-node">&quot;#{group}:#{id}:#{type}:#{classifier}:#{version}&quot;</span> <span class="ruby-operator">:</span> <span class="ruby-node">&quot;#{group}:#{id}:#{type}:#{version}&quot;</span>
 <span class="ruby-keyword">end</span></pre>
@@ -658,7 +675,7 @@ be used everywhere an artifact is accept
 
           
           <div class="method-source-code" id="to_spec_hash-source">
-            <pre><span class="ruby-comment"># File lib/buildr/packaging/artifact.rb, line 95</span>
+            <pre><span class="ruby-comment"># File lib/buildr/packaging/artifact.rb, line 97</span>
 <span class="ruby-keyword">def</span> <span class="ruby-identifier">to_spec_hash</span>
   <span class="ruby-identifier">base</span> = { <span class="ruby-value">:group=</span><span class="ruby-operator">&gt;</span><span class="ruby-identifier">group</span>, <span class="ruby-value">:id=</span><span class="ruby-operator">&gt;</span><span class="ruby-identifier">id</span>, <span class="ruby-value">:type=</span><span class="ruby-operator">&gt;</span><span class="ruby-identifier">type</span>, <span class="ruby-value">:version=</span><span class="ruby-operator">&gt;</span><span class="ruby-identifier">version</span> }
   <span class="ruby-identifier">classifier</span> <span class="ruby-operator">?</span> <span class="ruby-identifier">base</span>.<span class="ruby-identifier">merge</span>(<span class="ruby-value">:classifier=</span><span class="ruby-operator">&gt;</span><span class="ruby-identifier">classifier</span>) <span class="ruby-operator">:</span> <span class="ruby-identifier">base</span>
@@ -696,7 +713,7 @@ be used everywhere an artifact is accept
 
           
           <div class="method-source-code" id="uninstall-source">
-            <pre><span class="ruby-comment"># File lib/buildr/packaging/artifact.rb, line 196</span>
+            <pre><span class="ruby-comment"># File lib/buildr/packaging/artifact.rb, line 202</span>
 <span class="ruby-keyword">def</span> <span class="ruby-identifier">uninstall</span>
   <span class="ruby-identifier">installed</span> = <span class="ruby-constant">Buildr</span>.<span class="ruby-identifier">repositories</span>.<span class="ruby-identifier">locate</span>(<span class="ruby-keyword">self</span>)
   <span class="ruby-identifier">rm</span> <span class="ruby-identifier">installed</span> <span class="ruby-keyword">if</span> <span class="ruby-constant">File</span>.<span class="ruby-identifier">exist?</span>(<span class="ruby-identifier">installed</span>)
@@ -755,7 +772,7 @@ relevant information. In the third form,
 
           
           <div class="method-source-code" id="upload-source">
-            <pre><span class="ruby-comment"># File lib/buildr/packaging/artifact.rb, line 214</span>
+            <pre><span class="ruby-comment"># File lib/buildr/packaging/artifact.rb, line 220</span>
 <span class="ruby-keyword">def</span> <span class="ruby-identifier">upload</span>(<span class="ruby-identifier">upload_to</span> = <span class="ruby-keyword">nil</span>)
   <span class="ruby-identifier">upload_task</span>(<span class="ruby-identifier">upload_to</span>).<span class="ruby-identifier">invoke</span>
 <span class="ruby-keyword">end</span></pre>
@@ -788,7 +805,7 @@ relevant information. In the third form,
 
           
           <div class="method-source-code" id="upload_task-source">
-            <pre><span class="ruby-comment"># File lib/buildr/packaging/artifact.rb, line 218</span>
+            <pre><span class="ruby-comment"># File lib/buildr/packaging/artifact.rb, line 224</span>
 <span class="ruby-keyword">def</span> <span class="ruby-identifier">upload_task</span>(<span class="ruby-identifier">upload_to</span> = <span class="ruby-keyword">nil</span>)
   <span class="ruby-identifier">upload_to</span> <span class="ruby-operator">||=</span> <span class="ruby-constant">Buildr</span>.<span class="ruby-identifier">repositories</span>.<span class="ruby-identifier">snapshot_to</span> <span class="ruby-keyword">if</span> <span class="ruby-identifier">snapshot?</span> <span class="ruby-operator">&amp;&amp;</span> <span class="ruby-constant">Buildr</span>.<span class="ruby-identifier">repositories</span>.<span class="ruby-identifier">snapshot_to</span> <span class="ruby-operator">!=</span> <span class="ruby-keyword">nil</span> <span class="ruby-operator">&amp;&amp;</span> <span class="ruby-constant">Buildr</span>.<span class="ruby-identifier">repositories</span>.<span class="ruby-identifier">snapshot_to</span>[<span class="ruby-value">:url</span>] <span class="ruby-operator">!=</span> <span class="ruby-keyword">nil</span>
   <span class="ruby-identifier">upload_to</span> <span class="ruby-operator">||=</span> <span class="ruby-constant">Buildr</span>.<span class="ruby-identifier">repositories</span>.<span class="ruby-identifier">release_to</span>
@@ -858,7 +875,7 @@ relevant information. In the third form,
 
           
           <div class="method-source-code" id="apply_spec-source">
-            <pre><span class="ruby-comment"># File lib/buildr/packaging/artifact.rb, line 254</span>
+            <pre><span class="ruby-comment"># File lib/buildr/packaging/artifact.rb, line 260</span>
 <span class="ruby-keyword">def</span> <span class="ruby-identifier">apply_spec</span>(<span class="ruby-identifier">spec</span>)
   <span class="ruby-identifier">spec</span> = <span class="ruby-constant">Artifact</span>.<span class="ruby-identifier">to_hash</span>(<span class="ruby-identifier">spec</span>)
   <span class="ruby-constant">ARTIFACT_ATTRIBUTES</span>.<span class="ruby-identifier">each</span> { <span class="ruby-operator">|</span><span class="ruby-identifier">key</span><span class="ruby-operator">|</span> <span class="ruby-identifier">instance_variable_set</span>(<span class="ruby-node">&quot;@#{key}&quot;</span>, <span class="ruby-identifier">spec</span>[<span class="ruby-identifier">key</span>]) }
@@ -893,7 +910,7 @@ relevant information. In the third form,
 
           
           <div class="method-source-code" id="extract_type-source">
-            <pre><span class="ruby-comment"># File lib/buildr/packaging/artifact.rb, line 269</span>
+            <pre><span class="ruby-comment"># File lib/buildr/packaging/artifact.rb, line 275</span>
 <span class="ruby-keyword">def</span> <span class="ruby-identifier">extract_type</span>(<span class="ruby-identifier">type</span>)
   <span class="ruby-keyword">return</span> <span class="ruby-value">:jar</span> <span class="ruby-keyword">if</span> <span class="ruby-identifier">type</span> <span class="ruby-operator">==</span> <span class="ruby-value">:bundle</span>
   <span class="ruby-identifier">type</span>
@@ -927,7 +944,7 @@ relevant information. In the third form,
 
           
           <div class="method-source-code" id="group_path-source">
-            <pre><span class="ruby-comment"># File lib/buildr/packaging/artifact.rb, line 260</span>
+            <pre><span class="ruby-comment"># File lib/buildr/packaging/artifact.rb, line 266</span>
 <span class="ruby-keyword">def</span> <span class="ruby-identifier">group_path</span>
   <span class="ruby-identifier">group</span>.<span class="ruby-identifier">gsub</span>(<span class="ruby-string">&#39;.&#39;</span>, <span class="ruby-string">&#39;/&#39;</span>)
 <span class="ruby-keyword">end</span></pre>
@@ -960,7 +977,7 @@ relevant information. In the third form,
 
           
           <div class="method-source-code" id="upload_name-source">
-            <pre><span class="ruby-comment"># File lib/buildr/packaging/artifact.rb, line 264</span>
+            <pre><span class="ruby-comment"># File lib/buildr/packaging/artifact.rb, line 270</span>
 <span class="ruby-keyword">def</span> <span class="ruby-identifier">upload_name</span>
   <span class="ruby-keyword">return</span> <span class="ruby-constant">File</span>.<span class="ruby-identifier">basename</span>(<span class="ruby-identifier">name</span>) <span class="ruby-keyword">unless</span> <span class="ruby-identifier">snapshot?</span>
   <span class="ruby-keyword">return</span> <span class="ruby-constant">File</span>.<span class="ruby-identifier">basename</span>(<span class="ruby-identifier">name</span>).<span class="ruby-identifier">gsub</span>(<span class="ruby-regexp">/SNAPSHOT/</span>, <span class="ruby-node">&quot;#{final_version}-1&quot;</span>)

Modified: buildr/site/rdoc/Buildr/ArchiveTask.html
URL: http://svn.apache.org/viewvc/buildr/site/rdoc/Buildr/ArchiveTask.html?rev=1795587&r1=1795586&r2=1795587&view=diff
==============================================================================
--- buildr/site/rdoc/Buildr/ArchiveTask.html (original)
+++ buildr/site/rdoc/Buildr/ArchiveTask.html Fri May 19 07:33:19 2017
@@ -218,7 +218,7 @@ content to it.</p>
           <div class="method-source-code" id="clean-source">
             <pre><span class="ruby-comment"># File lib/buildr/packaging/archive.rb, line 362</span>
 <span class="ruby-keyword">def</span> <span class="ruby-identifier">clean</span>
-  <span class="ruby-ivar">@paths</span> = <span class="ruby-constant">OrderedHash</span>.<span class="ruby-identifier">new</span>
+  <span class="ruby-ivar">@paths</span> = {}
   <span class="ruby-ivar">@paths</span>[<span class="ruby-string">&#39;&#39;</span>] = <span class="ruby-constant">Path</span>.<span class="ruby-identifier">new</span>(<span class="ruby-keyword">self</span>, <span class="ruby-string">&#39;&#39;</span>)
   <span class="ruby-ivar">@prepares</span> = []
   <span class="ruby-keyword">self</span>

Modified: buildr/site/rdoc/Buildr/Artifact.html
URL: http://svn.apache.org/viewvc/buildr/site/rdoc/Buildr/Artifact.html?rev=1795587&r1=1795586&r2=1795587&view=diff
==============================================================================
--- buildr/site/rdoc/Buildr/Artifact.html (original)
+++ buildr/site/rdoc/Buildr/Artifact.html Fri May 19 07:33:19 2017
@@ -196,7 +196,7 @@ structure, copy it from a different disk
 
           
           <div class="method-source-code" id="hash_to_file_name-source">
-            <pre><span class="ruby-comment"># File lib/buildr/packaging/artifact.rb, line 376</span>
+            <pre><span class="ruby-comment"># File lib/buildr/packaging/artifact.rb, line 382</span>
 <span class="ruby-keyword">def</span> <span class="ruby-identifier">hash_to_file_name</span>(<span class="ruby-identifier">hash</span>)
   <span class="ruby-identifier">version</span> = <span class="ruby-node">&quot;-#{hash[:version]}&quot;</span> <span class="ruby-keyword">if</span> <span class="ruby-identifier">hash</span>[<span class="ruby-value">:version</span>]
   <span class="ruby-identifier">classifier</span> = <span class="ruby-node">&quot;-#{hash[:classifier]}&quot;</span> <span class="ruby-keyword">if</span> <span class="ruby-identifier">hash</span>[<span class="ruby-value">:classifier</span>]
@@ -235,7 +235,7 @@ created from artifact, or package).</p>
 
           
           <div class="method-source-code" id="list-source">
-            <pre><span class="ruby-comment"># File lib/buildr/packaging/artifact.rb, line 307</span>
+            <pre><span class="ruby-comment"># File lib/buildr/packaging/artifact.rb, line 313</span>
 <span class="ruby-keyword">def</span> <span class="ruby-identifier">list</span>
   <span class="ruby-ivar">@artifacts</span> <span class="ruby-operator">||=</span> {}
   <span class="ruby-ivar">@artifacts</span>.<span class="ruby-identifier">keys</span>
@@ -273,7 +273,7 @@ created from artifact, or package).</p>
 
           
           <div class="method-source-code" id="lookup-source">
-            <pre><span class="ruby-comment"># File lib/buildr/packaging/artifact.rb, line 298</span>
+            <pre><span class="ruby-comment"># File lib/buildr/packaging/artifact.rb, line 304</span>
 <span class="ruby-keyword">def</span> <span class="ruby-identifier">lookup</span>(<span class="ruby-identifier">spec</span>)
   <span class="ruby-ivar">@artifacts</span> <span class="ruby-operator">||=</span> {}
   <span class="ruby-ivar">@artifacts</span>[<span class="ruby-identifier">to_spec</span>(<span class="ruby-identifier">spec</span>)]
@@ -308,7 +308,7 @@ timestamp modification</p>
 
           
           <div class="method-source-code" id="needed-3F-source">
-            <pre><span class="ruby-comment"># File lib/buildr/packaging/artifact.rb, line 444</span>
+            <pre><span class="ruby-comment"># File lib/buildr/packaging/artifact.rb, line 450</span>
 <span class="ruby-keyword">def</span> <span class="ruby-identifier">needed?</span>
   <span class="ruby-keyword">true</span>
 <span class="ruby-keyword">end</span></pre>
@@ -344,7 +344,7 @@ timestamp modification</p>
 
           
           <div class="method-source-code" id="register-source">
-            <pre><span class="ruby-comment"># File lib/buildr/packaging/artifact.rb, line 316</span>
+            <pre><span class="ruby-comment"># File lib/buildr/packaging/artifact.rb, line 322</span>
 <span class="ruby-keyword">def</span> <span class="ruby-identifier">register</span>(<span class="ruby-operator">*</span><span class="ruby-identifier">tasks</span>)
   <span class="ruby-ivar">@artifacts</span> <span class="ruby-operator">||=</span> {}
   <span class="ruby-identifier">fail</span> <span class="ruby-string">&#39;You can only register an artifact task, one of the arguments is not a Task that responds to to_spec&#39;</span> <span class="ruby-keyword">unless</span>
@@ -408,7 +408,7 @@ identifier and version number and set th
 
           
           <div class="method-source-code" id="to_hash-source">
-            <pre><span class="ruby-comment"># File lib/buildr/packaging/artifact.rb, line 335</span>
+            <pre><span class="ruby-comment"># File lib/buildr/packaging/artifact.rb, line 341</span>
 <span class="ruby-keyword">def</span> <span class="ruby-identifier">to_hash</span>(<span class="ruby-identifier">spec</span>)
   <span class="ruby-keyword">if</span> <span class="ruby-identifier">spec</span>.<span class="ruby-identifier">respond_to?</span>(<span class="ruby-value">:to_spec</span>)
     <span class="ruby-identifier">to_hash</span> <span class="ruby-identifier">spec</span>.<span class="ruby-identifier">to_spec</span>
@@ -466,7 +466,7 @@ any object that responds to to_spec.</p>
 
           
           <div class="method-source-code" id="to_spec-source">
-            <pre><span class="ruby-comment"># File lib/buildr/packaging/artifact.rb, line 365</span>
+            <pre><span class="ruby-comment"># File lib/buildr/packaging/artifact.rb, line 371</span>
 <span class="ruby-keyword">def</span> <span class="ruby-identifier">to_spec</span>(<span class="ruby-identifier">hash</span>)
   <span class="ruby-identifier">hash</span> = <span class="ruby-identifier">to_hash</span>(<span class="ruby-identifier">hash</span>) <span class="ruby-keyword">unless</span> <span class="ruby-constant">Hash</span> <span class="ruby-operator">===</span> <span class="ruby-identifier">hash</span>
   <span class="ruby-identifier">version</span> = <span class="ruby-node">&quot;:#{hash[:version]}&quot;</span> <span class="ruby-keyword">if</span> <span class="ruby-identifier">hash</span>[<span class="ruby-value">:version</span>]
@@ -530,7 +530,7 @@ converted to a string using to_s</p>
 
           
           <div class="method-source-code" id="content-source">
-            <pre><span class="ruby-comment"># File lib/buildr/packaging/artifact.rb, line 430</span>
+            <pre><span class="ruby-comment"># File lib/buildr/packaging/artifact.rb, line 436</span>
 <span class="ruby-keyword">def</span> <span class="ruby-identifier">content</span>(<span class="ruby-identifier">string</span> = <span class="ruby-keyword">nil</span>)
   <span class="ruby-keyword">unless</span> <span class="ruby-identifier">string</span>
     <span class="ruby-ivar">@content</span> = <span class="ruby-ivar">@content</span>.<span class="ruby-identifier">call</span> <span class="ruby-keyword">if</span> <span class="ruby-ivar">@content</span>.<span class="ruby-identifier">is_a?</span>(<span class="ruby-constant">Proc</span>)
@@ -593,7 +593,7 @@ for example:</p>
 
           
           <div class="method-source-code" id="from-source">
-            <pre><span class="ruby-comment"># File lib/buildr/packaging/artifact.rb, line 408</span>
+            <pre><span class="ruby-comment"># File lib/buildr/packaging/artifact.rb, line 414</span>
 <span class="ruby-keyword">def</span> <span class="ruby-identifier">from</span>(<span class="ruby-identifier">path</span>)
   <span class="ruby-ivar">@from</span> = <span class="ruby-identifier">path</span>.<span class="ruby-identifier">is_a?</span>(<span class="ruby-constant">Rake</span><span class="ruby-operator">::</span><span class="ruby-constant">Task</span>) <span class="ruby-operator">?</span> <span class="ruby-identifier">path</span> <span class="ruby-operator">:</span> <span class="ruby-constant">File</span>.<span class="ruby-identifier">expand_path</span>(<span class="ruby-identifier">path</span>.<span class="ruby-identifier">to_s</span>)
   <span class="ruby-identifier">enhance</span> [<span class="ruby-ivar">@from</span>] <span class="ruby-keyword">do</span>
@@ -640,7 +640,7 @@ for example:</p>
 
           
           <div class="method-source-code" id="current_snapshot_repo_url-source">
-            <pre><span class="ruby-comment"># File lib/buildr/packaging/artifact.rb, line 512</span>
+            <pre><span class="ruby-comment"># File lib/buildr/packaging/artifact.rb, line 518</span>
 <span class="ruby-keyword">def</span> <span class="ruby-identifier">current_snapshot_repo_url</span>(<span class="ruby-identifier">repo_url</span>)
   <span class="ruby-keyword">begin</span>
     <span class="ruby-identifier">metadata_path</span> = <span class="ruby-node">&quot;#{group_path}/#{id}/#{version}/maven-metadata.xml&quot;</span>
@@ -695,7 +695,7 @@ order in which they are returned from re
 
           
           <div class="method-source-code" id="download-source">
-            <pre><span class="ruby-comment"># File lib/buildr/packaging/artifact.rb, line 468</span>
+            <pre><span class="ruby-comment"># File lib/buildr/packaging/artifact.rb, line 474</span>
 <span class="ruby-keyword">def</span> <span class="ruby-identifier">download</span>
   <span class="ruby-identifier">trace</span> <span class="ruby-node">&quot;Downloading #{to_spec}&quot;</span>
   <span class="ruby-identifier">remote</span> = <span class="ruby-constant">Buildr</span>.<span class="ruby-identifier">repositories</span>.<span class="ruby-identifier">remote_uri</span>
@@ -752,7 +752,7 @@ order in which they are returned from re
 
           
           <div class="method-source-code" id="download_m2_snapshot-source">
-            <pre><span class="ruby-comment"># File lib/buildr/packaging/artifact.rb, line 496</span>
+            <pre><span class="ruby-comment"># File lib/buildr/packaging/artifact.rb, line 502</span>
 <span class="ruby-keyword">def</span> <span class="ruby-identifier">download_m2_snapshot</span>(<span class="ruby-identifier">remote_uris</span>)
   <span class="ruby-identifier">remote_uris</span>.<span class="ruby-identifier">find</span> <span class="ruby-keyword">do</span> <span class="ruby-operator">|</span><span class="ruby-identifier">repo_url</span><span class="ruby-operator">|</span>
     <span class="ruby-identifier">snapshot_url</span> = <span class="ruby-identifier">current_snapshot_repo_url</span>(<span class="ruby-identifier">repo_url</span>)
@@ -797,7 +797,7 @@ order in which they are returned from re
 
           
           <div class="method-source-code" id="fail_download-source">
-            <pre><span class="ruby-comment"># File lib/buildr/packaging/artifact.rb, line 531</span>
+            <pre><span class="ruby-comment"># File lib/buildr/packaging/artifact.rb, line 537</span>
 <span class="ruby-keyword">def</span> <span class="ruby-identifier">fail_download</span>(<span class="ruby-identifier">remote_uris</span>)
   <span class="ruby-identifier">fail</span> <span class="ruby-node">&quot;Failed to download #{to_spec}, tried the following repositories:\n#{remote_uris.join(&quot;\n&quot;)}&quot;</span>
 <span class="ruby-keyword">end</span></pre>
@@ -830,7 +830,7 @@ order in which they are returned from re
 
           
           <div class="method-source-code" id="has_content-3F-source">
-            <pre><span class="ruby-comment"># File lib/buildr/packaging/artifact.rb, line 456</span>
+            <pre><span class="ruby-comment"># File lib/buildr/packaging/artifact.rb, line 462</span>
 <span class="ruby-keyword">def</span> <span class="ruby-identifier">has_content?</span>
   <span class="ruby-ivar">@from</span> <span class="ruby-operator">||</span> <span class="ruby-ivar">@content</span>
 <span class="ruby-keyword">end</span></pre>
@@ -871,7 +871,7 @@ order in which they are returned from re
 
           
           <div class="method-source-code" id="needed-3F-source">
-            <pre><span class="ruby-comment"># File lib/buildr/packaging/artifact.rb, line 541</span>
+            <pre><span class="ruby-comment"># File lib/buildr/packaging/artifact.rb, line 547</span>
 <span class="ruby-keyword">def</span> <span class="ruby-identifier">needed?</span>
   <span class="ruby-keyword">return</span> <span class="ruby-keyword">true</span> <span class="ruby-keyword">if</span> <span class="ruby-identifier">snapshot?</span> <span class="ruby-operator">&amp;&amp;</span> <span class="ruby-constant">File</span>.<span class="ruby-identifier">exist?</span>(<span class="ruby-identifier">name</span>) <span class="ruby-operator">&amp;&amp;</span> (<span class="ruby-identifier">update_snapshot?</span> <span class="ruby-operator">||</span> <span class="ruby-identifier">old?</span>)
   <span class="ruby-keyword">super</span>

Added: buildr/site/rdoc/Buildr/CPom.html
URL: http://svn.apache.org/viewvc/buildr/site/rdoc/Buildr/CPom.html?rev=1795587&view=auto
==============================================================================
--- buildr/site/rdoc/Buildr/CPom.html (added)
+++ buildr/site/rdoc/Buildr/CPom.html Fri May 19 07:33:19 2017
@@ -0,0 +1,95 @@
+<!DOCTYPE html>
+
+<html>
+<head>
+<meta charset="UTF-8">
+
+<title>module Buildr::CPom - buildr</title>
+
+<script type="text/javascript">
+  var rdoc_rel_prefix = "../";
+</script>
+
+<script src="../js/jquery.js"></script>
+<script src="../js/darkfish.js"></script>
+
+<link href="../css/fonts.css" rel="stylesheet">
+<link href="../css/rdoc.css" rel="stylesheet">
+
+
+
+<body id="top" role="document" class="module">
+<nav role="navigation">
+  <div id="project-navigation">
+    <div id="home-section" role="region" title="Quick navigation" class="nav-section">
+  <h2>
+    <a href="../index.html" rel="home">Home</a>
+  </h2>
+
+  <div id="table-of-contents-navigation">
+    <a href="../table_of_contents.html#pages">Pages</a>
+    <a href="../table_of_contents.html#classes">Classes</a>
+    <a href="../table_of_contents.html#methods">Methods</a>
+  </div>
+</div>
+
+    <div id="search-section" role="search" class="project-section initially-hidden">
+  <form action="#" method="get" accept-charset="utf-8">
+    <div id="search-field-wrapper">
+      <input id="search-field" role="combobox" aria-label="Search"
+             aria-autocomplete="list" aria-controls="search-results"
+             type="text" name="search" placeholder="Search" spellcheck="false"
+             title="Type to search, Up and Down to navigate, Enter to load">
+    </div>
+
+    <ul id="search-results" aria-label="Search Results"
+        aria-busy="false" aria-expanded="false"
+        aria-atomic="false" class="initially-hidden"></ul>
+  </form>
+</div>
+
+  </div>
+
+  
+
+  <div id="class-metadata">
+    
+    
+    
+    
+    
+  </div>
+</nav>
+
+<main role="main" aria-labelledby="module-Buildr::CPom">
+  <h1 id="module-Buildr::CPom" class="module">
+    module Buildr::CPom
+  </h1>
+
+  <section class="description">
+    
+  </section>
+
+  
+  
+  
+  <section id="5Buntitled-5D" class="documentation-section">
+    
+
+    
+
+    
+
+    
+
+    
+  </section>
+</main>
+
+
+<footer id="validator-badges" role="contentinfo">
+  <p><a href="http://validator.w3.org/check/referer">Validate</a>
+  <p>Generated by <a href="http://docs.seattlerb.org/rdoc/">RDoc</a> 4.2.2.
+  <p>Based on <a href="http://deveiate.org/projects/Darkfish-RDoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>.
+</footer>
+

Added: buildr/site/rdoc/Buildr/CPom/ProjectExtension.html
URL: http://svn.apache.org/viewvc/buildr/site/rdoc/Buildr/CPom/ProjectExtension.html?rev=1795587&view=auto
==============================================================================
--- buildr/site/rdoc/Buildr/CPom/ProjectExtension.html (added)
+++ buildr/site/rdoc/Buildr/CPom/ProjectExtension.html Fri May 19 07:33:19 2017
@@ -0,0 +1,161 @@
+<!DOCTYPE html>
+
+<html>
+<head>
+<meta charset="UTF-8">
+
+<title>module Buildr::CPom::ProjectExtension - buildr</title>
+
+<script type="text/javascript">
+  var rdoc_rel_prefix = "../../";
+</script>
+
+<script src="../../js/jquery.js"></script>
+<script src="../../js/darkfish.js"></script>
+
+<link href="../../css/fonts.css" rel="stylesheet">
+<link href="../../css/rdoc.css" rel="stylesheet">
+
+
+
+<body id="top" role="document" class="module">
+<nav role="navigation">
+  <div id="project-navigation">
+    <div id="home-section" role="region" title="Quick navigation" class="nav-section">
+  <h2>
+    <a href="../../index.html" rel="home">Home</a>
+  </h2>
+
+  <div id="table-of-contents-navigation">
+    <a href="../../table_of_contents.html#pages">Pages</a>
+    <a href="../../table_of_contents.html#classes">Classes</a>
+    <a href="../../table_of_contents.html#methods">Methods</a>
+  </div>
+</div>
+
+    <div id="search-section" role="search" class="project-section initially-hidden">
+  <form action="#" method="get" accept-charset="utf-8">
+    <div id="search-field-wrapper">
+      <input id="search-field" role="combobox" aria-label="Search"
+             aria-autocomplete="list" aria-controls="search-results"
+             type="text" name="search" placeholder="Search" spellcheck="false"
+             title="Type to search, Up and Down to navigate, Enter to load">
+    </div>
+
+    <ul id="search-results" aria-label="Search Results"
+        aria-busy="false" aria-expanded="false"
+        aria-atomic="false" class="initially-hidden"></ul>
+  </form>
+</div>
+
+  </div>
+
+  
+
+  <div id="class-metadata">
+    
+    
+    <div id="includes-section" class="nav-section">
+  <h3>Included Modules</h3>
+
+  <ul class="link-list">
+  
+  
+    <li><a class="include" href="../Extension.html">Buildr::Extension</a>
+  
+  
+  </ul>
+</div>
+
+    
+    <!-- Method Quickref -->
+<div id="method-list-section" class="nav-section">
+  <h3>Methods</h3>
+
+  <ul class="link-list" role="directory">
+    
+    <li ><a href="#method-i-pom">#pom</a>
+    
+  </ul>
+</div>
+
+  </div>
+</nav>
+
+<main role="main" aria-labelledby="module-Buildr::CPom::ProjectExtension">
+  <h1 id="module-Buildr::CPom::ProjectExtension" class="module">
+    module Buildr::CPom::ProjectExtension
+  </h1>
+
+  <section class="description">
+    
+  </section>
+
+  
+  
+  
+  <section id="5Buntitled-5D" class="documentation-section">
+    
+
+    
+
+    
+
+    
+
+    
+     <section id="public-instance-5Buntitled-5D-method-details" class="method-section">
+       <header>
+         <h3>Public Instance Methods</h3>
+       </header>
+
+    
+      <div id="method-i-pom" class="method-detail ">
+        
+        <div class="method-heading">
+          <span class="method-name">pom</span><span
+            class="method-args">()</span>
+          
+          <span class="method-click-advice">click to toggle source</span>
+          
+        </div>
+        
+
+        <div class="method-description">
+          
+          
+          
+          
+
+          
+          <div class="method-source-code" id="pom-source">
+            <pre><span class="ruby-comment"># File lib/buildr/java/custom_pom.rb, line 251</span>
+<span class="ruby-keyword">def</span> <span class="ruby-identifier">pom</span>
+  <span class="ruby-keyword">unless</span> <span class="ruby-ivar">@pom</span>
+    <span class="ruby-ivar">@pom</span> = <span class="ruby-identifier">parent</span> <span class="ruby-operator">?</span> <span class="ruby-identifier">parent</span>.<span class="ruby-identifier">pom</span>.<span class="ruby-identifier">dup</span> <span class="ruby-operator">:</span> <span class="ruby-constant">Buildr</span><span class="ruby-operator">::</span><span class="ruby-constant">CustomPom</span>.<span class="ruby-identifier">new</span>
+    <span class="ruby-ivar">@pom</span>.<span class="ruby-identifier">send</span> <span class="ruby-value">:associate_project</span>, <span class="ruby-keyword">self</span>
+  <span class="ruby-keyword">end</span>
+  <span class="ruby-ivar">@pom</span>
+<span class="ruby-keyword">end</span></pre>
+          </div>
+          
+        </div>
+
+        
+
+        
+      </div>
+
+    
+    </section>
+  
+  </section>
+</main>
+
+
+<footer id="validator-badges" role="contentinfo">
+  <p><a href="http://validator.w3.org/check/referer">Validate</a>
+  <p>Generated by <a href="http://docs.seattlerb.org/rdoc/">RDoc</a> 4.2.2.
+  <p>Based on <a href="http://deveiate.org/projects/Darkfish-RDoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>.
+</footer>
+