mirror of
https://repository.entgra.net/community/product-iots-community.git
synced 2025-09-16 23:32:20 +00:00
Add maven dependency plugin to extract wso2am pack
This commit is contained in:
parent
7d93798126
commit
be584c8894
@ -48,7 +48,7 @@
|
|||||||
<configuration>
|
<configuration>
|
||||||
<artifactItems>
|
<artifactItems>
|
||||||
<artifactItem>
|
<artifactItem>
|
||||||
<groupId>io.entgra.community</groupId>
|
<groupId>io.entgra.product</groupId>
|
||||||
<artifactId>entgra-iot-core</artifactId>
|
<artifactId>entgra-iot-core</artifactId>
|
||||||
<type>zip</type>
|
<type>zip</type>
|
||||||
<overWrite>true</overWrite>
|
<overWrite>true</overWrite>
|
||||||
|
|||||||
@ -48,7 +48,7 @@
|
|||||||
<configuration>
|
<configuration>
|
||||||
<artifactItems>
|
<artifactItems>
|
||||||
<artifactItem>
|
<artifactItem>
|
||||||
<groupId>io.entgra.community</groupId>
|
<groupId>io.entgra.product</groupId>
|
||||||
<artifactId>entgra-iot-core</artifactId>
|
<artifactId>entgra-iot-core</artifactId>
|
||||||
<type>zip</type>
|
<type>zip</type>
|
||||||
<overWrite>true</overWrite>
|
<overWrite>true</overWrite>
|
||||||
|
|||||||
2
pom.xml
2
pom.xml
@ -97,7 +97,7 @@
|
|||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>io.entgra.community</groupId>
|
<groupId>io.entgra.product</groupId>
|
||||||
<artifactId>entgra-iot-core</artifactId>
|
<artifactId>entgra-iot-core</artifactId>
|
||||||
<version>${project.version}</version>
|
<version>${project.version}</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user