File: pom-model.xml

package info (click to toggle)
libdsiutils-java 2.6.15-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 3,604 kB
  • sloc: java: 29,170; xml: 401; makefile: 10
file content (37 lines) | stat: -rw-r--r-- 1,614 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<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">
  <modelVersion>4.0.0</modelVersion>
  <groupId>${ivy.pom.groupId}</groupId>
  <artifactId>${ivy.pom.artifactId}</artifactId>
  <packaging>jar</packaging>
  <name>DSI Utilities</name>
  <version>${ivy.pom.version}</version>
  <description>The DSI utilities are a mish mash of classes accumulated during the last ten years in projects developed at the DSI (Dipartimento di Scienze dell'Informazione, i.e., Information Sciences Department), now DI (Dipartimento di Informatica, i.e., Informatics Department), of the Universita` degli Studi di Milano.</description>
  <url>http://dsiutils.di.unimi.it/</url>
  <licenses>
    <license>
      <name>GNU Lesser General Public License Version 3+</name>
      <url>http://www.gnu.org/licenses/lgpl.html</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <scm>
    <connection>scm:git://github.com/vigna/DSI-Utilities.git</connection>
    <url>https://github.com/vigna/DSI-Utilities</url>
  </scm>
  <developers>
    <developer>
      <id>boldi</id>
      <name>Paolo Boldi</name>
      <email>paolo.boldi@unimi.it</email>
    </developer>
    <developer>
      <id>vigna</id>
      <name>Sebastiano Vigna</name>
      <email>sebastiano.vigna@unimi.it</email>
    </developer>
  </developers>
  <properties>
    <maven.compiler.source>1.8</maven.compiler.source>
    <maven.compiler.target>1.8</maven.compiler.target>
  </properties>
</project>