mirror of
https://github.com/apache/maven.git
synced 2025-02-08 11:05:37 +00:00
Still need to clean up ~/maven2/lib and some large dependencies from marmalade that shouldn't be needed in general - but down to about a 3Mb repository. git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@163775 13f79535-47bb-0310-9956-ffa450edef68
20 lines
556 B
XML
Executable File
20 lines
556 B
XML
Executable File
<project>
|
|
<modelVersion>4.0.0</modelVersion>
|
|
<parent>
|
|
<artifactId>maven-plugin-parent</artifactId>
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
<version>2.0-SNAPSHOT</version>
|
|
</parent>
|
|
<artifactId>maven-idea-plugin</artifactId>
|
|
<version>1.0-SNAPSHOT</version>
|
|
<packaging>maven-plugin</packaging>
|
|
<name>Maven IDEA Plugin</name>
|
|
<dependencies>
|
|
<dependency>
|
|
<groupId>org.apache.maven</groupId>
|
|
<artifactId>maven-core</artifactId>
|
|
<version>2.0-SNAPSHOT</version>
|
|
</dependency>
|
|
</dependencies>
|
|
</project>
|