]> git.argeo.org Git - gpl/argeo-slc.git/blob - eclipse/plugins/org.argeo.slc.ui.launch/pom.xml
[maven-release-plugin] prepare for next development iteration
[gpl/argeo-slc.git] / eclipse / plugins / org.argeo.slc.ui.launch / pom.xml
1 <project xmlns="http://maven.apache.org/POM/4.0.0"
2 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
4 <modelVersion>4.0.0</modelVersion>
5 <parent>
6 <groupId>org.argeo.slc</groupId>
7 <artifactId>argeo-slc</artifactId>
8 <version>0.9.4-SNAPSHOT</version>
9 <relativePath>../org.argeo.slc</relativePath>
10 </parent>
11 <artifactId>org.argeo.slc.ui.launch</artifactId>
12 <packaging>pom</packaging>
13 <name>Argeo SLC Launch Eclipse Plugin</name>
14 <build>
15 <plugins>
16 <plugin>
17 <groupId>org.argeo.slc.maven.plugins</groupId>
18 <artifactId>maven-argeo-pde-plugin</artifactId>
19 <executions>
20 <execution>
21 <id>argeo-pde-clean</id>
22 <phase>clean</phase>
23 <goals>
24 <goal>clean</goal>
25 </goals>
26 </execution>
27 </executions>
28 </plugin>
29 </plugins>
30 </build>
31 </project>