Author: lmccay
Date: Wed Feb 7 04:32:52 2018
New Revision: 1823424
URL: http://svn.apache.org/viewvc?rev=1823424&view=rev
Log:
KNOX-1175 -Prelease doesn't build a release (Jack Bearden via lmccay)
Modified:
knox/site/books/knox-1-0-0/dev-guide.html
knox/site/books/knox-1-1-0/dev-guide.html
knox/trunk/books/1.0.0/dev-guide/book.md
knox/trunk/books/1.1.0/dev-guide/book.md
Modified: knox/site/books/knox-1-0-0/dev-guide.html
URL:
http://svn.apache.org/viewvc/knox/site/books/knox-1-0-0/dev-guide.html?rev=1823424&r1=1823423&r2=1823424&view=diff
==============================================================================
--- knox/site/books/knox-1-0-0/dev-guide.html (original)
+++ knox/site/books/knox-1-0-0/dev-guide.html Wed Feb 7 04:32:52 2018
@@ -231,7 +231,7 @@
<pre><code>mvn clean install
ant
</code></pre><p>A more complete build can be done that builds and generates
the unsigned ZIP release artifacts. You will find these in the target/{version}
directory (e.g. target/0.XX.0-SNAPSHOT).</p>
-<pre><code>mvn -Prelease clean install
+<pre><code>mvn -Ppackage clean install
ant release
</code></pre><p>There are a few other Ant targets that are especially
convenient for testing.</p><p>This command installs the gateway into the
{{{install}}} directory of the project. Note that this command does not first
build the project.</p>
<pre><code>ant install-test-home
Modified: knox/site/books/knox-1-1-0/dev-guide.html
URL:
http://svn.apache.org/viewvc/knox/site/books/knox-1-1-0/dev-guide.html?rev=1823424&r1=1823423&r2=1823424&view=diff
==============================================================================
--- knox/site/books/knox-1-1-0/dev-guide.html (original)
+++ knox/site/books/knox-1-1-0/dev-guide.html Wed Feb 7 04:32:52 2018
@@ -231,7 +231,7 @@
<pre><code>mvn clean install
ant
</code></pre><p>A more complete build can be done that builds and generates
the unsigned ZIP release artifacts. You will find these in the target/{version}
directory (e.g. target/0.XX.0-SNAPSHOT).</p>
-<pre><code>mvn -Prelease clean install
+<pre><code>mvn -Ppackage clean install
ant release
</code></pre><p>There are a few other Ant targets that are especially
convenient for testing.</p><p>This command installs the gateway into the
{{{install}}} directory of the project. Note that this command does not first
build the project.</p>
<pre><code>ant install-test-home
Modified: knox/trunk/books/1.0.0/dev-guide/book.md
URL:
http://svn.apache.org/viewvc/knox/trunk/books/1.0.0/dev-guide/book.md?rev=1823424&r1=1823423&r2=1823424&view=diff
==============================================================================
--- knox/trunk/books/1.0.0/dev-guide/book.md (original)
+++ knox/trunk/books/1.0.0/dev-guide/book.md Wed Feb 7 04:32:52 2018
@@ -156,7 +156,7 @@ A more complete build can be done that b
You will find these in the target/{version} directory (e.g.
target/0.XX.0-SNAPSHOT).
```
-mvn -Prelease clean install
+mvn -Ppackage clean install
ant release
```
Modified: knox/trunk/books/1.1.0/dev-guide/book.md
URL:
http://svn.apache.org/viewvc/knox/trunk/books/1.1.0/dev-guide/book.md?rev=1823424&r1=1823423&r2=1823424&view=diff
==============================================================================
--- knox/trunk/books/1.1.0/dev-guide/book.md (original)
+++ knox/trunk/books/1.1.0/dev-guide/book.md Wed Feb 7 04:32:52 2018
@@ -156,7 +156,7 @@ A more complete build can be done that b
You will find these in the target/{version} directory (e.g.
target/0.XX.0-SNAPSHOT).
```
-mvn -Prelease clean install
+mvn -Ppackage clean install
ant release
```