Found it!
I had the following in my pom:
<resources>
<resource>
<directory>${basedir}</directory>
<excludes>
<exclude>*.sql</exclude>
</excludes>
</resource>
</resources>
and I had to add an "/" after ${basedir}:
<directory>${basedir}/</directory>
--
View this message in context:
http://www.nabble.com/-m2.0.3-idea%3Aidea-%3D%3E-StringIndexOutOfBoundsException-t1373009.html#a3689128
Sent from the Maven - Users forum at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]