Edit C:\Users\Admin\.m2\repository\org\apache\maven\doxia\doxia-sitetools\1.2\doxia-sitetools-1.2.pom
<?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-parent</artifactId> <version>19</version> <relativePath>../../pom/maven/pom.xml</relativePath> </parent> <groupId>org.apache.maven.doxia</groupId> <artifactId>doxia-sitetools</artifactId> <version>1.2</version> <packaging>pom</packaging> <name>Doxia Sitetools</name> <description>Doxia Sitetools generates sites, consisting of static and dynamic content that was generated by Doxia.</description> <url>http://maven.apache.org/doxia/doxia-sitetools/</url> <inceptionYear>2005</inceptionYear> <mailingLists> <mailingList> <name>Doxia Developer List</name> <post>doxia-dev@maven.apache.org</post> <subscribe>doxia-dev-subscribe@maven.apache.org</subscribe> <unsubscribe>doxia-dev-unsubscribe@maven.apache.org</unsubscribe> <archive>http://mail-archives.apache.org/mod_mbox/maven-doxia-dev/</archive> <otherArchives> <otherArchive>http://www.mail-archive.com/doxia-dev@maven.apache.org</otherArchive> <otherArchive>http://www.nabble.com/Doxia---dev-f11816.html</otherArchive> <otherArchive>http://markmail.org/list/org.apache.maven.doxia-dev</otherArchive> </otherArchives> </mailingList> <mailingList> <name>Doxia User List</name> <post>doxia-users@maven.apache.org</post> <subscribe>doxia-users-subscribe@maven.apache.org</subscribe> <unsubscribe>doxia-users-unsubscribe@maven.apache.org</unsubscribe> <archive>http://mail-archives.apache.org/mod_mbox/maven-doxia-users/</archive> <otherArchives> <otherArchive>http://www.mail-archive.com/doxia-users@maven.apache.org</otherArchive> <otherArchive>http://www.nabble.com/Doxia---Users-f14483.html</otherArchive> <otherArchive>http://markmail.org/list/org.apache.maven.doxia-users</otherArchive> </otherArchives> </mailingList> <mailingList> <name>Doxia Commits List</name> <subscribe>doxia-commits-subscribe@maven.apache.org</subscribe> <unsubscribe>doxia-commits-unsubscribe@maven.apache.org</unsubscribe> <archive>http://mail-archives.apache.org/mod_mbox/maven-doxia-commits/</archive> <otherArchives> <otherArchive>http://www.mail-archive.com/doxia-commits@maven.apache.org</otherArchive> <otherArchive>http://markmail.org/list/org.apache.maven.doxia-commits</otherArchive> </otherArchives> </mailingList> <mailingList> <name>Maven Issues List</name> <subscribe>issues-subscribe@maven.apache.org</subscribe> <unsubscribe>issues-unsubscribe@maven.apache.org</unsubscribe> <archive>http://mail-archives.apache.org/mod_mbox/maven-issues/</archive> <otherArchives> <otherArchive>http://www.mail-archive.com/issues@maven.apache.org</otherArchive> <otherArchive>http://www.nabble.com/Maven---Issues-f15573.html</otherArchive> <otherArchive>http://markmail.org/list/org.apache.maven.issues</otherArchive> </otherArchives> </mailingList> </mailingLists> <prerequisites> <maven>2.0.4</maven> </prerequisites> <modules> <module>doxia-decoration-model</module> <module>doxia-doc-renderer</module> <module>doxia-site-renderer</module> </modules> <scm> <connection>scm:svn:http://svn.apache.org/repos/asf/maven/doxia/doxia-sitetools/tags/doxia-sitetools-1.2</connection> <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/doxia/doxia-sitetools/tags/doxia-sitetools-1.2</developerConnection> <url>http://svn.apache.org/viewcvs.cgi/maven/doxia/doxia-sitetools/tags/doxia-sitetools-1.2</url> </scm> <issueManagement> <system>jira</system> <url>http://jira.codehaus.org/browse/DOXIASITETOOLS</url> </issueManagement> <ciManagement> <system>Jenkins</system> <url>https://builds.apache.org/hudson/job/doxia-sitetools/</url> </ciManagement> <distributionManagement> <site> <id>apache.website</id> <url>scp://people.apache.org/www/maven.apache.org/doxia/doxia-sitetools</url> </site> </distributionManagement> <properties> <projectVersion>${project.version}</projectVersion> <doxiaVersion>1.2</doxiaVersion> </properties> <dependencyManagement> <dependencies> <!-- doxia --> <dependency> <groupId>org.apache.maven.doxia</groupId> <artifactId>doxia-logging-api</artifactId> <version>${doxiaVersion}</version> </dependency> <dependency> <groupId>org.apache.maven.doxia</groupId> <artifactId>doxia-sink-api</artifactId> <version>${doxiaVersion}</version> </dependency> <dependency> <groupId>org.apache.maven.doxia</groupId> <artifactId>doxia-core</artifactId> <version>${doxiaVersion}</version> </dependency> <dependency> <groupId>org.apache.maven.doxia</groupId> <artifactId>doxia-module-apt</artifactId> <version>${doxiaVersion}</version> </dependency> <dependency> <groupId>org.apache.maven.doxia</groupId> <artifactId>doxia-module-confluence</artifactId> <version>${doxiaVersion}</version> </dependency> <dependency> <groupId>org.apache.maven.doxia</groupId> <artifactId>doxia-module-docbook-simple</artifactId> <version>${doxiaVersion}</version> </dependency> <dependency> <groupId>org.apache.maven.doxia</groupId> <artifactId>doxia-module-fml</artifactId> <version>${doxiaVersion}</version> </dependency> <dependency> <groupId>org.apache.maven.doxia</groupId> <artifactId>doxia-module-xdoc</artifactId> <version>${doxiaVersion}</version> </dependency> <dependency> <groupId>org.apache.maven.doxia</groupId> <artifactId>doxia-module-xhtml</artifactId> <version>${doxiaVersion}</version> </dependency> <dependency> <groupId>org.apache.maven.doxia</groupId> <artifactId>doxia-decoration-model</artifactId> <version>${projectVersion}</version> </dependency> <!-- Plexus --> <dependency> <groupId>org.codehaus.plexus</groupId> <artifactId>plexus-container-default</artifactId> <version>1.0-alpha-30</version> </dependency> <dependency> <groupId>org.codehaus.plexus</groupId> <artifactId>plexus-i18n</artifactId> <version>1.0-beta-7</version> <exclusions> <exclusion> <groupId>org.codehaus.plexus</groupId> <artifactId>plexus-component-api</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.codehaus.plexus</groupId> <artifactId>plexus-utils</artifactId> <version>2.0.5</version> </dependency> </dependencies> </dependencyManagement> <dependencies> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>3.8.2</version> <scope>test</scope> </dependency> </dependencies> <build> <resources> <resource> <directory>src/main/resources</directory> </resource> <resource> <directory>${project.build.directory}/generated-site/xsd</directory> <includes> <include>**/*.xsd</include> </includes> </resource> </resources> <pluginManagement> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> <configuration> <source>1.5</source> <target>1.5</target> </configuration> </plugin> <plugin> <groupId>org.codehaus.modello</groupId> <artifactId>modello-maven-plugin</artifactId> <configuration> <useJava5>true</useJava5> </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-release-plugin</artifactId> <configuration> <tagBase>https://svn.apache.org/repos/asf/maven/doxia/doxia-sitetools/tags</tagBase> </configuration> </plugin> <!-- TODO need to upgrade to last version or Maven parent version --> <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>clirr-maven-plugin</artifactId> <configuration> <comparisonVersion>1.1</comparisonVersion> </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-javadoc-plugin</artifactId> <version>2.7</version> <configuration> <source>1.5</source> <links> <link>http://java.sun.com/j2se/1.4.2/docs/api/</link> <link>http://plexus.codehaus.org/plexus-utils/apidocs/</link> <link>http://junit.sourceforge.net/javadoc/</link> </links> <tagletArtifacts> <tagletArtifact> <groupId>org.codehaus.plexus</groupId> <artifactId>plexus-component-javadoc</artifactId> <version>1.5.5</version> </tagletArtifact> </tagletArtifacts> </configuration> </plugin> <plugin> <artifactId>maven-site-plugin</artifactId> <configuration> <stagingSiteURL>scp://people.apache.org/www/maven.apache.org/doxia/doxia-sitetools-${project.version}</stagingSiteURL> </configuration> </plugin> </plugins> </pluginManagement> <plugins> <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>clirr-maven-plugin</artifactId> <executions> <execution> <phase>verify</phase> <goals> <goal>check</goal> </goals> <configuration> <excludes> <exclude>org/apache/maven/doxia/site/decoration/*</exclude> </excludes> </configuration> </execution> </executions> </plugin> </plugins> </build> <profiles> <profile> <id>reporting</id> <reporting> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-javadoc-plugin</artifactId> <configuration> <source>1.5</source> <links> <link>http://java.sun.com/j2se/1.4.2/docs/api/</link> <link>http://plexus.codehaus.org/plexus-utils/apidocs/</link> <link>http://junit.sourceforge.net/javadoc/</link> </links> <tagletArtifacts> <tagletArtifact> <groupId>org.codehaus.plexus</groupId> <artifactId>plexus-component-javadoc</artifactId> <version>1.5.5</version> </tagletArtifact> </tagletArtifacts> </configuration> </plugin> <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>cobertura-maven-plugin</artifactId> <version>2.4</version> </plugin> <plugin> <artifactId>maven-pmd-plugin</artifactId> <version>2.5</version> <configuration> <targetJdk>1.5</targetJdk> </configuration> </plugin> </plugins> </reporting> </profile> <profile> <id>reporting-aggregate</id> <!-- To generate aggregate reports --> <!-- To deploy both aggregate reports for top-level project and standalone reports for modules, call mvn site -Preporting mvn site:deploy mvn site -Preporting-aggregate mvn -N site:deploy --> <reporting> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-jxr-plugin</artifactId> <configuration> <aggregate>true</aggregate> </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-javadoc-plugin</artifactId> <configuration> <aggregate>true</aggregate> <source>1.5</source> <links> <link>http://java.sun.com/j2se/1.4.2/docs/api/</link> <link>http://plexus.codehaus.org/plexus-utils/apidocs/</link> <link>http://junit.sourceforge.net/javadoc/</link> </links> <tagletArtifacts> <tagletArtifact> <groupId>org.codehaus.plexus</groupId> <artifactId>plexus-component-javadoc</artifactId> <version>1.5.5</version> </tagletArtifact> </tagletArtifacts> </configuration> <reportSets> <reportSet> <reports> <report>aggregate</report> <report>test-aggregate</report> </reports> </reportSet> </reportSets> </plugin> </plugins> </reporting> </profile> <profile> <id>m2e</id> <properties> <m2BuildDirectory>target</m2BuildDirectory> </properties> <activation> <property> <name>m2e.version</name> </property> </activation> <build> <directory>${m2BuildDirectory}</directory> <plugins> <plugin> <groupId>org.maven.ide.eclipse</groupId> <artifactId>lifecycle-mapping</artifactId> <version>0.10.0</version> <configuration> <mappingId>customizable</mappingId> <configurators> <configurator id="org.maven.ide.eclipse.jdt.javaConfigurator" /> <configurator id="org.maven.ide.eclipse.modello.modelloConfigurator" /> <configurator id="org.maven.ide.eclipse.plexus.annotations.plexusConfigurator" /> </configurators> <mojoExecutions> <mojoExecution>org.apache.maven.plugins:maven-resources-plugin::</mojoExecution> </mojoExecutions> </configuration> </plugin> </plugins> </build> </profile> </profiles> </project>
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de