All Downloads are FREE. Search and download functionalities are using the official Maven repository.

resources.commons-xdoc-templates.no-download-page-template.xml Maven / Gradle / Ivy

Go to download

Apache Maven Mojo for Apache Commons Build tasks. For example: mvn commons-build:download-page [-Dcommons.release.version=1.2.3] To use a SNAPSHOT version (for testing etc) mvn org.apache.commons:commons-build-plugin:1.14.0-SNAPSHOT:download-page [-Dcommons.release.version=1.2.3]

There is a newer version: 1.14.1
Show newest version
<?xml version="1.0"?>
<!--
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.
-->
<!--
 +======================================================================+
 |****                                                              ****|
 |****      THIS FILE IS GENERATED BY THE COMMONS BUILD PLUGIN      ****|
 |****                    DO NOT EDIT DIRECTLY                      ****|
 |****                                                              ****|
 +======================================================================+
 | TEMPLATE FILE: no-download-page-template.xml                         |
 | commons-build-plugin/trunk/src/main/resources/commons-xdoc-templates |
 +======================================================================+
 |                                                                      |
 | 1) Re-generate using: mvn commons:download-page                      |
 |                                                                      |
 | 2) Set the following properties in the component's pom:              |
 |    - commons.componentid (required, alphabetic, lower case)          |
 |    - commons.release.version (required)                              |
 |    - commons.binary.suffix (optional)                                |
 |      (defaults to "-bin", set to "" for pre-maven2 releases)         |
 |                                                                      |
 | 3) Example Properties                                                |
 |                                                                      |
 |  <properties>                                                        |
 |    <commons.componentid>math</commons.componentid>                   |
 |    <commons.release.version>1.2</commons.release.version>            |
 |  </properties>                                                       |
 |                                                                      |
 +======================================================================+
-->
<document>
  <properties>
    <title>Download @NAME@</title>
    <author email="[email protected]">Apache Commons Documentation Team</author>
  </properties>
  <body>
    <section name="Download @NAME@">
      <p>
        There are currently no official releases of this component.
      </p>
    </section>
    <section name="Sandbox Policy">
      <p>
        <strong>NOTE:</strong> For <i>Sandbox</i> components, releases are
        NOT permitted. <i>Sandbox</i> components need to be promoted to
        <i>proper</i> components before a release can be made.
      </p>
    </section>
  </body>
</document>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy