File: pom.xml

package info (click to toggle)
nekohtml 1.9.15-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 2,676 kB
  • sloc: java: 7,803; xml: 339; makefile: 21; sh: 13
file content (41 lines) | stat: -rw-r--r-- 1,334 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
38
39
40
41
<project>
  <modelVersion>4.0.0</modelVersion>
  <groupId>net.sourceforge.nekohtml</groupId>
  <artifactId>nekohtml</artifactId>
  <name>Neko HTML</name>
  <version>1.9.15</version>
  <url>http://nekohtml.sourceforge.net/</url>
  <licenses>
    <license>
      <name>The Apache Software License, Version 2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <scm>
    <url>http://nekohtml.svn.sourceforge.net/viewvc/nekohtml/</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>xerces</groupId>
      <artifactId>xercesImpl</artifactId>
      <version>2.9.1</version>
    </dependency>
  </dependencies>
    <distributionManagement>
        <repository>
            <id>nekohtml-m2-repo</id>
            <url>
                sftp://web.sourceforge.net/home/groups/n/ne/nekohtml/htdocs/m2-repo
            </url>
            <name>NekoHTML Maven 2 Repository</name>
        </repository>
        <snapshotRepository>
            <id>nekohtml-m2-repo-snapshots</id>
            <url>
                sftp://web.sourceforge.net/home/groups/n/ne/nekohtml/htdocs/m2-repo-snapshots
            </url>
            <name>NekoHTML Maven 2 Snapshots Repository</name>
        </snapshotRepository>
    </distributionManagement>
</project>