root / tags / tags / 3.8.03 / modelio3.8.x / src / main / doc / pom.xml @ 552
History | View | Annotate | Download (1.64 KB)
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" 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 |
|
5 |
<groupId>org.modelio.module</groupId> |
6 |
<artifactId>sysmlarchitect-doc</artifactId> |
7 |
<version>3.8.03</version> |
8 |
<packaging>eclipse-plugin</packaging> |
9 |
|
10 |
<properties>
|
11 |
<tycho-version>0.22.0</tycho-version> |
12 |
<tycho-groupid>org.eclipse.tycho</tycho-groupid> |
13 |
</properties>
|
14 |
|
15 |
<repositories>
|
16 |
<repository>
|
17 |
<id>luna</id> |
18 |
<layout>p2</layout> |
19 |
<url>http://download.eclipse.org/eclipse/updates/4.4</url> |
20 |
</repository>
|
21 |
</repositories>
|
22 |
|
23 |
<build>
|
24 |
<plugins>
|
25 |
<plugin>
|
26 |
<groupId>${tycho-groupid}</groupId> |
27 |
<artifactId>tycho-maven-plugin</artifactId> |
28 |
<version>${tycho-version}</version> |
29 |
<extensions>true</extensions> |
30 |
<configuration>
|
31 |
<resolver>p2</resolver> |
32 |
</configuration>
|
33 |
</plugin>
|
34 |
<plugin>
|
35 |
<groupId>${tycho-groupid}</groupId> |
36 |
<artifactId>tycho-packaging-plugin</artifactId> |
37 |
<version>${tycho-version}</version> |
38 |
<configuration>
|
39 |
<strictVersions>false</strictVersions> |
40 |
<archive>
|
41 |
<addMavenDescriptor>false</addMavenDescriptor> |
42 |
</archive>
|
43 |
</configuration>
|
44 |
</plugin>
|
45 |
</plugins>
|
46 |
</build>
|
47 |
</project>
|