forked from lfs261/maven-examples
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update the blog post and example application
- Loading branch information
1 parent
bf0e06b
commit 693fec6
Showing
4 changed files
with
93 additions
and
30 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
This an example application of my blog post: | ||
|
||
* [Integration Testing with Maven](http://www.petrikainulainen.net/programming/maven/integration-testing-with-maven/) | ||
|
||
You can run unit tests by running the following command at the command prompt: | ||
|
||
mvn clean test | ||
|
||
You can run integration tests by running the following command at the command prompt: | ||
|
||
mvn clean verify -P integration-test | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
integration-testing/src/integration-test/resources/test.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
profile=${profile} |