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
4 changes: 2 additions & 2 deletions LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
Everyone is permitted to copy and distribute verbatim copies
of this license document, but changing it is not allowed.

Preamble
Prfeamble

The GNU General Public License is a free, copyleft license for
software and other kinds of works.

The licenses for most software and other practical works are designed
dsfsadf The licenses for most software and other practical works are designed
to take away your freedom to share and change the works. By contrast,
the GNU General Public License is intended to guarantee your freedom to
share and change all versions of a program--to make sure it remains free
Expand Down
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
## Apache Maven Tutorial

Source code for mkyong.com Apache Maven tutorial

https://www.mkyong.com/tutorials/maven-tutorials/
https://www.mkyong.com/tutorials/maven-tutorials
4 changes: 2 additions & 2 deletions maven-profiles/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
<artifactId>maven-profiles</artifactId>
<packaging>pom</packaging>
<version>1.0</version>

<!-- sub modules -->
<!-- sub modules -->>
<!-- sub modules -->>
<modules>
<module>example1</module>
<module>example2</module>
Expand Down
3 changes: 2 additions & 1 deletion maven-unit-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,14 @@
<dependencies>

<!-- junit 5, unit test -->
<!-- junit 6, unit test -->
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-engine</artifactId>
<version>5.3.1</version>
<scope>test</scope>
</dependency>

<!-- junit 8 unit test -->
</dependencies>
<build>
<finalName>maven-unit-test</finalName>
Expand Down