Maven: review

This commit is contained in:
Sergey Mashkov
2016-04-07 14:34:22 +03:00
parent 072ec26452
commit d9dabeed76
22 changed files with 268 additions and 165 deletions
@@ -0,0 +1,6 @@
<html>
<body>
If you have kotlin-test and junit dependency
then most likely you better to include kotlin-test-junit instead of just kotlin-test
</body>
</html>
@@ -0,0 +1,5 @@
<html>
<body>
Reports different kotlin stdlib and compiler versions that could lead to unpredictable issues
</body>
</html>
@@ -0,0 +1,6 @@
<html>
<body>
Reports different IDE and Maven plugin versions that can lead do different
behaviour of your code
</body>
</html>
@@ -1,5 +1,5 @@
<html>
<body>
This intention moves source directory from execution's configuration to build the corresponding source directory tag
Move source directory from execution's configuration to build the corresponding source directory tag
</body>
</html>
@@ -1,6 +1,6 @@
<html>
<body>
This intention moves source directory from build source directory tag
Move source directory from build source directory tag
to the corresponding kotlin-maven-plugin execution's configuration
</body>
</html>