mirror of https://github.com/apache/cloudstack.git
Copy the commands.properties file to utils/conf at build time, so that DB upgrade script can refer to it to load the api permissions
This commit is contained in:
parent
3333a04c40
commit
7b4998fcd8
|
|
@ -468,6 +468,12 @@
|
|||
<exclude name="*.in" />
|
||||
</fileset>
|
||||
</copy>
|
||||
<copy overwrite="true" todir="${basedir}/../utils/conf/">
|
||||
<fileset dir="${basedir}/tomcatconf">
|
||||
<include name="commands.properties.in" />
|
||||
</fileset>
|
||||
<globmapper from="*.in" to="*" />
|
||||
</copy>
|
||||
</target>
|
||||
</configuration>
|
||||
</execution>
|
||||
|
|
|
|||
Loading…
Reference in New Issue