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

openutils deployment tools 2.2
by Openmind

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

Openutils deployment tools

More information about this project can be found at:
http://www.openmindlab.com/lab/products/deployment.html

Change log and known issues can be found at:
http://jira.openmindlab.com/browse/DEPLOY

Source is available from the subversion repository at:
http://openutils.svn.sourceforge.net/viewcvs.cgi/openutils/tags/openutils-deployment-2.2

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

The preferred way to add openutils deployment tools to your project is using maven.
You can declare the following dependency in your pom.xml:

    <dependency>
      <groupId>net.sourceforge.openutils</groupId>
      <artifactId>openutils-deployment</artifactId>
      <version>2.2</version>
    </dependency>

Alternatively, you can add the openutils-deployment plus the required dependencies
manually to the classpath of your application.


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

Copyright Openmind http://www.openmindonline.it

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.

