Commit 649afe03 authored by soulseen's avatar soulseen

update test report

parent 5b071291
...@@ -29,7 +29,7 @@ pipeline { ...@@ -29,7 +29,7 @@ pipeline {
stage ('unit test') { stage ('unit test') {
steps { steps {
container ('maven') { container ('maven') {
sh 'mvn -o -gs `pwd`/configuration/settings.xml test' sh 'mvn clean -o -gs `pwd`/configuration/settings.xml test'
} }
} }
} }
......
#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. #NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice.
#Wed Mar 27 14:11:59 CST 2019 #Thu Apr 04 14:22:31 CST 2019
classworlds-1.1-alpha-2.jar>repo.jenkins-ci.org=
classworlds-1.1-alpha-2.pom>repo.jenkins-ci.org= classworlds-1.1-alpha-2.pom>repo.jenkins-ci.org=
05adf2e681c57d7f48038b602f3ca2254ee82d47
\ No newline at end of file
#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice.
#Thu Apr 04 14:22:31 CST 2019
commons-codec-1.2.jar>repo.jenkins-ci.org=
commons-codec-1.2.pom>repo.jenkins-ci.org=
397f4731a9f9b6eb1907e224911c77ea3aa27a8b
\ No newline at end of file
<project>
<modelVersion>4.0.0</modelVersion>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
<name>Codec</name>
<version>1.2</version>
<description>The codec package contains simple encoder and decoders for
various formats such as Base64 and Hexadecimal. In addition to these
widely used encoders and decoders, the codec package also maintains a
collection of phonetic encoding utilities.</description>
<issueManagement>
<url>http://nagoya.apache.org/bugzilla/buglist.cgi?bug_status=NEW&amp;bug_status=ASSIGNED&amp;bug_status=REOPENED&amp;email1=&amp;emailtype1=substring&amp;emailassigned_to1=1&amp;email2=&amp;emailtype2=substring&amp;emailreporter2=1&amp;bugidtype=include&amp;bug_id=&amp;changedin=&amp;votes=&amp;chfieldfrom=&amp;chfieldto=Now&amp;chfieldvalue=&amp;product=Commons&amp;component=Codec&amp;short_desc=&amp;short_desc_type=allwordssubstr&amp;long_desc=&amp;long_desc_type=allwordssubstr&amp;bug_file_loc=&amp;bug_file_loc_type=allwordssubstr&amp;keywords=&amp;keywords_type=anywords&amp;field0-0-0=noop&amp;type0-0-0=noop&amp;value0-0-0=&amp;cmdtype=doit&amp;newqueryname=&amp;order=Reuse+same+sort+as+last+time</url>
</issueManagement>
<inceptionYear>2002</inceptionYear>
<developers>
<developer>
<id>bayard</id>
<name>Henri Yandell</name>
<email>bayard@generationjava.com</email>
</developer>
<developer>
<id>tobrien</id>
<name>Tim OBrien</name>
<email>tobrien@apache.org</email>
<timezone>-6</timezone>
</developer>
<developer>
<id>sanders</id>
<name>Scott Sanders</name>
<email>sanders@totalsync.com</email>
</developer>
<developer>
<id>rwaldhoff</id>
<name>Rodney Waldhoff</name>
<email>rwaldhoff@apache.org</email>
</developer>
<developer>
<id>dlr</id>
<name>Daniel Rall</name>
<email>dlr@finemaltcoding.com</email>
</developer>
<developer>
<id>jon</id>
<name>Jon S. Stevens</name>
<email>jon@collab.net</email>
</developer>
<developer>
<id>ggregory</id>
<name>Gary D. Gregory</name>
<email>ggregory@seagullsw.com</email>
<organization>SEAGULL Software</organization>
<roles>
<role>Java Developer</role>
</roles>
</developer>
<developer>
<id>dgraham</id>
<name>David Graham</name>
<email>dgraham@apache.org</email>
</developer>
</developers>
<contributors>
<contributor>
<name>Christopher O'Brien</name>
<email>siege@preoccupied.net</email>
</contributor>
<contributor>
<name>Martin Redington</name>
</contributor>
<contributor>
<name>Jeffery Dever</name>
</contributor>
<contributor>
<name>Steve Zimmermann</name>
<email>steve.zimmermann@heii.com</email>
</contributor>
<contributor>
<name>Benjamin Walstrum</name>
<email>ben@walstrum.com</email>
</contributor>
<contributor>
<name>Oleg Kalnichevski</name>
<email>oleg@ural.ru</email>
</contributor>
<contributor>
<name>Dave Dribin</name>
<email>apache@dave.dribin.org</email>
</contributor>
</contributors>
<build>
<testResources>
<testResource>
<directory>${pom.build.unitTestSourceDirectory}</directory>
<includes>
<include>**/*.xml</include>
</includes>
</testResource>
</testResources>
<plugins>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<includes>
<include>**/*Test.java</include>
</includes>
<excludes>
<exclude>**/*AbstractTest.java</exclude>
</excludes>
</configuration>
</plugin>
</plugins>
</build>
</project>
\ No newline at end of file
3924208ea1e84feb88701e9a5000bc65c66fb335
\ No newline at end of file
#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice.
#Thu Apr 04 14:22:31 CST 2019
commons-collections-3.2.2.jar>repo.jenkins-ci.org=
commons-collections-3.2.2.pom>repo.jenkins-ci.org=
8ad72fe39fa8c91eaaf12aadb21e0c3661fe26d5
\ No newline at end of file
02a5ba7cb070a882d2b7bd4bf5223e8e445c0268
\ No newline at end of file
#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice.
#Thu Apr 04 14:22:31 CST 2019
commons-httpclient-3.1.jar>repo.jenkins-ci.org=
commons-httpclient-3.1.pom>repo.jenkins-ci.org=
964cd74171f427720480efdec40a7c7f6e58426a
\ No newline at end of file
<?xml version="1.0" encoding="UTF-8"?><project>
<modelVersion>4.0.0</modelVersion>
<groupId>commons-httpclient</groupId>
<artifactId>commons-httpclient</artifactId>
<name>HttpClient</name>
<version>3.1</version>
<description>The HttpClient component supports the client-side of RFC 1945 (HTTP/1.0) and RFC 2616 (HTTP/1.1) , several related specifications (RFC 2109 (Cookies) , RFC 2617 (HTTP Authentication) , etc.), and provides a framework by which new request types (methods) or HTTP extensions can be created easily.</description>
<url>http://jakarta.apache.org/httpcomponents/httpclient-3.x/</url>
<issueManagement>
<url>http://issues.apache.org/jira/browse/HTTPCLIENT</url>
</issueManagement>
<ciManagement>
<notifiers>
<notifier>
<configuration>
<address>httpcomponents-dev@jakarta.apache.org</address>
</configuration>
</notifier>
</notifiers>
</ciManagement>
<inceptionYear>2001</inceptionYear>
<mailingLists>
<mailingList>
<name>HttpComponents Developer List</name>
<subscribe>httpcomponents-dev-subscribe@jakarta.apache.org</subscribe>
<unsubscribe>httpcomponents-dev-unsubscribe@jakarta.apache.org</unsubscribe>
<archive>http://mail-archives.apache.org/mod_mbox/jakarta-httpcomponents-dev/</archive>
</mailingList>
<mailingList>
<name>HttpClient User List</name>
<subscribe>httpclient-user-subscribe@jakarta.apache.org</subscribe>
<unsubscribe>httpclient-user-unsubscribe@jakarta.apache.org</unsubscribe>
<archive>http://mail-archives.apache.org/mod_mbox/jakarta-httpclient-user/</archive>
</mailingList>
</mailingLists>
<developers>
<developer>
<id>mbecke</id>
<name>Michael Becke</name>
<email>mbecke -at- apache.org</email>
<organization></organization>
<roles>
<role>Release Prime</role>
<role>Java Developer</role>
</roles>
</developer>
<developer>
<id>jsdever</id>
<name>Jeff Dever</name>
<email>jsdever -at- apache.org</email>
<organization>Independent consultant</organization>
<roles>
<role>2.0 Release Prime</role>
<role>Java Developer</role>
</roles>
</developer>
<developer>
<id>dion</id>
<name>dIon Gillard</name>
<email>dion -at- apache.org</email>
<organization>Multitask Consulting</organization>
<roles>
<role>Java Developer</role>
</roles>
</developer>
<developer>
<id>oglueck</id>
<name>Ortwin Glueck</name>
<email>oglueck -at- apache.org</email>
<url>http://www.odi.ch/</url>
<organization></organization>
<roles>
<role>Java Developer</role>
</roles>
</developer>
<developer>
<id>jericho</id>
<name>Sung-Gu</name>
<email>jericho -at- apache.org</email>
<organization></organization>
<roles>
<role>Java Developer</role>
</roles>
</developer>
<developer>
<id>olegk</id>
<name>Oleg Kalnichevski</name>
<email>olegk -at- apache.org</email>
<roles>
<role>Java Developer</role>
</roles>
</developer>
<developer>
<id>sullis</id>
<name>Sean C. Sullivan</name>
<email>sullis -at- apache.org</email>
<organization>Independent consultant</organization>
<roles>
<role>Java Developer</role>
</roles>
</developer>
<developer>
<id>adrian</id>
<name>Adrian Sutton</name>
<email>adrian.sutton -at- ephox.com</email>
<organization>Intencha</organization>
<roles>
<role>Java Developer</role>
</roles>
</developer>
<developer>
<id>rwaldhoff</id>
<name>Rodney Waldhoff</name>
<email>rwaldhoff -at- apache</email>
<organization>Britannica</organization>
<roles>
<role>Java Developer</role>
</roles>
</developer>
</developers>
<contributors>
<contributor>
<name>Armando Anton</name>
<email>armando.anton -at- newknow.com</email>
</contributor>
<contributor>
<name>Sebastian Bazley</name>
<email>sebb -at- apache.org</email>
</contributor>
<contributor>
<name>Ola Berg</name>
<email></email>
</contributor>
<contributor>
<name>Sam Berlin</name>
<email>sberlin -at- limepeer.com</email>
</contributor>
<contributor>
<name>Mike Bowler</name>
<email></email>
</contributor>
<contributor>
<name>Samit Jain</name>
<email>jain.samit -at- gmail.com</email>
</contributor>
<contributor>
<name>Eric Johnson</name>
<email>eric -at- tibco.com</email>
</contributor>
<contributor>
<name>Christian Kohlschuetter</name>
<email>ck -at- newsclub.de</email>
</contributor>
<contributor>
<name>Ryan Lubke</name>
<email>Ryan.Lubke -at- Sun.COM</email>
</contributor>
<contributor>
<name>Sam Maloney</name>
<email>sam.maloney -at- filogix.com</email>
</contributor>
<contributor>
<name>Rob Di Marco</name>
<email>rdimarco -at- hmsonline.com</email>
</contributor>
<contributor>
<name>Juergen Pill</name>
<email>Juergen.Pill -at- softwareag.com</email>
</contributor>
<contributor>
<name>Mohammad Rezaei</name>
<email>mohammad.rezaei -at- gs.com</email>
</contributor>
<contributor>
<name>Roland Weber</name>
<email>rolandw -at- apache.org</email>
</contributor>
<contributor>
<name>Laura Werner</name>
<email>laura -at- lwerner.org</email>
</contributor>
<contributor>
<name>Mikael Wilstrom</name>
<email>mikael.wikstrom -at- it.su.se</email>
</contributor>
</contributors>
<licenses>
<license>
<name>Apache License</name>
<url>http://www.apache.org/licenses/LICENSE-2.0</url>
</license>
</licenses>
<scm>
<connection>scm:svn:http://svn.apache.org/repos/asf/jakarta/httpcomponents/oac.hc3x/trunk</connection>
<url>http://svn.apache.org/repos/asf/jakarta/httpcomponents/oac.hc3x/trunk</url>
</scm>
<organization>
<name>Apache Software Foundation</name>
<url>http://jakarta.apache.org/</url>
</organization>
<build>
<sourceDirectory>src/java</sourceDirectory>
<testSourceDirectory>src/test</testSourceDirectory>
<resources>
<resource>
<directory>src/resources</directory>
</resource>
</resources>
<testResources>
<testResource>
<directory>src/test</directory>
<includes>
<include>**/*.keystore</include>
</includes>
</testResource>
</testResources>
<plugins>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<includes>
<include>**/TestAll.java</include>
</includes>
</configuration>
</plugin>
</plugins>
</build>
<dependencies>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>3.8.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
<version>1.0.4</version>
</dependency>
<dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
<version>1.2</version>
</dependency>
</dependencies>
<distributionManagement>
<site>
<id>default</id>
<name>Default Site</name>
<url>scp://people.apache.org//www/jakarta.apache.org/httpcomponents/httpclient-3.x/</url>
</site>
<status>converted</status>
</distributionManagement>
</project>
\ No newline at end of file
7e64d764d7f7ebc75ae3920490fcb58fbaf504a8
\ No newline at end of file
#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice.
#Thu Apr 04 14:22:31 CST 2019
commons-validator-1.2.0.jar>repo.jenkins-ci.org=
commons-validator-1.2.0.pom>repo.jenkins-ci.org=
13dcebc00d206605bea72f6191b80370eb3ca805
\ No newline at end of file
<project>
<modelVersion>4.0.0</modelVersion>
<groupId>commons-validator</groupId>
<artifactId>commons-validator</artifactId>
<name>Validator</name>
<version>1.2.0</version>
<description>Commons Validator provides the building blocks for both client side validation
and server side data validation. It may be used standalone or with a framework like
Struts.</description>
<url>http://jakarta.apache.org/commons/${pom.artifactId.substring(8)}/</url>
<issueManagement>
<url>http://issues.apache.org/bugzilla/</url>
</issueManagement>
<ciManagement>
<notifiers>
<notifier>
<configuration>
<address>commons-dev@jakarta.apache.org</address>
</configuration>
</notifier>
</notifiers>
</ciManagement>
<inceptionYear>2002</inceptionYear>
<mailingLists>
<mailingList>
<name>Commons Dev List</name>
<subscribe>commons-dev-subscribe@jakarta.apache.org</subscribe>
<unsubscribe>commons-dev-unsubscribe@jakarta.apache.org</unsubscribe>
<archive>http://mail-archives.apache.org/eyebrowse/SummarizeList?listName=commons-dev@jakarta.apache.org</archive>
</mailingList>
<mailingList>
<name>Commons User List</name>
<subscribe>commons-user-subscribe@jakarta.apache.org</subscribe>
<unsubscribe>commons-user-unsubscribe@jakarta.apache.org</unsubscribe>
<archive>http://mail-archives.apache.org/eyebrowse/SummarizeList?listName=commons-user@jakarta.apache.org</archive>
</mailingList>
</mailingLists>
<developers>
<developer>
<id>mrdon</id>
<name>Don Brown</name>
<email>mrdon@apache.org</email>
<organization></organization>
</developer>
<developer>
<id>martinc</id>
<name>Martin Cooper</name>
<email>martinc@apache.org</email>
<organization></organization>
</developer>
<developer>
<id>dgraham</id>
<name>David Graham</name>
<email>dgraham@apache.org</email>
<organization></organization>
</developer>
<developer>
<id>husted</id>
<name>Ted Husted</name>
<email>husted@apache.org</email>
<organization></organization>
</developer>
<developer>
<id>rleland</id>
<name>Rob Leland</name>
<email>rleland at apache.org</email>
<organization></organization>
</developer>
<developer>
<id>craigmcc</id>
<name>Craig McClanahan</name>
<email>craigmcc@apache.org</email>
<organization></organization>
</developer>
<developer>
<id>jmitchell</id>
<name>James Mitchell</name>
<email>jmitchell NOSPAM apache.org</email>
<organization>EdgeTech, Inc</organization>
</developer>
<developer>
<id>niallp</id>
<name>Niall Pemberton</name>
<email>niallp NOSPAM apache.org</email>
<organization></organization>
</developer>
<developer>
<id>turner</id>
<name>James Turner</name>
<email>turner@apache.org</email>
<organization></organization>
</developer>
<developer>
<id>dwinterfeldt</id>
<name>David Winterfeldt</name>
<email>dwinterfeldt@apache.org</email>
<organization></organization>
</developer>
</developers>
<contributors>
<contributor>
<name>Saul Q Yuan Add</name>
</contributor>
<contributor>
<name>Shane Bailey</name>
</contributor>
<contributor>
<name>Dave Derry</name>
</contributor>
<contributor>
<name>Tim O'Brien</name>
</contributor>
<contributor>
<name>Scott Clasen</name>
<email>ticktock@speakeasy.net></email>
</contributor>
<contributor>
<name>Marcus Brito Finish</name>
</contributor>
<contributor>
<name>Padma Ginnaram</name>
</contributor>
<contributor>
<name>Thomas Jacob</name>
<email>thomas.jacob@sinnerschrader.com</email>
</contributor>
<contributor>
<name>Adam Kramer</name>
</contributor>
<contributor>
<name>Greg Ludington</name>
</contributor>
<contributor>
<name>Bjorn-H. Moritz</name>
</contributor>
<contributor>
<name>David Neuer</name>
<email>DavidNeuer@nascopgh.com</email>
</contributor>
<contributor>
<name>Kurt Post</name>
</contributor>
<contributor>
<name>Arun Mammen Thomas</name>
</contributor>
<contributor>
<name>Steven Fines</name>
<email>steven.fines@cotelligent.com</email>
</contributor>
<contributor>
<name>Didier Romelot</name>
<email>didier.romelot@renault.com</email>
</contributor>
<contributor>
<name>Steve Stair</name>
</contributor>
<contributor>
<name>Jeremy Tan</name>
<email>jeremytan@scualum.com</email>
</contributor>
<contributor>
<name>94RGt2</name>
<email>lmagee@biziworks.com.au</email>
</contributor>
<contributor>
<name>Nacho G. Mac Dowell</name>
</contributor>
<contributor>
<name>Mark Lowe</name>
<email>mark.lowe@boxstuff.com</email>
</contributor>
</contributors>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>/LICENSE.txt</url>
</license>
</licenses>
<scm>
<connection>scm:svn:http://svn.apache.org/repos/asf/jakarta/commons/proper/${pom.artifactId.substring(8)}/trunk</connection>
<url>http://svn.apache.org/viewcvs.cgi</url>
</scm>
<organization>
<name>The Apache Software Foundation</name>
<url>http://jakarta.apache.org</url>
</organization>
<build>
<sourceDirectory>src/share</sourceDirectory>
<testSourceDirectory>src/test</testSourceDirectory>
<resources>
<resource>
<targetPath>META-INF</targetPath>
<directory>${basedir}</directory>
<includes>
<include>NOTICE.txt</include>
</includes>
</resource>
</resources>
<testResources>
<testResource>
<directory>${pom.build.unitTestSourceDirectory}</directory>
<includes>
<include>**/*.xml</include>
</includes>
</testResource>
</testResources>
<plugins>
<plugin>
<artifactId>surefire</artifactId>
<configuration>
<includes>
<include>**/ValidatorTestSuite.java</include>
</includes>
</configuration>
</plugin>
<plugin>
<artifactId>maven-xdoc-plugin</artifactId>
<version>1.9.2</version>
<configuration>
<comment>&lt;strong>Site Only&lt;/strong> - v1.9.2 (minimum)
required for building the Validator Site documentation.</comment>
</configuration>
</plugin>
<plugin>
<artifactId>maven-changelog-plugin</artifactId>
<version>1.8.2</version>
<configuration>
<comment>&lt;strong>Site Only&lt;/strong> - v1.8.2 (minimum)
required for building the Validator Site documentation.</comment>
</configuration>
</plugin>
<plugin>
<artifactId>maven-file-activity-plugin</artifactId>
<version>1.5.2</version>
<configuration>
<comment>&lt;strong>Site Only&lt;/strong> - v1.5.2 (minimum)
required for building the Validator Site documentation.</comment>
</configuration>
</plugin>
<plugin>
<artifactId>maven-developer-activity-plugin</artifactId>
<version>1.5.2</version>
<configuration>
<comment>&lt;strong>Site Only&lt;/strong> - v1.5.2 (minimum)
required for building the Validator Site documentation.</comment>
</configuration>
</plugin>
</plugins>
</build>
<dependencies>
<dependency>
<groupId>commons-beanutils</groupId>
<artifactId>commons-beanutils</artifactId>
<version>1.7.0</version>
</dependency>
<dependency>
<groupId>commons-digester</groupId>
<artifactId>commons-digester</artifactId>
<version>1.6</version>
</dependency>
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
<version>1.0.4</version>
</dependency>
<dependency>
<groupId>oro</groupId>
<artifactId>oro</artifactId>
<version>2.0.8</version>
</dependency>
<dependency>
<groupId>xml-apis</groupId>
<artifactId>xml-apis</artifactId>
<version>2.0.2</version>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>3.8.1</version>
<scope>test</scope>
</dependency>
</dependencies>
<distributionManagement>
<repository>
<id>default</id>
<name>Default Repository</name>
<url>file:///www/jakarta.apache.org/builds/jakarta-commons/${pom.artifactId.substring(8)}/</url>
</repository>
<site>
<id>default</id>
<name>Default Site</name>
<url>scp://jakarta.apache.org//www/jakarta.apache.org/commons/${pom.artifactId.substring(8)}/</url>
</site>
</distributionManagement>
</project>
\ No newline at end of file
a7992acb52332d17c1bd9f7f774361b68b183c23
\ No newline at end of file
#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice.
#Thu Apr 04 14:22:31 CST 2019
junit-4.8.2.jar>repo.jenkins-ci.org=
junit-4.8.2.pom>repo.jenkins-ci.org=
c94f54227b08100974c36170dcb53329435fe5ad
\ No newline at end of file
<?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 ">
<modelVersion>4.0.0</modelVersion>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.8.2</version>
<packaging>jar</packaging>
<name>JUnit</name>
<url>http://junit.org</url>
<description>
JUnit is a regression testing framework. It is used by the developer who implements unit tests in Java.
</description>
<organization>
<name>JUnit</name>
<url>http://www.junit.org</url>
</organization>
<licenses>
<license>
<name>Common Public License Version 1.0</name>
<url>http://www.opensource.org/licenses/cpl1.0.txt</url>
</license>
</licenses>
<scm>
<url>http://github.com/KentBeck/junit</url>
<connection>scm:git:git://github.com/KentBeck/junit.git</connection>
</scm>
<dependencies>
<!-- this dependency is included in the jar, see MAVENUPLOAD-1651
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-core</artifactId>
<version>1.1</version>
</dependency>
-->
</dependencies>
<developers>
<developer>
<name>Erich Gamma</name>
</developer>
<developer>
<name>Kent Beck</name>
</developer>
<developer>
<name>David Saff</name>
</developer>
</developers>
</project>
c9c2d21b75368533f8a5ec1fefa2633989e80294
\ No newline at end of file
#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice.
#Thu Apr 04 14:21:11 CST 2019
apache-1.pom>repo.jenkins-ci.org=
<?xml version="1.0" encoding="UTF-8"?>
<!--
~ Copyright 2005-2006 The Apache Software Foundation.
~
~ Licensed under the Apache License, Version 2.0 (the "License");
~ you may not use this file except in compliance with the License.
~ You may obtain a copy of the License at
~
~ http://www.apache.org/licenses/LICENSE-2.0
~
~ Unless required by applicable law or agreed to in writing, software
~ distributed under the License is distributed on an "AS IS" BASIS,
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
~ See the License for the specific language governing permissions and
~ limitations under the License.
--><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>
<!-- Shared parent. Doesn't define a lot of things about Apache like general mailing lists, but does
define the settings common to all projects at Apache -->
<groupId>org.apache</groupId>
<artifactId>apache</artifactId>
<version>1</version>
<packaging>pom</packaging>
<name>The Apache Software Foundation</name>
<description>
The Apache Software Foundation provides support for the Apache community of open-source software projects.
The Apache projects are characterized by a collaborative, consensus based development process, an open and
pragmatic software license, and a desire to create high quality software that leads the way in its field.
We consider ourselves not simply a group of projects sharing a server, but rather a community of developers
and users.
</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>
<organization>
<name>Apache Software Foundation</name>
<url>http://www.apache.org/</url>
</organization>
<url>http://www.apache.org/</url>
<distributionManagement>
<!-- Site omitted - each project must provide their own -->
<repository>
<id>apache.releases</id>
<name>Apache Release Distribution Repository</name>
<url>scp://minotaur.apache.org/www/www.apache.org/dist/maven-repository</url>
</repository>
<snapshotRepository>
<id>apache.snapshots</id>
<name>Apache Development Snapshot Repository</name>
<url>scp://minotaur.apache.org/www/cvs.apache.org/maven-snapshot-repository</url>
</snapshotRepository>
</distributionManagement>
<mailingLists>
<mailingList>
<name>Apache Announce List</name>
<subscribe>announce-subscribe@apache.org</subscribe>
<unsubscribe>announce-unsubscribe@apache.org</unsubscribe>
<post>announce@apache.org</post>
<archive>http://mail-archives.apache.org/mod_mbox/www-announce/</archive>
</mailingList>
</mailingLists>
</project>
c5ad83a72de5b220b47df26d29a952aaddbaf8b0
\ No newline at end of file
#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice.
#Thu Apr 04 14:21:25 CST 2019
commons-parent-39.pom>repo.jenkins-ci.org=
4bc32d3cda9f07814c548492af7bf19b21798d46
\ No newline at end of file
#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice.
#Thu Apr 04 14:22:31 CST 2019
doxia-core-1.1.2.jar>repo.jenkins-ci.org=
doxia-core-1.1.2.pom>repo.jenkins-ci.org=
30b5f95ed31d612ad3c64af82904f82e6d4ab29c
\ No newline at end of file
<?xml version="1.0" encoding="UTF-8"?>
<!--
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
distributed with this work for additional information
regarding copyright ownership. The ASF licenses this file
to you under the Apache License, Version 2.0 (the
"License"); you may not use this file except in compliance
with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing,
software distributed under the License is distributed on an
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.
-->
<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.apache.maven.doxia</groupId>
<artifactId>doxia</artifactId>
<version>1.1.2</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>doxia-core</artifactId>
<name>Doxia :: Core</name>
<description>Doxia core classes and interfaces.</description>
<dependencies>
<dependency>
<groupId>org.apache.maven.doxia</groupId>
<artifactId>doxia-sink-api</artifactId>
</dependency>
<dependency>
<groupId>org.apache.maven.doxia</groupId>
<artifactId>doxia-logging-api</artifactId>
</dependency>
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-utils</artifactId>
</dependency>
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-container-default</artifactId>
</dependency>
<dependency>
<groupId>xerces</groupId>
<artifactId>xercesImpl</artifactId>
<version>2.8.1</version>
</dependency>
<dependency>
<groupId>commons-lang</groupId>
<artifactId>commons-lang</artifactId>
<version>2.4</version>
</dependency>
<dependency>
<groupId>commons-httpclient</groupId>
<artifactId>commons-httpclient</artifactId>
<version>3.1</version>
</dependency>
<!-- test -->
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<executions>
<execution>
<goals>
<goal>test-jar</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.codehaus.modello</groupId>
<artifactId>modello-maven-plugin</artifactId>
<executions>
<execution>
<id>descriptor</id>
<phase>generate-sources</phase>
<goals>
<goal>java</goal>
<goal>xpp3-reader</goal>
<goal>xpp3-writer</goal>
<goal>xsd</goal>
</goals>
</execution>
<execution>
<id>docs</id>
<phase>pre-site</phase>
<goals>
<goal>xdoc</goal>
<goal>xsd</goal>
</goals>
</execution>
</executions>
<configuration>
<version>1.0.1</version>
<models>
<model>src/main/mdo/document.mdo</model>
</models>
</configuration>
</plugin>
</plugins>
</build>
</project>
8b1daa68be3d5596235cd59ff4017673a2a9b2be
\ No newline at end of file
#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice.
#Thu Apr 04 14:22:31 CST 2019
doxia-decoration-model-1.1.2.pom>repo.jenkins-ci.org=
doxia-decoration-model-1.1.2.jar>repo.jenkins-ci.org=
<?xml version="1.0" encoding="UTF-8"?>
<!--
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
distributed with this work for additional information
regarding copyright ownership. The ASF licenses this file
to you under the Apache License, Version 2.0 (the
"License"); you may not use this file except in compliance
with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing,
software distributed under the License is distributed on an
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.
-->
<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>
<artifactId>doxia-sitetools</artifactId>
<groupId>org.apache.maven.doxia</groupId>
<version>1.1.2</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>doxia-decoration-model</artifactId>
<name>Doxia Sitetools :: Decoration Model</name>
<description>The Decoration Model handles the site descriptor, also known as site.xml.</description>
<dependencies>
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-utils</artifactId>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.codehaus.modello</groupId>
<artifactId>modello-maven-plugin</artifactId>
<configuration>
<models>
<model>src/main/mdo/decoration.mdo</model>
</models>
<version>1.0.1</version>
<firstVersion>1.0.0</firstVersion>
</configuration>
<executions>
<execution>
<id>descriptor</id>
<phase>generate-sources</phase>
<goals>
<goal>xpp3-writer</goal>
<goal>java</goal>
<goal>xpp3-reader</goal>
<goal>xsd</goal>
</goals>
</execution>
<execution>
<id>descriptor-site</id>
<phase>pre-site</phase>
<goals>
<goal>xdoc</goal>
<goal>xsd</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-maven-plugin</artifactId>
<executions>
<execution>
<goals>
<goal>descriptor</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
</project>
#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice.
#Thu Apr 04 14:22:31 CST 2019
doxia-logging-api-1.1.2.jar>repo.jenkins-ci.org=
doxia-logging-api-1.1.2.pom>repo.jenkins-ci.org=
13b7385b902c62e0bf7d81b57115c09de92c7dfd
\ No newline at end of file
<?xml version="1.0" encoding="UTF-8"?>
<!--
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
distributed with this work for additional information
regarding copyright ownership. The ASF licenses this file
to you under the Apache License, Version 2.0 (the
"License"); you may not use this file except in compliance
with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing,
software distributed under the License is distributed on an
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.
-->
<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>
<artifactId>doxia</artifactId>
<groupId>org.apache.maven.doxia</groupId>
<version>1.1.2</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>doxia-logging-api</artifactId>
<name>Doxia :: Logging API</name>
<description>Doxia Logging API.</description>
<dependencies>
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-container-default</artifactId>
</dependency>
</dependencies>
</project>
4b9beb2341dcf0755f60503fc210eb9d015b4fba
\ No newline at end of file
#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice.
#Thu Apr 04 14:22:31 CST 2019
doxia-module-fml-1.1.2.jar>repo.jenkins-ci.org=
doxia-module-fml-1.1.2.pom>repo.jenkins-ci.org=
923531d55433db173b9479cd7af7ef5c2ee023da
\ No newline at end of file
<?xml version="1.0" encoding="UTF-8"?>
<!--
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
distributed with this work for additional information
regarding copyright ownership. The ASF licenses this file
to you under the Apache License, Version 2.0 (the
"License"); you may not use this file except in compliance
with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing,
software distributed under the License is distributed on an
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.
-->
<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>
<artifactId>doxia-modules</artifactId>
<groupId>org.apache.maven.doxia</groupId>
<version>1.1.2</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>doxia-module-fml</artifactId>
<name>Doxia :: FML Module</name>
<description>A Doxia module for FML source documents.</description>
<dependencies>
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-utils</artifactId>
</dependency>
<!-- test -->
<dependency>
<groupId>org.apache.maven.doxia</groupId>
<artifactId>doxia-test-docs</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>xerces</groupId>
<artifactId>xercesImpl</artifactId>
<version>2.8.1</version>
<scope>test</scope>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.codehaus.modello</groupId>
<artifactId>modello-maven-plugin</artifactId>
<executions>
<execution>
<id>descriptor</id>
<phase>generate-sources</phase>
<goals>
<goal>java</goal>
</goals>
<configuration>
<models>
<model>src/main/mdo/fml.mdo</model>
</models>
<version>1.0.0</version>
</configuration>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-maven-plugin</artifactId>
<configuration>
<descriptors>
<descriptor>src/main/components/components.xml</descriptor>
<descriptor>target/generated-resources/plexus/META-INF/plexus/components.xml</descriptor>
</descriptors>
</configuration>
<executions>
<execution>
<goals>
<goal>merge-descriptors</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
<profiles>
<profile>
<id>reporting</id>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-antrun-plugin</artifactId>
<executions>
<execution>
<phase>site</phase>
<configuration>
<tasks>
<taskdef name="xsddoc" classname="net.sf.xframe.xsddoc.Task" />
<condition property="dir" value="${project.reporting.outputDirectory}/xsddoc">
<matches string="${project.reporting.outputDirectory}" pattern="^${basedir}" />
</condition>
<condition property="dir" value="${basedir}/${project.reporting.outputDirectory}/xsddoc">
<not>
<isset property="dir" />
</not>
</condition>
<mkdir dir="${dir}" />
<xsddoc file="${basedir}/src/main/resources/fml-1.0.1.xsd" out="${dir}" doctitle="Reference of Schema FML 1.0.1" verbose="true" />
</tasks>
</configuration>
<goals>
<goal>run</goal>
</goals>
</execution>
</executions>
<dependencies>
<dependency>
<groupId>xsddoc</groupId>
<artifactId>xsddoc</artifactId>
<version>1.0</version>
<exclusions>
<exclusion>
<groupId>ant</groupId>
<artifactId>ant</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.apache.ant</groupId>
<artifactId>ant-apache-regexp</artifactId>
<version>1.7.1</version>
</dependency>
<dependency>
<groupId>xalan</groupId>
<artifactId>xalan</artifactId>
<version>2.7.1</version>
</dependency>
</dependencies>
</plugin>
</plugins>
</build>
</profile>
</profiles>
</project>
a67977d8431a26fa886640f3c465f77cbdfa8ea7
\ No newline at end of file
#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice.
#Thu Apr 04 14:22:31 CST 2019
doxia-module-xhtml-1.1.2.jar>repo.jenkins-ci.org=
doxia-module-xhtml-1.1.2.pom>repo.jenkins-ci.org=
11566856aa0bd7780842de4be791d583df8ad8bf
\ No newline at end of file
<?xml version="1.0" encoding="UTF-8"?>
<!--
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
distributed with this work for additional information
regarding copyright ownership. The ASF licenses this file
to you under the Apache License, Version 2.0 (the
"License"); you may not use this file except in compliance
with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing,
software distributed under the License is distributed on an
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.
-->
<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>
<artifactId>doxia-modules</artifactId>
<groupId>org.apache.maven.doxia</groupId>
<version>1.1.2</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>doxia-module-xhtml</artifactId>
<name>Doxia :: XHTML Module</name>
<description>A Doxia module for Xhtml source documents.</description>
<dependencies>
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-utils</artifactId>
</dependency>
</dependencies>
</project>
\ No newline at end of file
3bc83b22bf4b654b2ed2c1b902b0cabde23c0e4c
\ No newline at end of file
#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice.
#Thu Apr 04 14:21:20 CST 2019
doxia-modules-1.1.2.pom>repo.jenkins-ci.org=
<?xml version="1.0" encoding="UTF-8"?>
<!--
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
distributed with this work for additional information
regarding copyright ownership. The ASF licenses this file
to you under the Apache License, Version 2.0 (the
"License"); you may not use this file except in compliance
with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing,
software distributed under the License is distributed on an
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.
--><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>
<artifactId>doxia</artifactId>
<groupId>org.apache.maven.doxia</groupId>
<version>1.1.2</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>doxia-modules</artifactId>
<name>Doxia :: Modules</name>
<packaging>pom</packaging>
<description>Doxia modules for several markup languages.</description>
<modules>
<module>doxia-module-apt</module>
<module>doxia-module-confluence</module>
<module>doxia-module-docbook-simple</module>
<module>doxia-module-fml</module>
<module>doxia-module-fo</module>
<module>doxia-module-itext</module>
<module>doxia-module-latex</module>
<module>doxia-module-rtf</module>
<module>doxia-module-twiki</module>
<module>doxia-module-xdoc</module>
<module>doxia-module-xhtml</module>
</modules>
<dependencies>
<dependency>
<groupId>org.apache.maven.doxia</groupId>
<artifactId>doxia-core</artifactId>
</dependency>
<dependency>
<groupId>org.apache.maven.doxia</groupId>
<artifactId>doxia-sink-api</artifactId>
</dependency>
<!-- test -->
<dependency>
<groupId>org.apache.maven.doxia</groupId>
<artifactId>doxia-core</artifactId>
<type>test-jar</type>
<scope>test</scope>
</dependency>
</dependencies>
</project>
140b04b333b6c55dc713e3d6903af857bec7148f
\ No newline at end of file
#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. #NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice.
#Wed Mar 27 14:12:24 CST 2019 #Thu Apr 04 14:22:31 CST 2019
doxia-sink-api-1.0.jar>repo.jenkins-ci.org=
doxia-sink-api-1.0.pom>repo.jenkins-ci.org= doxia-sink-api-1.0.pom>repo.jenkins-ci.org=
13f502f2fb1d4e2db6f19352c85b83277084bb98
\ No newline at end of file
#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice.
#Thu Apr 04 14:21:03 CST 2019
doxia-sink-api-1.1.2.pom>repo.jenkins-ci.org=
<?xml version="1.0" encoding="UTF-8"?>
<!--
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
distributed with this work for additional information
regarding copyright ownership. The ASF licenses this file
to you under the Apache License, Version 2.0 (the
"License"); you may not use this file except in compliance
with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing,
software distributed under the License is distributed on an
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.
-->
<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>
<artifactId>doxia</artifactId>
<groupId>org.apache.maven.doxia</groupId>
<version>1.1.2</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>doxia-sink-api</artifactId>
<name>Doxia :: Sink API</name>
<description>Doxia Sink API.</description>
<dependencies>
<dependency>
<groupId>org.apache.maven.doxia</groupId>
<artifactId>doxia-logging-api</artifactId>
</dependency>
</dependencies>
</project>
75136eed3dde652c62a0e6381e9a2c9aa7d4e406
\ No newline at end of file
#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice.
#Thu Apr 04 14:22:31 CST 2019
doxia-site-renderer-1.1.2.jar>repo.jenkins-ci.org=
doxia-site-renderer-1.1.2.pom>repo.jenkins-ci.org=
3b089bbe153468845e6caabd35c2a8b879939ee4
\ No newline at end of file
<?xml version="1.0" encoding="UTF-8"?>
<!--
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
distributed with this work for additional information
regarding copyright ownership. The ASF licenses this file
to you under the Apache License, Version 2.0 (the
"License"); you may not use this file except in compliance
with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing,
software distributed under the License is distributed on an
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.
-->
<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>
<artifactId>doxia-sitetools</artifactId>
<groupId>org.apache.maven.doxia</groupId>
<version>1.1.2</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>doxia-site-renderer</artifactId>
<name>Doxia Sitetools :: Site Renderer Component</name>
<description>The Site Renderer handles the rendering of sites.</description>
<contributors>
<contributor>
<name>Vincent Siveton</name>
<email>vsiveton@apache.org</email>
<organization>Apache Software Foundation</organization>
<roles>
<role>Java Developer</role>
</roles>
<timezone>-5</timezone>
</contributor>
</contributors>
<dependencies>
<!-- doxia -->
<dependency>
<groupId>org.apache.maven.doxia</groupId>
<artifactId>doxia-core</artifactId>
</dependency>
<dependency>
<groupId>org.apache.maven.doxia</groupId>
<artifactId>doxia-logging-api</artifactId>
</dependency>
<dependency>
<groupId>org.apache.maven.doxia</groupId>
<artifactId>doxia-sink-api</artifactId>
</dependency>
<dependency>
<groupId>org.apache.maven.doxia</groupId>
<artifactId>doxia-decoration-model</artifactId>
</dependency>
<!-- The modules are not in doxia core anymore so you have to state a dependency so that
the component descriptor gets picked up. -->
<dependency>
<groupId>org.apache.maven.doxia</groupId>
<artifactId>doxia-module-apt</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.maven.doxia</groupId>
<artifactId>doxia-module-confluence</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.maven.doxia</groupId>
<artifactId>doxia-module-docbook-simple</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.maven.doxia</groupId>
<artifactId>doxia-module-xdoc</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.maven.doxia</groupId>
<artifactId>doxia-module-xhtml</artifactId>
</dependency>
<dependency>
<groupId>org.apache.maven.doxia</groupId>
<artifactId>doxia-module-fml</artifactId>
</dependency>
<!-- plexus -->
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-i18n</artifactId>
</dependency>
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-container-default</artifactId>
</dependency>
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-velocity</artifactId>
<version>1.1.7</version>
<exclusions>
<exclusion>
<groupId>commons-collections</groupId>
<artifactId>commons-collections</artifactId>
</exclusion>
<exclusion>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-component-api</artifactId>
</exclusion>
<exclusion>
<groupId>velocity</groupId>
<artifactId>velocity</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-utils</artifactId>
</dependency>
<!-- misc -->
<dependency>
<groupId>org.apache.velocity</groupId>
<artifactId>velocity</artifactId>
<version>1.5</version>
</dependency>
<dependency>
<groupId>commons-collections</groupId>
<artifactId>commons-collections</artifactId>
<version>3.2</version>
</dependency>
<!-- test -->
<dependency>
<groupId>org.apache.maven.doxia</groupId>
<artifactId>doxia-core</artifactId>
<version>${doxiaVersion}</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>
<dependency>
<groupId>htmlunit</groupId>
<artifactId>htmlunit</artifactId>
<version>1.13</version>
<scope>test</scope>
</dependency>
</dependencies>
<profiles>
<profile>
<id>reporting</id>
<reporting>
<plugins>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>l10n-maven-plugin</artifactId>
<version>1.0-alpha-2</version>
<configuration>
<locales>
<locale>de</locale>
<locale>en</locale>
<locale>es</locale>
<locale>fr</locale>
<locale>it</locale>
<locale>ja</locale>
<locale>nl</locale>
<locale>pl</locale>
<locale>pt_BR</locale>
<locale>zh_CN</locale>
</locales>
</configuration>
</plugin>
</plugins>
</reporting>
</profile>
</profiles>
</project>
d573268a39d0a32d2953c64cb50a41310a4a0e54
\ No newline at end of file
#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice.
#Thu Apr 04 14:21:14 CST 2019
doxia-sitetools-1.1.2.pom>repo.jenkins-ci.org=
bd8d1ffc9be982aa9522fa7919e31bf3db453941
\ No newline at end of file
#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice.
#Thu Apr 04 14:21:04 CST 2019
doxia-1.1.2.pom>repo.jenkins-ci.org=
668f8032acaaab3e4afd14ddc2553e60cb583d46
\ No newline at end of file
#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice.
#Thu Apr 04 14:22:31 CST 2019
maven-aether-provider-3.0.pom>repo.jenkins-ci.org=
maven-aether-provider-3.0.jar>repo.jenkins-ci.org=
419f5eb63cf743a1a0f2a80ea5dde37fd1a4fec0
\ No newline at end of file
<?xml version="1.0" encoding="UTF-8"?>
<!--
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
distributed with this work for additional information
regarding copyright ownership. The ASF licenses this file
to you under the Apache License, Version 2.0 (the
"License"); you may not use this file except in compliance
with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing,
software distributed under the License is distributed on an
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.
-->
<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.apache.maven</groupId>
<artifactId>maven</artifactId>
<version>3.0</version>
</parent>
<artifactId>maven-aether-provider</artifactId>
<name>Maven Aether Provider</name>
<description>
This module provides extensions to Aether for utilizing the Maven POM and Maven metadata.
</description>
<dependencies>
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-model-builder</artifactId>
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-repository-metadata</artifactId>
</dependency>
<dependency>
<groupId>org.sonatype.aether</groupId>
<artifactId>aether-api</artifactId>
</dependency>
<dependency>
<groupId>org.sonatype.aether</groupId>
<artifactId>aether-util</artifactId>
</dependency>
<dependency>
<groupId>org.sonatype.aether</groupId>
<artifactId>aether-impl</artifactId>
</dependency>
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-component-annotations</artifactId>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-component-metadata</artifactId>
</plugin>
</plugins>
</build>
</project>
a3e7fa0d4d0d26f901c919173681bab824c5588c
\ No newline at end of file
#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice.
#Thu Apr 04 14:20:55 CST 2019
maven-artifact-manager-2.0.10.pom>repo.jenkins-ci.org=
<?xml version="1.0" encoding="UTF-8"?>
<!--
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
distributed with this work for additional information
regarding copyright ownership. The ASF licenses this file
to you under the Apache License, Version 2.0 (the
"License"); you may not use this file except in compliance
with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing,
software distributed under the License is distributed on an
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.
-->
<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>maven</artifactId>
<groupId>org.apache.maven</groupId>
<version>2.0.10</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>maven-artifact-manager</artifactId>
<name>Maven Artifact Manager</name>
<dependencies>
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-repository-metadata</artifactId>
</dependency>
<dependency>
<groupId>org.apache.maven.wagon</groupId>
<artifactId>wagon-file</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-utils</artifactId>
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-artifact</artifactId>
</dependency>
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-container-default</artifactId>
</dependency>
<dependency>
<groupId>org.apache.maven.wagon</groupId>
<artifactId>wagon-provider-api</artifactId>
</dependency>
<dependency>
<groupId>easymock</groupId>
<artifactId>easymock</artifactId>
<version>1.2_Java1.3</version>
<scope>test</scope>
</dependency>
</dependencies>
<build>
<pluginManagement>
<plugins>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<excludes>
<exclude>**/testutils/**</exclude>
</excludes>
</configuration>
</plugin>
</plugins>
</pluginManagement>
</build>
</project>
46d1bab9afd325c06e6c26510215949f955e7636
\ No newline at end of file
#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. #NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice.
#Wed Mar 27 14:13:38 CST 2019 #Thu Apr 04 14:22:31 CST 2019
maven-artifact-manager-2.0.2.jar>repo.jenkins-ci.org=
maven-artifact-manager-2.0.2.pom>repo.jenkins-ci.org= maven-artifact-manager-2.0.2.pom>repo.jenkins-ci.org=
982eee8d0feb92587beb60874c731febc6d9ed9d
\ No newline at end of file
#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice.
#Thu Apr 04 14:20:57 CST 2019
maven-artifact-2.0.10.pom>repo.jenkins-ci.org=
<?xml version="1.0" encoding="UTF-8"?>
<!--
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
distributed with this work for additional information
regarding copyright ownership. The ASF licenses this file
to you under the Apache License, Version 2.0 (the
"License"); you may not use this file except in compliance
with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing,
software distributed under the License is distributed on an
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.
-->
<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>maven</artifactId>
<groupId>org.apache.maven</groupId>
<version>2.0.10</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>maven-artifact</artifactId>
<name>Maven Artifact</name>
<dependencies>
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-utils</artifactId>
</dependency>
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-container-default</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
</project>
79570a5cf88d69f6472f9b65f86372b6d84a4254
\ No newline at end of file
#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice.
#Thu Apr 04 14:22:31 CST 2019
maven-artifact-3.0.jar>repo.jenkins-ci.org=
maven-artifact-3.0.pom>repo.jenkins-ci.org=
c29cfa43ce2ba09975a07c40d7241655d7c2fa29
\ No newline at end of file
<?xml version="1.0" encoding="UTF-8"?>
<!--
Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE
file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file
to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by
applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language
governing permissions and limitations under the License.
-->
<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.apache.maven</groupId>
<artifactId>maven</artifactId>
<version>3.0</version>
</parent>
<artifactId>maven-artifact</artifactId>
<name>Maven Artifact</name>
<dependencies>
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-utils</artifactId>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-component-metadata</artifactId>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>1.5</source>
<target>1.5</target>
</configuration>
</plugin>
</plugins>
</build>
</project>
6823c7ad1a5557c2f96bd2fd312948513af8e524
\ No newline at end of file
#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. #NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice.
#Wed Mar 27 14:14:53 CST 2019 #Thu Apr 04 14:20:40 CST 2019
maven-core-3.0.jar>repo.jenkins-ci.org= maven-core-3.0.jar>repo.jenkins-ci.org=
maven-core-3.0.pom>repo.jenkins-ci.org=
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment