Skip to content
This repository was archived by the owner on Aug 11, 2020. It is now read-only.

Update chapter-simple-project.xml #2

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ Tests run: 1, Failures: 0, Errors: 0, Skipped: 0
simplest possible Maven project. To prove to yourself that this program
works, run it from the command line.</para>

<screen><command>$ java -cp target/simple-1.0-SNAPSHOT.jar org.sonatype.mavenbook.App
<screen><command>$ java -cp target/simple-1.0-SNAPSHOT.jar org.sonatype.mavenbook.simple.App
</command>Hello World!
</screen>
</section>
Expand Down