1 <?xml version="1.0" encoding="utf-8"?>
2 <project xmlns="http://maven.apache.org/POM/4.0.0"
3 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
5 <modelVersion>4.0.0</modelVersion>
7 <groupId>net.sf.mapasuta</groupId>
8 <artifactId>mapasuta-umbrella</artifactId>
9 <version>0.0.5</version>
10 <relativePath>../../Application/umbrella/pom.xml</relativePath>
12 <groupId>net.sf.mapasuta.build.maven.plugins</groupId>
13 <artifactId>maven-emfgen-plugin</artifactId>
14 <packaging>maven-plugin</packaging>
15 <version>1.0-beta-2</version>
16 <name>Maven EMF Generator Plugin</name>
17 <description>Generates EMF GenModel and Model Sources</description>
19 <url>http://mapasuta.sourceforge.net/cgi-bin/gitweb.cgi?p=maven-emfgen-plugin.git</url>
20 <connection>scm:git:http://mapasuta.sourceforge.net/scm/maven-oaw-plugin.git</connection>
21 <developerConnection>${project.scm.connection}</developerConnection>
25 <groupId>org.apache.maven</groupId>
26 <artifactId>maven-plugin-api</artifactId>
27 <version>2.0.4</version>
30 <groupId>org.apache.maven</groupId>
31 <artifactId>maven-project</artifactId>
32 <version>2.0.4</version>
35 <groupId>org.codehaus.plexus</groupId>
36 <artifactId>plexus-utils</artifactId>
37 <version>1.1</version>
40 <groupId>org.testng</groupId>
41 <artifactId>testng</artifactId>
42 <version>5.1</version>
44 <classifier>jdk15</classifier>
50 <groupId>org.apache.maven.plugins</groupId>
51 <artifactId>maven-surefire-plugin</artifactId>
53 <forkMode>once</forkMode>
54 <childDelegation>false</childDelegation>
57 <name>eclipse.home</name>
58 <value>${eclipse.home}</value>
61 <name>eclipse.workspace</name>
62 <value>target/testworkspace</value>
65 <name>output.dir</name>
66 <value>target/testmodel</value>
70 <suiteXmlFile>src/test/resources/testng.xml</suiteXmlFile>
79 <groupId>org.apache.maven.plugins</groupId>
80 <artifactId>maven-plugin-plugin</artifactId>