PromucFlow_constructor/app/server/appsmith-plugins/postgresPlugin
Shrikant Sharat Kandula ca73c3e625
Copy plugin dependencies to their target/lib to fix driver not found errors (#152)
The plugin class loader from Pf4J looks for jars under target/lib
to use to load any classes that are missing target/classes. This
PR adds the `maven-dependency-plugin` to copy the jars to this
folder automatically so the classes are available during
development.
2020-07-24 09:49:17 +05:30
..
src Removing the default value for postgresql and mysql ports (#147) 2020-07-23 10:40:18 +05:30
plugin.properties Mysql plugin integration (#53) 2020-07-21 16:01:42 +05:30
pom.xml Copy plugin dependencies to their target/lib to fix driver not found errors (#152) 2020-07-24 09:49:17 +05:30