File: pom.xml

package info (click to toggle)
javacc4 4.0-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 2,664 kB
  • sloc: java: 16,340; xml: 543; sh: 25; makefile: 18
file content (22 lines) | stat: -rw-r--r-- 897 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<project>
  <modelVersion>4.0.0</modelVersion>
  <groupId>net.java.dev.javacc</groupId>
  <artifactId>javacc</artifactId>
  <version>4.0</version>
  <packaging>jar</packaging>
  <name>JavaCC</name>
  <url>http://javacc.dev.java.net/</url>
  <description>Java Compiler Compiler [tm] (JavaCC [tm]) is the most popular parser generator for use with Java [tm] applications.</description>
  <licenses>
     <license>
        <name>The BSD License</name>
        <url>http://www.opensource.org/licenses/bsd-license.html</url>
        <distribution>repo</distribution>
     </license>
  </licenses>
  <scm>
    <connection>scm:cvs:pserver:guest@cvs.dev.java.net:/cvs:javacc</connection>
    <developerConnection>scm:cvs:pserver:${maven.username}@cvs.dev.java.net:/cvs:javacc</developerConnection>
    <url>https://javacc.dev.java.net/source/browse/javacc/</url>
  </scm>
</project>