Skip to content

Commit

Permalink
class loading configuration for custom drivers fix for ninja
Browse files Browse the repository at this point in the history
  • Loading branch information
1azyman committed Apr 9, 2018
1 parent f086922 commit b091773
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions tools/ninja/pom.xml
Expand Up @@ -250,6 +250,9 @@
<goals>
<goal>repackage</goal>
</goals>
<configuration>
<layout>ZIP</layout>
</configuration>
</execution>
</executions>
</plugin>
Expand Down
Expand Up @@ -70,7 +70,7 @@ public static JCommander setupCommandLineParser() {
}

JCommander jc = builder.build();
jc.setProgramName("java [-cp <jdbc_driver_jar>] -jar ninja.jar");
jc.setProgramName("java [-Dloader.path=<jdbc_driver_jar_path>] -jar ninja.jar");
jc.setColumnSize(150);
jc.setAtFileCharset(Charset.forName(base.getCharset()));

Expand Down

0 comments on commit b091773

Please sign in to comment.