[mojo-user] Re: nbm-maven-plugin Maven 3.0RC1 and MNBMODULE-79

2010-09-22 Thread Jesse Glick
On 09/20/2010 09:29 AM, Escay wrote: could you give an indication of a release date for version 3.3 of the nbm-maven-plugin. In progress on the dev list. - To unsubscribe from this list, please visit: http://xircles.codeh

RE: [mojo-user] I cannot execute some sql scripts !!

2010-09-22 Thread Robert Scholte
There's only one reason I can think of: your include file ${basedir}/scripts/PROFILE1_CREATE_TABLES.sql doesn't exist. If you're working on a casesensitive OS like linux every character must match! If you know the filepath exactly (no ant-pattern required) and you don't need to filter these fi

[mojo-user] I cannot execute some sql scripts !!

2010-09-22 Thread noemi rc
Hi all, Here is the problem I have: I'd like to execute some sql scripts to create tables by using de sql plugin. But even though the conexion with the database is correct the scripts are no executed, so, here are the most relevating parts of the pom.xml (I know it can be done, cause I used to