smarkdown-parent
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.java-adventures.smarkdown</groupId>
<artifactId>smarkdown-parent</artifactId>
<version>0.8.0</version>
</dependency><?xml version="1.0" ?>
<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/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.sonatype.oss</groupId>
<artifactId>oss-parent</artifactId>
<version>7</version>
</parent>
<groupId>com.java-adventures.smarkdown</groupId>
<artifactId>smarkdown-parent</artifactId>
<version>0.8.0</version>
<name>Smarkdown - Parent</name>
<packaging>pom</packaging>
<url>http://java-adventures.com</url>
<description>A simple JEE webapp that renders Markdown files as HTML or HTML slideshow.</description>
<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>
<developers>
<developer>
<id>scheuchzer</id>
<name>Thomas Scheuchzer</name>
<email>thomas.scheuchzer@gmail.com</email>
<url>http://www.java-adventures.com</url>
</developer>
</developers>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<java.version>1.7</java.version>
<failOnMissingWebXml>false</failOnMissingWebXml>
</properties>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>com.java-adventures.smarkdown</groupId>
<artifactId>smarkdown-core</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>com.java-adventures.smarkdown</groupId>
<artifactId>smarkdown-configuration-web-xml</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>com.java-adventures.smarkdown</groupId>
<artifactId>smarkdown-configuration-filesystem</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>com.java-adventures.smarkdown</groupId>
<artifactId>smarkdown-location-github</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>com.java-adventures.smarkdown</groupId>
<artifactId>smarkdown-location-file</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>com.java-adventures.smarkdown</groupId>
<artifactId>smarkdown-location-webapp</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>com.java-adventures.smarkdown</groupId>
<artifactId>smarkdown-location-classpath</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>com.java-adventures.smarkdown</groupId>
<artifactId>smarkdown-location-http</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>com.java-adventures.smarkdown</groupId>
<artifactId>smarkdown-jsf</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>com.java-adventures.smarkdown</groupId>
<artifactId>smarkdown-yuml</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>com.java-adventures.smarkdown</groupId>
<artifactId>smarkdown-war</artifactId>
<version>${project.version}</version>
<type>war</type>
</dependency>
<dependency>
<groupId>com.java-adventures.smarkdown</groupId>
<artifactId>smarkdown-war-tomcat</artifactId>
<version>${project.version}</version>
<type>war</type>
</dependency>
<dependency>
<groupId>com.java-adventures.smarkdown</groupId>
<artifactId>smarkdown-war-jetty</artifactId>
<version>${project.version}</version>
<type>war</type>
</dependency>
<dependency>
<groupId>com.java-adventures.smarkdown</groupId>
<artifactId>smarkdown-jekyll</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>com.java-adventures.smarkdown</groupId>
<artifactId>smarkdown-plantuml</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>com.java-adventures.yuml</groupId>
<artifactId>yuml-remote-renderer</artifactId>
<version>0.2.0</version>
</dependency>
<dependency>
<groupId>javax.enterprise</groupId>
<artifactId>cdi-api</artifactId>
<version>1.2</version>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>javax.servlet-api</artifactId>
<version>3.1.0</version>
</dependency>
<dependency>
<groupId>javax.faces</groupId>
<artifactId>jsf-api</artifactId>
<version>2.1</version>
</dependency>
<dependency>
<groupId>javax.ws.rs</groupId>
<artifactId>javax.ws.rs-api</artifactId>
<version>2.0</version>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.11</version>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-all</artifactId>
<version>1.9.5</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.7.7</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
<version>1.7.7</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-jdk14</artifactId>
<version>1.7.7</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-io</artifactId>
<version>1.3.2</version>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>1.12.6</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.3.2</version>
</dependency>
<dependency>
<groupId>org.glassfish.main.extras</groupId>
<artifactId>glassfish-embedded-all</artifactId>
<version>4.0</version>
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-all</artifactId>
<version>1.3</version>
</dependency>
<dependency>
<groupId>org.ocpsoft.rewrite</groupId>
<artifactId>rewrite-servlet</artifactId>
<version>2.0.12.Final</version>
</dependency>
<dependency>
<groupId>org.ocpsoft.rewrite</groupId>
<artifactId>rewrite-config-prettyfaces</artifactId>
<version>2.0.12.Final</version>
</dependency>
<dependency>
<groupId>de.akquinet.jbosscc</groupId>
<artifactId>jbosscc-needle</artifactId>
<version>2.2</version>
</dependency>
<dependency>
<groupId>org.reflections</groupId>
<artifactId>reflections</artifactId>
<version>0.9.9-RC1</version>
</dependency>
<dependency>
<groupId>com.googlecode.json-simple</groupId>
<artifactId>json-simple</artifactId>
<version>1.1.1</version>
</dependency>
<dependency>
<groupId>io.fastjson</groupId>
<artifactId>boon</artifactId>
<version>0.11</version>
</dependency>
<dependency>
<groupId>org.kohsuke</groupId>
<artifactId>github-api</artifactId>
<version>1.53</version>
</dependency>
</dependencies>
</dependencyManagement>
<dependencies>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-all</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-all</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
<build>
<pluginManagement>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.1</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<version>2.4</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-rar-plugin</artifactId>
<version>2.3</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-war-plugin</artifactId>
<version>2.4</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
<version>2.8</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-failsafe-plugin</artifactId>
<version>2.16</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.17</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
<version>2.5</version>
</plugin>
<plugin>
<groupId>org.codehaus.cargo</groupId>
<artifactId>cargo-maven2-plugin</artifactId>
<version>1.4.11</version>
</plugin>
<plugin>
<groupId>com.smartbear.soapui</groupId>
<artifactId>soapui-maven-plugin</artifactId>
<version>4.6.1</version>
</plugin>
<plugin>
<groupId>org.eclipse.m2e</groupId>
<artifactId>lifecycle-mapping</artifactId>
<version>1.0.0</version>
<configuration>
<lifecycleMappingMetadata>
<pluginExecutions>
<pluginExecution>
<pluginExecutionFilter>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-enforcer-plugin</artifactId>
<versionRange>[1.0.0,)</versionRange>
<goals>
<goal>enforce</goal>
</goals>
</pluginExecutionFilter>
<action>
<ignore />
</action>
</pluginExecution>
</pluginExecutions>
</lifecycleMappingMetadata>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>2.9.1</version>
</plugin>
</plugins>
</pluginManagement>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>${java.version}</source>
<target>${java.version}</target>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<configuration>
<detectOfflineLinks>false</detectOfflineLinks>
</configuration>
</plugin>
</plugins>
</build>
<modules>
<module>smarkdown-core</module>
<module>smarkdown-configuration-web-xml</module>
<module>smarkdown-configuration-filesystem</module>
<module>smarkdown-location-classpath</module>
<module>smarkdown-location-webapp</module>
<module>smarkdown-location-github</module>
<module>smarkdown-location-file</module>
<module>smarkdown-location-http</module>
<module>smarkdown-jsf</module>
<module>smarkdown-yuml</module>
<module>smarkdown-jekyll</module>
<module>smarkdown-plantuml</module>
<module>smarkdown-war</module>
</modules>
<profiles>
<profile>
<activation>
<activeByDefault>true</activeByDefault>
</activation>
<id>containers</id>
<modules>
<module>smarkdown-war-tomcat</module>
<module>smarkdown-war-jetty</module>
<module>smarkdown-war-integration-test</module>
</modules>
</profile>
</profiles>
<scm>
<connection>scm:git:git@github.com:scheuchzer/smarkdown.git</connection>
<developerConnection>scm:git:git@github.com:scheuchzer/smarkdown.git</developerConnection>
<url>git@github.com:scheuchzer/smarkdown.git</url>
<tag>smarkdown-parent-0.8.0</tag>
</scm>
<issueManagement>
<system>GitHub Issues</system>
<url>https://github.com/scheuchzer/smarkdown/issues</url>
</issueManagement>
<pluginRepositories>
<pluginRepository>
<id>smartbear-sweden-plugin-repository</id>
<url>http://www.soapui.org/repository/maven2/</url>
</pluginRepository>
</pluginRepositories>
</project>