]> gerrit.simantics Code Review - simantics/python.git/blob - org.simantics.pythonlink.repository/pom.xml
Mavenized Simantics Python bindings projects.
[simantics/python.git] / org.simantics.pythonlink.repository / pom.xml
1 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
3         <modelVersion>4.0.0</modelVersion>
4         <artifactId>org.simantics.pythonlink.repository</artifactId>
5         <packaging>eclipse-repository</packaging>
6
7         <build>
8                 <plugins>
9                         <plugin>
10                                 <groupId>org.eclipse.tycho</groupId>
11                                 <artifactId>tycho-p2-repository-plugin</artifactId>
12                                 <version>${tycho-version}</version>
13                                 <configuration>
14                                         <!--
15                                         <includeAllDependencies>true</includeAllDependencies>
16                                         -->
17                                 </configuration>
18                         </plugin>
19                 </plugins>
20         </build>
21
22         <parent>
23                 <groupId>org.simantics.python</groupId>
24                 <artifactId>org.simantics.pythonlink.parent</artifactId>
25                 <version>1.0.0-SNAPSHOT</version>
26                 <relativePath>../org.simantics.pythonlink.parent</relativePath>
27         </parent>
28
29 </project>