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) on project drill-jdbc-all: Some Enforcer
rules have failed. Look above for specific messages explaining why the rule
failed.*

*[WARNING] Rule 0: org.apache.maven.plugins.enforcer.RequireFilesSize
failed with message:*
*The file drill-jdbc-all-1.5.0-SNAPSHOT.jar is outside the expected size
range. *

*This is likely due to you adding new dependencies to a java-exec and not
updating the excludes in this module. This is important as it minimizes the
size of the dependency of Drill application users.*
*F:\git_repo\drill\exec\jdbc-all\target\drill-jdbc-all-1.5.0-SNAPSHOT.jar
size (44664290) too large. Max. is 20000000
F:\git_repo\drill\exec\jdbc-all\target\drill-jdbc-all-1.5.0-SNAPSHOT.jar*

Had to change <maxsize>20000000</maxsize> -> <maxsize>50000000</maxsize> in
jdbc-all pom.xml to build the project.

Do we need to create jira for this or it's already being fixed?

Kind regards
Arina

Reply via email to