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/maven-v4_0_0.xsd">
3 <modelVersion>4.0.0</modelVersion>
5 <groupId>org.jetbrains.idea</groupId>
6 <artifactId>maven-plugin</artifactId>
7 <version>2.0-SNAPSHOT</version>
8 <packaging>jar</packaging>
10 <name>Maven Integration</name>
11 <description>Maven Integration plugin</description>
18 <groupId>org.apache.maven</groupId>
19 <artifactId>maven-embedder</artifactId>
20 <version>2.1-SNAPSHOT</version>
23 <groupId>aspectj</groupId>
24 <artifactId>aspectjrt</artifactId>
27 <groupId>jdom</groupId>
28 <artifactId>jdom</artifactId>
31 <groupId>jtidy</groupId>
32 <artifactId>jtidy</artifactId>
35 <groupId>junit</groupId>
36 <artifactId>junit</artifactId>
41 <groupId>com.sonatype.nexus</groupId>
42 <artifactId>nexus-indexer</artifactId>
43 <version>1.0.0-SNAPSHOT</version>
46 <groupId>junit</groupId>
47 <artifactId>junit</artifactId>
56 <artifactId>maven-clean-plugin</artifactId>
60 <directory>lib</directory>
62 <include>**/*.jar</include>
69 <artifactId>maven-dependency-plugin</artifactId>
71 <outputDirectory>lib</outputDirectory>