#18 - Fixed .autoschemaln creation.

Added mkdirs flag to make sure .autoschemaln gets created in nonexistent sub-folders as well.
This commit is contained in:
Oliver Gierke
2013-06-04 21:10:10 +02:00
parent 8bdf5e8572
commit 4a873a3548

View File

@@ -402,7 +402,7 @@
</fileset>
<flattenmapper />
</copy>
<touch file="${project.build.directory}/schemas/.autoschemaln" />
<touch file="${project.build.directory}/schemas/.autoschemaln" mkdirs="true" />
</target>
</configuration>
<goals>