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.1-SNAPSHOT</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.7</version>
28 <scope>compile</scope>
31 <groupId>org.apache.maven</groupId>
32 <artifactId>maven-project</artifactId>
33 <version>2.0.7</version>
34 <scope>compile</scope>
37 <groupId>org.codehaus.plexus</groupId>
38 <artifactId>plexus-utils</artifactId>
39 <version>1.4.5</version>
40 <scope>compile</scope>
43 <groupId>org.testng</groupId>
44 <artifactId>testng</artifactId>
45 <version>5.1</version>
47 <classifier>jdk15</classifier>
56 <artifactId>maven-docck-plugin</artifactId>
67 <groupId>org.apache.maven.plugins</groupId>
68 <artifactId>maven-surefire-plugin</artifactId>
70 <forkMode>once</forkMode>
71 <childDelegation>false</childDelegation>
74 <name>eclipse.home</name>
75 <value>${eclipse.home}</value>
78 <name>eclipse.workspace</name>
79 <value>target/testworkspace</value>
82 <name>output.dir</name>
83 <value>target/testmodel</value>
87 <suiteXmlFile>src/test/resources/testng.xml</suiteXmlFile>
96 <artifactId>maven-plugin-plugin</artifactId>
99 <artifactId>maven-javadoc-plugin</artifactId>