Skip to content

Commit

Permalink
Bz1032747: fix JAR name for ejb-remote quickstart java -jar client test
Browse files Browse the repository at this point in the history
  • Loading branch information
sgilda committed Nov 20, 2013
1 parent 98d1433 commit dbe184b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions ejb-remote/README.html
Original file line number Diff line number Diff line change
Expand Up @@ -137,8 +137,8 @@ <h2><a id="build-and-run-the-quickstart-as-an-executable-jar" class="anchor" hre
<li><p>Type the following in the command line:</p>
<div class="highlight"><pre><span class="n">mvn</span> <span class="n">clean</span> <span class="n">assembly</span><span class="o">:</span><span class="n">assembly</span>
</pre></div></li>
<li><p>You can then run the executable JAR using <code>java -jar</code>:</p>
<div class="highlight"><pre><span class="n">java</span> <span class="o">-</span><span class="n">jar</span> <span class="n">target</span><span class="o">/</span><span class="n">jboss</span><span class="o">-</span><span class="n">ejb</span><span class="o">-</span><span class="n">remote</span><span class="o">-</span><span class="n">client</span><span class="o">-</span><span class="n">with</span><span class="o">-</span><span class="n">dependencies</span><span class="p">.</span><span class="n">jar</span>
<li><p>You can then run the executable JAR using the <code>java -jar</code> command. You will see the same console output as above.</p>
<div class="highlight"><pre><span class="n">java</span> <span class="o">-</span><span class="n">jar</span> <span class="n">target</span><span class="o">/</span><span class="n">jboss</span><span class="o">-</span><span class="n">ejb</span><span class="o">-</span><span class="n">remote</span><span class="o">-</span><span class="n">client</span><span class="o">-</span><span class="n">jar</span><span class="o">-</span><span class="n">with</span><span class="o">-</span><span class="n">dependencies</span><span class="p">.</span><span class="n">jar</span>
</pre></div></li>
</ol>

Expand Down
4 changes: 2 additions & 2 deletions ejb-remote/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,9 +136,9 @@ The remote client application can also be built as a standalone executable JAR w

mvn clean assembly:assembly
4. You can then run the executable JAR using `java -jar`:
4. You can then run the executable JAR using the `java -jar` command. You will see the same console output as above.

java -jar target/jboss-ejb-remote-client-with-dependencies.jar
java -jar target/jboss-ejb-remote-client-jar-with-dependencies.jar


Undeploy the Archive
Expand Down

0 comments on commit dbe184b

Please sign in to comment.