exposed the project version as a system property so we can use it in the tests & generation of the kdoc

This commit is contained in:
James Strachan
2012-03-09 07:30:15 +00:00
parent b5108912ee
commit 8936f45054
5 changed files with 20 additions and 9 deletions
+3
View File
@@ -81,6 +81,9 @@
</includes>
<excludes>
</excludes>
<systemProperties>
<project.version>${project.version}</project.version>
</systemProperties>
</configuration>
</plugin>
</plugins>