jadort
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.ow2.jasmine</groupId> <artifactId>jadort</artifactId> <version>1.6.3</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - JaDOrT: JASMINe Deployment Orchestration Tool - Copyright (C) 2008-2012 Bull S.A.S. - Copyright (C) 2008-2009 France Telecom R&D - Contact: jasmine@ow2.org - - This library is free software; you can redistribute it and/or - modify it under the terms of the GNU Lesser General Public - License as published by the Free Software Foundation; either - version 2.1 of the License, or any later version. - - This library 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 - Lesser General Public License for more details. - - You should have received a copy of the GNU Lesser General Public - License along with this library; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 - USA - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - $Id: pom.xml 10054 2012-05-30 07:46:36Z jlegrand $ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - --> <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> <parent> <groupId>org.ow2</groupId> <artifactId>ow2</artifactId> <version>1.3</version> </parent> <groupId>org.ow2.jasmine</groupId> <artifactId>jadort</artifactId> <version>1.6.3</version> <name>JASMINe :: JaDOrT</name> <packaging>pom</packaging> <description> The JASMINe Deployment Orchestration Tool (JaDOrT) is a tool for orchestrating the deployment of Java EE applications or OSGi bundles (including uploading, activation and version management), maintenance on a group of JOnAS, Glassfish, JBoss, WebLogic and/or WebSphere servers as well as virtual machines (including Hyper-V, VMWare and Xen; but also many other thanks to the LibVirt support). It gives the user a global view on the deployment operation's state, lets the user undo or redo any action, check for errors and persists all information for later analysis. </description> <url>http://wiki.jasmine.ow2.org/xwiki/bin/view/Main/Deploy#jadort</url> <developers /> <licenses> <license> <name>GNU LESSER GENERAL PUBLIC LICENSE Version 2.1</name> <url>http://www.gnu.org/copyleft/lesser.html</url> </license> </licenses> <properties> <!-- XML-related dependencies --> <jaxb.version>2.1</jaxb.version> <jaxb-impl.version>2.1.12</jaxb-impl.version> <jaxb.plugin.version>0.7.3</jaxb.plugin.version> <!-- Required for API and EJB3 --> <ow2.jasmine.deployme.version>1.2.0</ow2.jasmine.deployme.version> <ow2.jasmine.vmmapi.version>1.1.2</ow2.jasmine.vmmapi.version> <ow2.util.version>1.0.21</ow2.util.version> <modjk.version>5.5.23</modjk.version> <!-- Required for the Flex client --> <flex.version>3.0.0.477</flex.version> <flex.plugin.version>3.2.0</flex.plugin.version> <!-- Required for the console client --> <ow2.easybeans.smartclient.version>1.1.0</ow2.easybeans.smartclient.version> <!-- Plugins and components used for tests --> <cargo.version>1.2.0</cargo.version> <build-helper.version>1.4</build-helper.version> <!-- JOnAS version used in tests --> <ow2.jonas.version>5.2.2</ow2.jonas.version> </properties> <modules> <module>${project.artifactId}-api</module> <module>${project.artifactId}-ejb</module> <module>${project.artifactId}-swf</module> <module>${project.artifactId}-war</module> <module>${project.artifactId}-ear</module> <module>${project.artifactId}-console</module> <module>${project.artifactId}-documentation</module> <module>${project.artifactId}-documentation-and-samples</module> <module>${project.artifactId}-sources</module> </modules> <repositories> <repository> <id>maven2-repository.dev.java.net</id> <url>http://download.java.net/maven/2/</url> <releases> <enabled>true</enabled> </releases> <snapshots> <enabled>false</enabled> </snapshots> </repository> <repository> <id>flexmojos-repository</id> <url>http://repository.sonatype.org/content/groups/flexgroup/</url> <releases> <enabled>true</enabled> </releases> <snapshots> <enabled>false</enabled> </snapshots> </repository> <repository> <id>ow2.old</id> <name>OW2 repository</name> <url>http://maven.ow2.org/maven2</url> <releases> <enabled>true</enabled> </releases> <snapshots> <enabled>false</enabled> </snapshots> </repository> </repositories> <pluginRepositories> <pluginRepository> <id>maven2-repository.dev.java.net</id> <url>http://download.java.net/maven/2</url> <releases> <enabled>true</enabled> </releases> <snapshots> <enabled>false</enabled> </snapshots> </pluginRepository> <pluginRepository> <id>flexmojos-repository</id> <url>http://repository.sonatype.org/content/groups/flexgroup</url> <releases> <enabled>true</enabled> </releases> <snapshots> <enabled>false</enabled> </snapshots> </pluginRepository> </pluginRepositories> <dependencies> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>4.4</version> <scope>test</scope> </dependency> </dependencies> <build> <pluginManagement> <plugins> <plugin> <artifactId>maven-compiler-plugin</artifactId> <version>2.3.2</version> <configuration> <source>1.5</source> <target>1.5</target> </configuration> </plugin> <plugin> <artifactId>maven-ear-plugin</artifactId> <version>2.5</version> </plugin> <plugin> <artifactId>maven-ejb-plugin</artifactId> <version>2.3</version> </plugin> <plugin> <artifactId>maven-resources-plugin</artifactId> <version>2.5</version> </plugin> <plugin> <artifactId>maven-site-plugin</artifactId> <version>2.2</version> </plugin> <plugin> <artifactId>maven-surefire-plugin</artifactId> <version>2.8</version> </plugin> <plugin> <artifactId>maven-war-plugin</artifactId> <version>2.1.1</version> </plugin> <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>build-helper-maven-plugin</artifactId> <version>1.5</version> </plugin> </plugins> </pluginManagement> </build> <prerequisites> <maven>2.1.0</maven> </prerequisites> <scm> <connection>scm:svn:svn://svn.forge.objectweb.org/svnroot/jasmine/jadort/tags/jadort-1.6.3</connection> <developerConnection>scm:svn:svn+ssh://${maven.username}@svn.forge.objectweb.org/svnroot/jasmine/jadort/tags/jadort-1.6.3</developerConnection> <url>http://fisheye.jasmine.objectweb.org/browse/JASMINe/jadort/tags/jadort-1.6.3</url> </scm> </project>