===========================================================

${pom.name} ${pom.version}
by ${pom.organization.name}

===========================================================

${pom.description}

More information about this project can be found at:
${pom.url}

Change log and known issues can be found at:
${pom.issueManagement.url}

Source is available from the subversion repository at:
${pom.scm.url}


=========================================
 USAGE
=========================================

The preferred way to add ${pom.name} to your project is using maven.
You can declare the following dependency in your pom.xml:

    <dependency>
      <groupId>${pom.groupId}</groupId>
      <artifactId>${pom.artifactId}</artifactId>
      <version>${pom.version}</version>
      <scope>test</scope>
    </dependency>

Alternatively, you can add the ${pom.artifactId} jar to the classpath
of your application.

=========================================
 LICENSE
=========================================

Copyright Openmind http://www.openmindonline.it

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see <http://www.gnu.org/licenses/>.



=========================================
 GENERAL LEGAL NOTICES
=========================================

Magnolia is a registered trademark of Magnolia International Ltd.

