DEVNOTES fix
Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/c23cda1d Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/c23cda1d Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/c23cda1d Branch: refs/heads/ignite-1270 Commit: c23cda1d27816656e38937fb18c3e676248d7959 Parents: eee3b21 Author: Anton Vinogradov <[email protected]> Authored: Tue Nov 24 12:57:13 2015 +0300 Committer: Anton Vinogradov <[email protected]> Committed: Tue Nov 24 12:57:13 2015 +0300 ---------------------------------------------------------------------- DEVNOTES.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ignite/blob/c23cda1d/DEVNOTES.txt ---------------------------------------------------------------------- diff --git a/DEVNOTES.txt b/DEVNOTES.txt index ea9cf17..784be96 100644 --- a/DEVNOTES.txt +++ b/DEVNOTES.txt @@ -10,7 +10,7 @@ With LGPL dependencies: mvn clean package -DskipTests -Prelease,lgpl -Dignite.edition=fabric-lgpl With LGPL dependencies and Scala 2.10: - mvn clean package -DskipTests -Prelease,lgpl -Dscala-2.10 + mvn clean package -DskipTests -Prelease,lgpl -Dignite.edition=fabric-lgpl -Dscala-2.10 Look for apache-ignite-fabric-<version>-bin.zip in ./target/bin directory.
