Skip to content
Open
Show file tree
Hide file tree
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
8 changes: 8 additions & 0 deletions .idea/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions .idea/java-hello-world-with-maven.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions .idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

19 changes: 19 additions & 0 deletions .idea/php.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
This guide walks you through using Maven to build a simple Java project.

## What you’ll build
You’ll create an application that provides the time of day and then build it with Maven.
You’ll create an application that provides the time of day and then build it with Mave

## What you’ll need
+ A favorite text editor or IDE
Expand All @@ -20,7 +20,7 @@ First you’ll need to setup a Java project for Maven to build. To keep the focu
#### Create the directory structure
---
+ Create a root project directory named `HelloWorldMaven` and `cd HelloWorldMaven`.
+ In a project directory of your choosing, create the following subdirectory structure.
+ In a project directory of your choosing, create the following subdirectory structure
+ For example, with `mkdir -p src/main/java/hello` on *nix systems:*

+ on Windows you can create this directory manually.
Expand Down
Empty file added f1
Empty file.
Empty file added f2
Empty file.
13 changes: 0 additions & 13 deletions src/main/java/hello/HelloWorld.java

This file was deleted.