added warning about issues found from provisio upgrade

This commit is contained in:
Manfred Moser 2017-10-25 22:05:30 -07:00 committed by rfscholte
parent 89d11a2fd7
commit 4f3c4b0f9d
1 changed files with 3 additions and 1 deletions

View File

@ -65,7 +65,9 @@
<plugin>
<groupId>io.takari.maven.plugins</groupId>
<artifactId>provisio-maven-plugin</artifactId>
<version>0.1.50</version>
<!-- careful - upgrade to 0.1.50 causes problem with extraction of tar.gz
instead of into .mvn/warpper it looses the .mvn path and extracts to warpper -->
<version>0.1.46</version>
<extensions>true</extensions>
</plugin>
</plugins>