From 3f923f0d1f3143778d32892467bd729ff7725b35 Mon Sep 17 00:00:00 2001 From: Andreas Lindlbauer Date: Sat, 1 May 2021 23:41:51 +0200 Subject: [PATCH] Set proper inner dependency Setting this dependency, allows maven to do parallel builds, obviously improving building times. --- asterixdb/asterix-doc/pom.xml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/asterixdb/asterix-doc/pom.xml b/asterixdb/asterix-doc/pom.xml index 4e84647f3a6..12f1fa01c31 100644 --- a/asterixdb/asterix-doc/pom.xml +++ b/asterixdb/asterix-doc/pom.xml @@ -45,6 +45,13 @@ org.apache.maven.plugins maven-antrun-plugin + + + org.apache.asterix + asterix-lang-sqlpp + 0.9.6-SNAPSHOT + + manual