File: pom.xml

package info (click to toggle)
libplexus-utils 1.0alpha1-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 988 kB
  • ctags: 1,367
  • sloc: java: 12,827; xml: 164; makefile: 19
file content (14 lines) | stat: -rw-r--r-- 342 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?xml version="1.0"?>

<project>
  <modelVersion>4.0.0</modelVersion>
  <parent>
    <groupId>plexus</groupId>
    <artifactId>plexus-root</artifactId>
    <version>1.0</version>
  </parent>
  <groupId>plexus</groupId>
  <artifactId>plexus-utils</artifactId>
  <name>Plexus Common Utilities</name>
  <version>1.0-alpha-1</version>
</project>