File: pom.xml

package info (click to toggle)
plexus-interactivity-api 1.0-alpha-6-2
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 80 kB
  • ctags: 63
  • sloc: java: 311; xml: 99; makefile: 27
file content (18 lines) | stat: -rw-r--r-- 726 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<project 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>plexus-interactivity</artifactId>
    <groupId>org.codehaus.plexus</groupId>
    <version>1.0-alpha-6</version>
  </parent>
  <modelVersion>4.0.0</modelVersion>
  <artifactId>plexus-interactivity-api</artifactId>
  <name>Plexus Default Interactivity Handler</name>
  <version>1.0-alpha-6</version>
  <dependencies>
    <dependency>
      <groupId>org.codehaus.plexus</groupId>
      <artifactId>plexus-utils</artifactId>
      <version>1.4</version>
    </dependency>
  </dependencies>
</project>