Maven Repository - POM file for Development jedit-syntax 2.2.2 2.2.2

Summary

Jedit Syntax.

Syntax Highlighting JavaBean.

Declaration

Here is the list of declaration for jedit-syntax. If you use Maven you can use the following code to add the dependency for this POM file.

<dependency>
   <groupId>net.sf.jedit-syntax</groupId>
   <artifactId>jedit-syntax</artifactId>
   <version>2.2.2</version>
</dependency>

If you think this Maven repository POM file listing for jedit-syntax is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.

License

Name:MIT License
URL: http://www.opensource.org/licenses/mit-license.php.

Plugin

The following plugins are used in the jedit-syntax-2.2.2.jar

  1. maven-compiler-plugin
  2. maven-javadoc-plugin




Packages

The following packages are defined in the jedit-syntax-2.2.2.jar

org.syntax.jedit
org.syntax.jedit.tokenmarker

POM File Source

Here is the content of the POM file.

<project>
  <modelVersion>4.0.0</modelVersion>
  <groupId>net.sf.jedit-syntax</groupId>
  <artifactId>jedit-syntax</artifactId>
  <packaging>jar</packaging>
  <name>Jedit Syntax</name>
  <version>2.2.2</version>
  <description>Syntax Highlighting JavaBean</description>
  <url>http://jedit-syntax.sourceforge.net/</url>
  <licenses>
    <license>
      <name>MIT License</name>
      <url>http://www.opensource.org/licenses/mit-license.php</url>
    </license>
  </licenses>
  <scm>
    <connection>
      scm:cvs:pserver:anonymous@jedit-syntax.cvs.sourceforge.net:/cvsroot/jedit-syntax:jEdit-Syntax 
    </connection>
    <url>http://jedit-syntax.cvs.sourceforge.net/jedit-syntax/jEdit-Syntax/</url>
  </scm>
  <build>
    <plugins>
      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-compiler-plugin</artifactId>
        <configuration>
          <source>1.4</source>
          <target>1.4</target>          
        </configuration>
      </plugin>
      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-javadoc-plugin</artifactId>
        <configuration>
          <source>1.4</source>
          <target>1.4</target>          
        </configuration>
      </plugin>
    </plugins>
  </build>
</project>