Maven Repository - POM file for Web Framework markdownj 0.3.0-1.0.2b4 0.3.0-1.0.2b4

Summary

markdownj.

MarkdownJ is the pure Java port of Markdown, a text-to-html conversion tool written by John Gruber..

Declaration

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

<dependency>
   <groupId>org.markdownj</groupId>
   <artifactId>markdownj</artifactId>
   <version>0.3.0-1.0.2b4</version>
</dependency>

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

License

Name:BSD license.





Depends on

The markdownj-0.3.0-1.0.2b4 has 1 dependencies.The most popular ones are listed in the following table along with their categories and number of artifacts depending on them.

CategoryArtifactDepended By Count
JUnitjunit 4.5
JUnit is a regression testing framework written by Erich Gamma and Kent Beck. It is used by the developer who implements unit tests in Java.
385

Depended by

The following table lists the most popular artifacts which are depending on markdownj-0.3.0-1.0.2b4. Their categories and depend by count are also listed.

CategoryArtifactDepended By Count
Libraryspecs_2.9.0 1.6.8
specs is a Behaviour-Driven-Design framework
18
Libraryspecs 1.6.1-2.8.0.Beta1-RC6
specs is a Behaviour-Driven-Design framework
14
Libraryspecs_2.8.0 1.6.5
specs is a Behaviour-Driven-Design framework
12
Libraryspecs_2.8.1 1.6.8
specs is a Behaviour-Driven-Design framework
27
Libraryspecs_2.8.1 1.6.7.2
specs is a Behaviour-Driven-Design framework
13
Libraryspecs_2.9.1 1.6.9
specs is a Behaviour-Driven-Design framework
95
Libraryspecs 1.6.0
specs is a Behaviour-Driven-Design framework
13
Libraryspecs_2.9.0-1 1.6.8
specs is a Behaviour-Driven-Design framework
36
Libraryspecs_2.8.1 1.6.7
specs is a Behaviour-Driven-Design framework
31




Plugin

The following plugins are used in the markdownj-0.3.0-1.0.2b4.jar

  1. maven-compiler-plugin
  2. maven-release-plugin
  3. maven-scm-plugin
  4. maven-surefire-plugin

Packages

The following packages are defined in the markdownj-0.3.0-1.0.2b4.jar

com.petebevin.markdown
com.petebevin.markdown.test

POM File Source

Here is the content of the POM file.

<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright (c) 2008, Alex Coles.

All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:

* Redistributions of source code must retain the above copyright notice,
  this list of conditions and the following disclaimer.

* Redistributions in binary form must reproduce the above copyright
  notice, this list of conditions and the following disclaimer in the
  documentation and/or other materials provided with the distribution.

* Neither the name "Markdown" nor the names of its contributors may
  be used to endorse or promote products derived from this software
  without specific prior written permission.

This software is provided by the copyright holders and contributors "as
is" and any express or implied warranties, including, but not limited
to, the implied warranties of merchantability and fitness for a
particular purpose are disclaimed. In no event shall the copyright owner
or contributors be liable for any direct, indirect, incidental, special,
exemplary, or consequential damages (including, but not limited to,
procurement of substitute goods or services; loss of use, data, or
profits; or business interruption) however caused and on any theory of
liability, whether in contract, strict liability, or tort (including
negligence or otherwise) arising in any way out of the use of this
software, even if advised of the possibility of such damage.
-->
<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>org.markdownj</groupId>
    <artifactId>markdownj</artifactId>
    <packaging>jar</packaging>
    <version>0.3.0-1.0.2b4</version>

    <name>markdownj</name>
    <!--<url></url>-->
    <description>MarkdownJ is the pure Java port of Markdown, a text-to-html conversion tool written by John Gruber.</description>

    

    <scm>
        <connection>scm:git:git://github.com/myabc/markdownj.git</connection>
        <url>scm:git:git://github.com/myabc/markdownj.git</url>
    </scm>

    <distributionManagement>
        <repository>
            <uniqueVersion>false</uniqueVersion>
            <id>googlecode</id>
            <url>svn:https://markdownj.googlecode.com/svn/repo</url>
        </repository>
    </distributionManagement>

    <licenses>
        <license>
            <name>BSD license</name>
            <comments>
                Redistribution and use in source and binary forms, with or without
                modification, are permitted provided that the following conditions are
                met:

                * Redistributions of source code must retain the above copyright notice,
                  this list of conditions and the following disclaimer.

                * Redistributions in binary form must reproduce the above copyright
                  notice, this list of conditions and the following disclaimer in the
                  documentation and/or other materials provided with the distribution.

                * Neither the name "Markdown" nor the names of its contributors may
                  be used to endorse or promote products derived from this software
                  without specific prior written permission.

                This software is provided by the copyright holders and contributors "as
                is" and any express or implied warranties, including, but not limited
                to, the implied warranties of merchantability and fitness for a
                particular purpose are disclaimed. In no event shall the copyright owner
                or contributors be liable for any direct, indirect, incidental, special,
                exemplary, or consequential damages (including, but not limited to,
                procurement of substitute goods or services; loss of use, data, or
                profits; or business interruption) however caused and on any theory of
                liability, whether in contract, strict liability, or tort (including
                negligence or otherwise) arising in any way out of the use of this
                software, even if advised of the possibility of such damage.
            </comments>
        </license>
    </licenses>

    <repositories>
        <repository>
            <id>maven2-repository.dev.java.net</id>
            <name>Java.net Repository for Maven</name>
            <url>http://download.java.net/maven/2/</url>
        </repository>
        <repository>
            <id>don-asf-repository</id>
            <name>Don Brown's Repository</name>
            <url>http://people.apache.org/~mrdon/repository/</url>
        </repository>
    </repositories>

    <build>
        <sourceDirectory>src/java/</sourceDirectory>
        <testResources>
            <testResource>
                <directory>tests/</directory>
            </testResource>
        </testResources>
        <testSourceDirectory>test/java/</testSourceDirectory>

        <extensions>
            <extension>
                <groupId>org.jvnet.wagon-svn</groupId>
                <artifactId>wagon-svn</artifactId>
                <version>1.8</version>
            </extension>
        </extensions>

        <plugins>
            <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-release-plugin</artifactId>
                <dependencies>
                    <dependency>
                        <groupId>org.apache.maven.scm</groupId>
                        <artifactId>maven-scm-provider-gitexe</artifactId>
                        <version>1.1-db-1</version>
                    </dependency>
                </dependencies>
            </plugin>
           <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-scm-plugin</artifactId>
                <dependencies>
                    <dependency>
                        <groupId>org.apache.maven.scm</groupId>
                        <artifactId>maven-scm-provider-gitexe</artifactId>
                        <version>1.1-db-1</version>
                    </dependency>
                </dependencies>
            </plugin>
            <plugin>
                <artifactId>maven-compiler-plugin</artifactId>
                <version>2.0.2</version>
                <configuration>
                    <source>1.5</source>
                    <target>1.5</target>
                    <encoding>UTF-8</encoding>
                </configuration>
            </plugin>
            <plugin>
                <artifactId>maven-surefire-plugin</artifactId>
                <version>2.4.2</version>
                <configuration>
                    <includes>
                        <include>**/*.java</include>
                    </includes>
                    <excludes>
                        <exclude>**/TestResultPair.java</exclude>
                    </excludes>
                </configuration>
           </plugin>
        </plugins>
    </build>

    <dependencies>
        <dependency>
            <groupId>junit</groupId>
            <artifactId>junit</artifactId>
            <version>${junit.version}</version>
            <scope>test</scope>
            <optional>true</optional>
        </dependency>
    </dependencies>

    <properties>
        <junit.version>4.5</junit.version>
    </properties>

</project>