You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by sm...@apache.org on 2015/02/11 00:55:10 UTC

directory-fortress-core git commit: FC-61 - Set project.version as maven-surefire-plugin system property

Repository: directory-fortress-core
Updated Branches:
  refs/heads/master d943e6d9e -> d405c03dc


FC-61 - Set project.version as maven-surefire-plugin system property


Project: http://git-wip-us.apache.org/repos/asf/directory-fortress-core/repo
Commit: http://git-wip-us.apache.org/repos/asf/directory-fortress-core/commit/d405c03d
Tree: http://git-wip-us.apache.org/repos/asf/directory-fortress-core/tree/d405c03d
Diff: http://git-wip-us.apache.org/repos/asf/directory-fortress-core/diff/d405c03d

Branch: refs/heads/master
Commit: d405c03dc2ae65bf5c2ff27f7fba798010cf976b
Parents: d943e6d
Author: Shawn McKinney <sm...@apache.org>
Authored: Tue Feb 10 17:54:56 2015 -0600
Committer: Shawn McKinney <sm...@apache.org>
Committed: Tue Feb 10 17:54:56 2015 -0600

----------------------------------------------------------------------
 pom.xml | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/directory-fortress-core/blob/d405c03d/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 3353f88..0820d14 100644
--- a/pom.xml
+++ b/pom.xml
@@ -494,6 +494,9 @@
                     <version>${version.maven.surefire.plugin}</version>
                     <configuration>
                         <argLine>-Xmx1024m</argLine>
+                        <systemPropertyVariables>
+                            <version>${project.version}</version>
+                        </systemPropertyVariables>
                     </configuration>
                 </plugin>