You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@drill.apache.org by "Daniel Barclay (Drill) (JIRA)" <ji...@apache.org> on 2015/09/08 19:41:46 UTC

[jira] [Created] (DRILL-3748) apache-release profile on single module fails

Daniel Barclay (Drill) created DRILL-3748:
---------------------------------------------

             Summary: apache-release profile on single module fails
                 Key: DRILL-3748
                 URL: https://issues.apache.org/jira/browse/DRILL-3748
             Project: Apache Drill
          Issue Type: Bug
          Components: Tools, Build & Test
            Reporter: Daniel Barclay (Drill)
            Assignee: Steven Phillips


Running Maven with the {{apache-release}} profile enabled fails when run on just the {{drill-jdbc-all}} module.

(Building all of Drill with that profile seems to work, but trying to re-build just the {{drill-jdbc-all}} module}} fails.  That means that the edit/regenerate/check loop for JDBC Javadoc documentation (coming with DRILL-3160) takes much longer, since one can't incrementally rebuild just the {{drill-jdbc-all}} module (with the {{apache-release}} profile, which is needed for that Javadoc).)

Specifically, although this command works:

{noformat}
mvn install -DskipTests -Papache-release -Dgpg.skip=true
{noformat}

executing the following (even right after the above command) fails:

{noformat}
cd exec/jdbc-all
mvn install -DskipTests -Papache-release -Dgpg.skip=true
{noformat}




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)