fixed packing issue

merge-requests/1/head
Amalka Subasinghe 3 years ago
parent 9b1bfec3dd
commit 99a8d002d2

@ -59,7 +59,7 @@
<execution> <execution>
<!--Creating Device Management schema--> <!--Creating Device Management schema-->
<id>create-device-mgt-schema</id> <id>create-device-mgt-schema</id>
<phase>install</phase> <phase>package</phase>
<goals> <goals>
<goal>run</goal> <goal>run</goal>
</goals> </goals>
@ -85,7 +85,7 @@
<execution> <execution>
<!--Creating Certificate Management schema--> <!--Creating Certificate Management schema-->
<id>create-certificate-mgt-schema</id> <id>create-certificate-mgt-schema</id>
<phase>install</phase> <phase>package</phase>
<goals> <goals>
<goal>run</goal> <goal>run</goal>
</goals> </goals>
@ -118,7 +118,7 @@
<executions> <executions>
<execution> <execution>
<id>2-p2-repo-generation</id> <id>2-p2-repo-generation</id>
<phase>package</phase> <phase>prepare-package</phase>
<goals> <goals>
<goal>p2-repo-gen</goal> <goal>p2-repo-gen</goal>
</goals> </goals>
@ -208,7 +208,7 @@
</execution> </execution>
<execution> <execution>
<id>feature-install</id> <id>feature-install</id>
<phase>package</phase> <phase>prepare-package</phase>
<goals> <goals>
<goal>p2-profile-gen</goal> <goal>p2-profile-gen</goal>
</goals> </goals>
@ -369,7 +369,7 @@
<executions> <executions>
<execution> <execution>
<id>2-dist</id> <id>2-dist</id>
<phase>install</phase> <phase>package</phase>
<goals> <goals>
<goal>single</goal> <goal>single</goal>
</goals> </goals>

Loading…
Cancel
Save