Use the remote-resources plugin? That can pull in your external .jar, unpack it to a directory, and then you can use the SQL files within...
On Thu, Mar 5, 2009 at 8:55 AM, Med DAB <[email protected]> wrote: > > Hello, > > The application I'm developping depends on database patch version. > > I'm using sql:execute maven plugin to execute scripts. > > My problem is how to make a reference to the sql scripts if they are in a > jar file which have a version or > > reference them using SCM? > > If anyone have an answer, please help me. If not, is there a better and > cleaner way to make a dependency between application and database versions? > -- > View this message in context: > http://www.nabble.com/Can-we-make-a-reference-to-a-file-from-a-jar-or-via-scm--tp22352074p22352074.html > Sent from the Maven - Users mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
