|
|
|
@ -575,6 +575,9 @@
|
|
|
|
|
<includes>
|
|
|
|
|
<include>**/**</include>
|
|
|
|
|
</includes>
|
|
|
|
|
<excludes>
|
|
|
|
|
<exclude>**/*.sh*</exclude>
|
|
|
|
|
</excludes>
|
|
|
|
|
</fileSet>
|
|
|
|
|
|
|
|
|
|
<!-- Files required to mobile-qsg -->
|
|
|
|
@ -1590,6 +1593,13 @@
|
|
|
|
|
${pom.artifactId}-${pom.version}/samples/mobile-qsg
|
|
|
|
|
</outputDirectory>
|
|
|
|
|
</file>
|
|
|
|
|
<file>
|
|
|
|
|
<source>../scripts/mobile-qsg/resources/mobile-qsg.sh</source>
|
|
|
|
|
<outputDirectory>
|
|
|
|
|
${pom.artifactId}-${pom.version}/samples/mobile-qsg
|
|
|
|
|
</outputDirectory>
|
|
|
|
|
<fileMode>755</fileMode>
|
|
|
|
|
</file>
|
|
|
|
|
<file>
|
|
|
|
|
<source>
|
|
|
|
|
../p2-profile/iot-core-profile/target/wso2carbon-core-${carbon.kernel.version}/repository/conf/governance.xml
|
|
|
|
|