Re: project build fails -> drill-jdbc-all-1.5.0-SNAPSHOT.jar is outside the expected size range

2016-02-09 Thread Jacques Nadeau
By the way, I believe you can skip the enforcer plugin execution with -Denforcer.skip=true On Feb 8, 2016 8:27 PM, "Jacques Nadeau" wrote: > I'm against removing the check as it is actually building a functionally > invalid jdbc jar file. Any tests using that jdbc jar are

Re: project build fails -> drill-jdbc-all-1.5.0-SNAPSHOT.jar is outside the expected size range

2016-02-08 Thread Jacques Nadeau
I'm against removing the check as it is actually building a functionally invalid jdbc jar file. Any tests using that jdbc jar are invalid since they include different code than the release jdbc driver. This caused major regressions in the 1.4 jdbc driver. On Feb 8, 2016 4:48 PM, "Jason Altekruse"

Re: project build fails -> drill-jdbc-all-1.5.0-SNAPSHOT.jar is outside the expected size range

2016-02-08 Thread Sudheesh Katkam
On one of the Linux VMs, when I run mvn clean install -DskipTests -Pmapr, I get this error with 3.3.x (but not with 3.2.x). Weird. Should we disable the rule until we figure out the cause? - Sudheesh > On Feb 2, 2016, at 6:11 AM, Jacques Nadeau wrote: > > This is a bug in

Re: project build fails -> drill-jdbc-all-1.5.0-SNAPSHOT.jar is outside the expected size range

2016-02-08 Thread Sudheesh Katkam
@Jason, does DRILL-4375 address this issue as well? > On Feb 8, 2016, at 4:19 PM, Sudheesh Katkam wrote: > > On one of the Linux VMs, when I run mvn clean install -DskipTests -Pmapr, I > get this error with 3.3.x (but

Re: project build fails -> drill-jdbc-all-1.5.0-SNAPSHOT.jar is outside the expected size range

2016-02-08 Thread Jason Altekruse
Hey Sudheesh, Unfortunately it will not fix this issue, it is related specifically to how the addition of the enforcer (for currently unknown reasons) caused the release profile to fail in a new way. I hadn't run into issues with enforcer itself actually failing with my version of Maven. I would

project build fails -> drill-jdbc-all-1.5.0-SNAPSHOT.jar is outside the expected size range

2016-02-02 Thread Arina Yelchiyeva
Hi all! Just pulled recent changes from master (revision number 1b96174b1e5bafb13a873dd79f03467802d7c929) and mvn clean install -DskipTests failed with the following error: *[ERROR] Failed to execute goal org.apache.maven.plugins:maven-enforcer-plugin:1.3.1:enforce (enforce-jdbc-jar-compactness)

Re: project build fails -> drill-jdbc-all-1.5.0-SNAPSHOT.jar is outside the expected size range

2016-02-02 Thread Jacques Nadeau
This is a bug in maven we haven't figured out yet how we're causing. Upgrading to Maven 3.3.x fixes it. On Feb 2, 2016 2:18 AM, "Arina Yelchiyeva" wrote: > Hi all! > > Just pulled recent changes from master (revision number > 1b96174b1e5bafb13a873dd79f03467802d7c929)