Home | History | Annotate | Download | only in 2.14
      1 <?xml version="1.0" encoding="UTF-8"?>
      2 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
      3     xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
      4 
      5     <modelVersion>4.0.0</modelVersion>
      6     <groupId>net.sourceforge.htmlunit</groupId>
      7     <artifactId>htmlunit-core-js</artifactId>
      8     <version>2.14</version>
      9     <packaging>jar</packaging>
     10     <name>HtmlUnit Core JS</name>
     11     <url>http://htmlunit.sourceforge.net</url>
     12     <description>
     13 		HtmlUnit adaptation of Mozilla Rhino Javascript engine for Java. 
     14 		Changes are documented by a diff (rhinoDiff.txt) contained in the generated jar files.
     15 	</description>
     16     <licenses>
     17         <license>
     18             <name>Mozilla Public License version 2.0</name>
     19             <url>http://www.mozilla.org/MPL/2.0/</url>
     20             <distribution>repo</distribution>
     21         </license>
     22     </licenses>
     23 
     24     <scm>
     25         <connection>scm:git:git (a] github.com:HtmlUnit/htmlunit-core-js.git</connection>
     26         <developerConnection>scm:git:git (a] github.com:HtmlUnit/htmlunit-core-js.git</developerConnection>
     27         <url>https://github.com/htmlunit</url>
     28     </scm>
     29 
     30     <developers>
     31         <developer>
     32             <name>Mozilla Rhino Team</name>
     33             <id>MozillaRhinoTeam</id>
     34         </developer>
     35         <developer>
     36             <name>HtmlUnit Team</name>
     37             <id>HtmlUnitTeam</id>
     38         </developer>
     39     </developers>
     40 </project>
     41