gwt-syntaxhighlighter
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.alexgorbatchev</groupId>
<artifactId>gwt-syntaxhighlighter</artifactId>
<version>1.1</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<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">
<parent>
<artifactId>oss-parent</artifactId>
<groupId>org.sonatype.oss</groupId>
<version>5</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>com.alexgorbatchev</groupId>
<artifactId>gwt-syntaxhighlighter</artifactId>
<version>1.1</version>
<packaging>jar</packaging>
<name>gwt-syntaxhighlighter</name>
<licenses>
<license>
<name>GNU Lesser General Public License, version 3</name>
<url>http://www.gnu.org/copyleft/lesser.html</url>
<distribution>repo</distribution>
</license>
</licenses>
<distributionManagement>
<repository>
<id>sonatype-nexus-staging</id>
<name>gwt-syntaxhighlighter Repo</name>
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2
</url>
</repository>
<snapshotRepository>
<id>sonatype-nexus-snapshots</id>
<name>gwt-syntaxhighlighter Snapshots</name>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
</snapshotRepository>
<site>
<!-- <id>googlecode</id> -->
<id>gwt-syntaxhighlighter-site</id>
<name>gwt-syntaxhighlighter Site</name>
<url>file:${basedir}/target/release-site</url>
<!-- <url>scm:hg:https://site.gwt-syntaxhighlighter.googlecode.com/hg</url> -->
</site>
<downloadUrl>http://code.google.com/p/gwt-syntaxhighlighter/downloads
</downloadUrl>
</distributionManagement>
<properties>
<!-- Convenience property to set the GWT version -->
<gwtVersion>2.1.0</gwtVersion>
<jdkVersion>1.6</jdkVersion>
<!-- <wagonVersion>1.0-beta-7</wagonVersion> -->
<scmVersion>1.4</scmVersion>
<siteVersion>3.0-beta-3</siteVersion>
<javadocVersion>2.7</javadocVersion>
<maven.compiler.source>${jdkVersion}</maven.compiler.source>
<maven.compiler.target>${jdkVersion}</maven.compiler.target>
<webappDirectory>${project.build.directory}/${project.build.finalName}
</webappDirectory>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<username>chill@darkhelm.org</username>
</properties>
<description>Widget designed to implement the SyntaxHighlighter system,
provided by Alex Gorbatchev.</description>
<url>http://gwt-syntaxhighlighter.googlecode.com/</url>
<issueManagement>
<system>Google Code</system>
<url>http://code.google.com/p/gwt-syntaxhighlighter/issues/list</url>
</issueManagement>
<developers>
<developer>
<id>Xlorep DarkHelm</id>
<name>Cliff Hill</name>
<email>http://www.google.com/recaptcha/mailhide/d?k=01ECR5p7BGM6ucpN4tJ01Yrw==&c=8HkvdroMbF5NlDdIdPHmZUoAwXt8rxmrxiOE3WomzwA=</email>
<url>http://darkhelm.org</url>
<organization>DarkHelm.org</organization>
<organizationUrl>http://darkhelm.org</organizationUrl>
<timezone>Pacific</timezone>
</developer>
</developers>
<scm>
<connection>scm:hg:https://gwt-syntaxhighlighter.googlecode.com/hg
</connection>
<developerConnection>scm:hg:https://gwt-syntaxhighlighter.googlecode.com/hg
</developerConnection>
<tag>tip</tag>
<url>http://code.google.com/p/gwt-syntaxhighlighter/source/browse/</url>
</scm>
<organization>
<name>SyntaxHighlighter</name>
<url>http://alexgorbatchev.com/SyntaxHighlighter/</url>
</organization>
<dependencies>
<dependency>
<groupId>com.google.gwt</groupId>
<artifactId>gwt-dev</artifactId>
<version>${gwtVersion}</version>
<type>jar</type>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.google.gwt</groupId>
<artifactId>gwt-user</artifactId>
<version>${gwtVersion}</version>
<type>jar</type>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.7</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.seleniumhq.selenium.client-drivers</groupId>
<artifactId>selenium-java-client-driver</artifactId>
<version>1.0.2</version>
<type>jar</type>
<scope>test</scope>
</dependency>
</dependencies>
<profiles>
<profile>
<id>release</id>
<build>
<plugins>
<plugin>
<groupId>com.googlecode.maven-gcu-plugin</groupId>
<artifactId>maven-gcu-plugin</artifactId>
<version>1.1</version>
<executions>
<execution>
<id>gcode-upload</id>
<goals>
<goal>upload</goal>
</goals>
<configuration>
<uploads>
<upload>
<file>${project.build.directory}/${project.artifactId}-${project.version}-sources.${project.packaging}
</file>
<summary>${project.name} sources bundle ${project.version}
</summary>
<labels>
<label>Featured</label>
<label>Type-Sources</label>
</labels>
</upload>
<upload>
<file>${project.build.directory}/${project.artifactId}-${project.version}-javadoc.${project.packaging}
</file>
<summary>${project.name} javadocs bundle ${project.version}
</summary>
<labels>
<label>Featured</label>
<label>Type-Docs</label>
</labels>
</upload>
<upload>
<file>${project.build.directory}/${project.artifactId}-${project.version}.${project.packaging}
</file>
<summary>${project.name} bundle ${project.version}</summary>
<labels>
<label>Featured</label>
<label>Type-Module</label>
</labels>
</upload>
<upload>
<file>${project.build.directory}/${project.artifactId}-${project.version}-gwt-standard.${project.packaging}
</file>
<summary>${project.name} GWT standard bundle
${project.version} (with client sources)</summary>
<labels>
<label>Featured</label>
<label>Type-GWT-Module</label>
</labels>
</upload>
</uploads>
</configuration>
</execution>
</executions>
</plugin>
<plugin>
<artifactId>maven-resources-plugin</artifactId>
<version>2.4.3</version>
<executions>
<execution>
<id>copy-site</id>
<phase>post-site</phase>
<goals>
<goal>copy-resources</goal>
</goals>
</execution>
</executions>
<configuration>
<outputDirectory>${basedir}/../../site</outputDirectory>
<resources>
<resource>
<directory>${basedir}/target/site</directory>
<includes>
<include>**/*.*</include>
</includes>
</resource>
</resources>
</configuration>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
<version>1.2</version>
<executions>
<execution>
<id>hg-add-site</id>
<phase>site-deploy</phase>
<goals>
<goal>exec</goal>
</goals>
<configuration>
<executable>hg</executable>
<workingDirectory>${basedir}/../../site</workingDirectory>
<arguments>
<argument>add</argument>
<argument>*</argument>
</arguments>
</configuration>
</execution>
<execution>
<id>hg-commit-site</id>
<phase>site-deploy</phase>
<goals>
<goal>exec</goal>
</goals>
<configuration>
<executable>hg</executable>
<workingDirectory>${basedir}/../../site</workingDirectory>
<arguments>
<argument>commit</argument>
<argument>-m</argument>
<argument>Commiting new version of site.</argument>
</arguments>
</configuration>
</execution>
<execution>
<id>hg-push-site</id>
<phase>site-deploy</phase>
<goals>
<goal>exec</goal>
</goals>
<configuration>
<executable>hg</executable>
<workingDirectory>${basedir}/../../site</workingDirectory>
<arguments>
<argument>push</argument>
</arguments>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>
</profile>
</profiles>
<build>
<outputDirectory>${webappDirectory}/WEB-INF/classes</outputDirectory>
<plugins>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>gwt-maven-plugin</artifactId>
<version>2.1.0</version>
<executions>
<execution>
<id>test</id>
<goals>
<goal>test</goal>
</goals>
</execution>
<execution>
<id>compile</id>
<goals>
<goal>compile</goal>
</goals>
</execution>
</executions>
<configuration>
<generateDirectory>${project.build.directory}/generated-sources/gwt
</generateDirectory>
<gen>${project.build.directory}/generated</gen>
<productionMode>true</productionMode>
<logLevel>INFO</logLevel>
<style>PRETTY</style>
<mode>selenium</mode>
<selenium>localhost:4444/*googlechrome</selenium>
<!--<selenium>localhost:4444/*googlechrome,localhost:4444/*iexplore,localhost:4444/*firefox</selenium> -->
<testTimeOut>240</testTimeOut>
<runTarget>Highlighter.html</runTarget>
<hostedWebapp>${webappDirectory}</hostedWebapp>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-war-plugin</artifactId>
<version>2.1.1</version>
<executions>
<execution>
<phase>compile</phase>
<goals>
<goal>exploded</goal>
</goals>
</execution>
</executions>
<configuration>
<webappDirectory>${webappDirectory}</webappDirectory>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-site-plugin</artifactId>
<version>${siteVersion}</version>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>selenium-maven-plugin</artifactId>
<version>1.1</version>
<executions>
<execution>
<id>start-server</id>
<phase>pre-integration-test</phase>
<goals>
<goal>start-server</goal>
</goals>
<configuration>
<background>true</background>
</configuration>
</execution>
<execution>
<id>stop-server</id>
<phase>post-integration-test</phase>
<goals>
<goal>stop-server</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>${javadocVersion}</version>
<executions>
<execution>
<id>javadoc-jar</id>
<phase>package</phase>
<goals>
<goal>jar</goal>
</goals>
</execution>
</executions>
<configuration>
<javadocVersion>${jdkVersion}</javadocVersion>
<excludePackageNames>com.alexgorbatchev.syntaxhighlighter.compiler*
</excludePackageNames>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<version>2.1.2</version>
<executions>
<execution>
<id>attach-sources</id>
<phase>package</phase>
<goals>
<goal>jar-no-fork</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-scm-plugin</artifactId>
<version>${scmVersion}</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>1.1</version>
<executions>
<execution>
<id>sign-artifacts</id>
<phase>verify</phase>
<goals>
<goal>sign</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
<version>2.2</version>
<configuration>
<descriptors>
<descriptor>src/main/assembly/gwt-standard.xml</descriptor>
</descriptors>
</configuration>
<executions>
<execution>
<id>make-assembly</id>
<phase>package</phase>
<goals>
<goal>single</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
<version>2.1</version>
<configuration>
<goals>deploy site-deploy</goals>
<releaseProfiles>release</releaseProfiles>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-enforcer-plugin</artifactId>
<version>1.0</version>
<executions>
<execution>
<id>enforce-versions</id>
<goals>
<goal>enforce</goal>
</goals>
<configuration>
<rules>
<requireJavaVersion>
<version>${jdkVersion}</version>
</requireJavaVersion>
</rules>
</configuration>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.6</version>
</plugin>
</plugins>
</build>
<reporting>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-project-info-reports-plugin</artifactId>
<version>2.2</version>
<reportSets>
<reportSet>
<reports>
<report>dependencies</report>
<report>project-team</report>
<report>issue-tracking</report>
<report>license</report>
<report>scm</report>
<report>summary</report>
</reports>
</reportSet>
</reportSets>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>${javadocVersion}</version>
<reportSets>
<reportSet>
<id>standard-docs</id>
<reports>
<report>javadoc</report>
</reports>
<configuration>
<name>Standard JavaDocs (for users)</name>
<javadocVersion>${jdkVersion}</javadocVersion>
<reportOutputDirectory>${project.reporting.outputDirectory}/docs</reportOutputDirectory>
<destDir>docs</destDir>
<excludePackageNames>com.alexgorbatchev.syntaxhighlighter.compiler*
</excludePackageNames>
<bottom>
<!-- START Google Analytics Code -->
<![CDATA[
<script type="text/javascript"><!--
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-19344190-6']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
//--></script>
]]>
<!-- END Google Analytics Code -->
<!--Copyright © {inceptionYear}-{currentYear} {organizationName}.
All Rights Reserved.. -->
</bottom>
</configuration>
</reportSet>
</reportSets>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>${javadocVersion}</version>
<reportSets>
<reportSet>
<id>complete-docs</id>
<reports>
<report>javadoc</report>
</reports>
<configuration>
<name>Complete JavaDocs (for developers)</name>
<javadocVersion>${jdkVersion}</javadocVersion>
<reportOutputDirectory>${project.reporting.outputDirectory}/fulldocs</reportOutputDirectory>
<destDir>fulldocs</destDir>
<show>private</show>
<bottom>
<!-- START Google Analytics Code -->
<![CDATA[
<script type="text/javascript"><!--
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-19344190-6']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
//--></script>
]]>
<!-- END Google Analytics Code -->
<!--Copyright © {inceptionYear}-{currentYear} {organizationName}.
All Rights Reserved.. -->
</bottom>
</configuration>
</reportSet>
</reportSets>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-report-plugin</artifactId>
<version>2.6</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jxr-plugin</artifactId>
<version>2.2</version>
<reportSets>
<reportSet>
<id>cross-reference</id>
<reports>
<report>jxr</report>
</reports>
<configuration>
<javadocDir>${project.reporting.outputDirectory}/fulldocs</javadocDir>
</configuration>
</reportSet>
</reportSets>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-changes-plugin</artifactId>
<version>2.3</version>
<reportSets>
<reportSet>
<reports>
<report>changes-report</report>
</reports>
</reportSet>
</reportSets>
<configuration>
<issueLinkTemplatePerSystem>
<default>%URL%/detail?id=%ISSUE%</default>
</issueLinkTemplatePerSystem>
</configuration>
</plugin>
</plugins>
</reporting>
</project>