#18 - Fixed .autoschemaln creation.
Added mkdirs flag to make sure .autoschemaln gets created in nonexistent sub-folders as well.
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user