mirror of https://github.com/apache/maven.git
24 lines
849 B
XML
24 lines
849 B
XML
<model xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
|
|
<parent>
|
|
<artifactId>maven-script</artifactId>
|
|
<groupId>org.apache.maven</groupId>
|
|
<version>2.0-beta-1-SNAPSHOT</version>
|
|
</parent>
|
|
<modelVersion>4.0.0</modelVersion>
|
|
<artifactId>maven-script-beanshell</artifactId>
|
|
<name>Maven Beanshell Mojo Support</name>
|
|
<dependencies>
|
|
<dependency>
|
|
<groupId>org.apache.maven</groupId>
|
|
<artifactId>maven-plugin-api</artifactId>
|
|
<version>2.0-beta-1-SNAPSHOT</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>plexus</groupId>
|
|
<artifactId>plexus-bsh-factory</artifactId>
|
|
<version>1.0-alpha-6</version>
|
|
</dependency>
|
|
</dependencies>
|
|
</model>
|