]> gerrit.simantics Code Review - simantics/platform.git/blob - releng/pom.xml
Fixed ComponentCopyAdvisor to account for L0.TypeWithIdentifier properly
[simantics/platform.git] / releng / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4         <modelVersion>4.0.0</modelVersion>
5         <groupId>org.simantics</groupId>
6         <artifactId>org.simantics.root.releng</artifactId>
7         <version>1.0.0-SNAPSHOT</version>
8         <packaging>pom</packaging>
9
10         <parent>
11                 <groupId>org.simantics</groupId>
12                 <artifactId>org.simantics.root</artifactId>
13                 <version>1.0.0-SNAPSHOT</version>
14         </parent>
15
16         <modules>
17                 <module>org.simantics.sdk.build.targetdefinition</module>
18         </modules>
19
20         <profiles>
21                 <profile>
22                         <id>build-p2-repository</id>
23                         <activation>
24                                 <property>
25                                         <name>build-p2-repository</name>
26                                         <value>!false</value>
27                                 </property>
28                         </activation>
29                         <modules>
30                                 <module>org.simantics.sdk.repository</module>
31                         </modules>
32                 </profile>
33                 <profile>
34                         <id>build-products</id>
35                         <activation>
36                                 <property>
37                                         <name>build-products</name>
38                                         <value>!false</value>
39                                 </property>
40                         </activation>
41                         <modules>
42                                 <module>org.simantics.desktop.rcp.product</module>
43                         </modules>
44                 </profile>
45         </profiles>
46
47 </project>