sprint-3 warnings fix
Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/6316eafb Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/6316eafb Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/6316eafb Branch: refs/heads/ignite-639 Commit: 6316eafb282992a1882d9960f3961311cfb9ff14 Parents: a6f7294 Author: avinogradov <avinogra...@gridgain.com> Authored: Mon Mar 30 16:16:28 2015 +0300 Committer: avinogradov <avinogra...@gridgain.com> Committed: Mon Mar 30 16:16:28 2015 +0300 ---------------------------------------------------------------------- parent/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/6316eafb/parent/pom.xml ---------------------------------------------------------------------- diff --git a/parent/pom.xml b/parent/pom.xml index 15c55ec..d838d82 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -655,7 +655,7 @@ <phase>package</phase> <configuration> <stylesheetfile> - ${project.basedir}/${parent.relativePath}/../assembly/docfiles/javadoc.css + ${project.basedir}/${project.parent.relativePath}/../assembly/docfiles/javadoc.css </stylesheetfile> </configuration> </execution>