|
|
@ -20,7 +20,7 @@
|
|
|
|
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
|
|
|
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
|
|
|
|
|
|
|
|
|
|
|
<parent>
|
|
|
|
<parent>
|
|
|
|
<groupId>io.entgra.community</groupId>
|
|
|
|
<groupId>io.entgra.product</groupId>
|
|
|
|
<artifactId>p2-profile</artifactId>
|
|
|
|
<artifactId>p2-profile</artifactId>
|
|
|
|
<version>5.0.1-SNAPSHOT</version>
|
|
|
|
<version>5.0.1-SNAPSHOT</version>
|
|
|
|
<relativePath>../pom.xml</relativePath>
|
|
|
|
<relativePath>../pom.xml</relativePath>
|
|
|
@ -62,6 +62,7 @@
|
|
|
|
<plugin>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.wso2.maven</groupId>
|
|
|
|
<groupId>org.wso2.maven</groupId>
|
|
|
|
<artifactId>carbon-p2-plugin</artifactId>
|
|
|
|
<artifactId>carbon-p2-plugin</artifactId>
|
|
|
|
|
|
|
|
<version>${carbon.p2.plugin.version}</version>
|
|
|
|
<executions>
|
|
|
|
<executions>
|
|
|
|
<execution>
|
|
|
|
<execution>
|
|
|
|
<id>2-p2-repo-generation</id>
|
|
|
|
<id>2-p2-repo-generation</id>
|
|
|
|