Pass project version as kotlinVersion to archetype integration tests

Verify that the projects created from archetypes can actually be built.
This commit is contained in:
Ilya Gorbunov
2017-10-04 03:32:16 +03:00
parent 31c9e0072e
commit 409f361a7c
5 changed files with 12 additions and 4 deletions
@@ -1,6 +1,6 @@
#Mon Nov 30 19:53:25 MSK 2015
package=it.pkg
version=1.1-SNAPSHOT
version=0.1-SNAPSHOT
groupId=archetype.it
artifactId=basic
kotlinVersion=1.1-SNAPSHOT
kotlinVersion=${project.version}
@@ -1,6 +1,6 @@
#Mon Nov 30 19:53:25 MSK 2015
package=it.pkg
version=1.1-SNAPSHOT
version=0.1-SNAPSHOT
groupId=archetype.it
artifactId=basic
kotlinVersion=1.1-SNAPSHOT
kotlinVersion=${project.version}
+6
View File
@@ -38,6 +38,12 @@
</excludes>
</resource>
</resources>
<testResources>
<testResource>
<directory>src/test/resources</directory>
<filtering>true</filtering>
</testResource>
</testResources>
<extensions>
<extension>