war
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.ow2.jonas.admin</groupId>
<artifactId>war</artifactId>
<version>1.0.1</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<!--
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - - - JOnAS: Java(TM) Open Application Server - Copyright (C)
2007-2008 Bull S.A.S. - Contact: jonas-team@objectweb.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 18564 2009-09-09 14:39:24Z benoitf $ -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- -
-->
<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">
<parent>
<groupId>org.ow2.jonas.admin</groupId>
<artifactId>modules</artifactId>
<version>1.0.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<!-- WAR model -->
<modelVersion>4.0.0</modelVersion>
<artifactId>war</artifactId>
<packaging>war</packaging>
<name>JOnAS Admin Flex :: Modules :: WAR</name>
<version>1.0.1</version>
<description>War model</description>
<properties>
<target.swf.dir>${project.build.directory}/jonasAdmin</target.swf.dir>
</properties>
<!-- Include all swf of project -->
<dependencies>
<!-- Include all swf of project -->
<dependency>
<groupId>org.ow2.jonas</groupId>
<artifactId>jonas-management-extensions</artifactId>
</dependency>
<dependency>
<groupId>org.ow2.jonas.admin</groupId>
<artifactId>jar</artifactId>
<version>1.0.1</version>
</dependency>
<dependency>
<groupId>org.ow2.jonas.admin</groupId>
<artifactId>swf-tree-builder</artifactId>
<version>1.0.1</version>
<type>swf</type>
</dependency>
<dependency>
<groupId>org.ow2.jonas.admin</groupId>
<artifactId>swf-tree-server</artifactId>
<version>1.0.1</version>
<type>swf</type>
</dependency>
<dependency>
<groupId>org.ow2.jonas.admin</groupId>
<artifactId>swf-tree-domain</artifactId>
<version>1.0.1</version>
<type>swf</type>
</dependency>
<dependency>
<groupId>org.ow2.jonas.admin</groupId>
<artifactId>swf-home</artifactId>
<version>1.0.1</version>
<type>swf</type>
</dependency>
<dependency>
<groupId>org.ow2.jonas.admin</groupId>
<artifactId>swf-server-info</artifactId>
<version>1.0.1</version>
<type>swf</type>
</dependency>
<dependency>
<groupId>org.ow2.jonas.admin</groupId>
<artifactId>swf-tree-cluster</artifactId>
<version>1.0.1</version>
<type>swf</type>
</dependency>
<dependency>
<groupId>org.ow2.jonas.admin</groupId>
<artifactId>swf-cluster-info</artifactId>
<version>1.0.1</version>
<type>swf</type>
</dependency>
<dependency>
<groupId>org.ow2.jonas.admin</groupId>
<artifactId>swf-domain-chart</artifactId>
<version>1.0.1</version>
<type>swf</type>
</dependency>
<dependency>
<groupId>org.ow2.jonas.admin</groupId>
<artifactId>swf-cluster-chart</artifactId>
<version>1.0.1</version>
<type>swf</type>
</dependency>
<dependency>
<groupId>org.ow2.jonas.admin</groupId>
<artifactId>swf-server-monitoring</artifactId>
<version>1.0.1</version>
<type>swf</type>
</dependency>
<dependency>
<groupId>org.ow2.jonas.admin</groupId>
<artifactId>swf-server-stackdump</artifactId>
<version>1.0.1</version>
<type>swf</type>
</dependency>
<dependency>
<groupId>org.ow2.jonas.admin</groupId>
<artifactId>swf-cluster-syntheticview</artifactId>
<version>1.0.1</version>
<type>swf</type>
</dependency>
<dependency>
<groupId>org.ow2.jonas.admin</groupId>
<artifactId>swf-domain-syntheticview</artifactId>
<version>1.0.1</version>
<type>swf</type>
</dependency>
<dependency>
<groupId>org.ow2.jonas.admin</groupId>
<artifactId>swf-tree-clusterdaemon</artifactId>
<version>1.0.1</version>
<type>swf</type>
</dependency>
<dependency>
<groupId>org.ow2.jonas.admin</groupId>
<artifactId>swf-clusterdaemon-info</artifactId>
<version>1.0.1</version>
<type>swf</type>
</dependency>
<dependency>
<groupId>org.granite</groupId>
<artifactId>granite-flex</artifactId>
</dependency>
</dependencies>
<!-- deposit any swf into the war file-->
<build>
<resources>
<resource>
<directory>src/main/resources</directory>
<includes>
<include>install.properties</include>
</includes>
</resource>
</resources>
<plugins>
<!--
copy-dependecies to pull in the swf dependecies into the working
floder
-->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
<executions>
<execution>
<id>copy jonasAdmin-flex swf files</id>
<goals>
<goal>copy</goal>
</goals>
<phase>compile</phase>
<configuration>
<artifactItems>
<artifactItem>
<groupId>org.ow2.jonas.admin</groupId>
<artifactId>swf-tree-builder</artifactId>
<type>swf</type>
</artifactItem>
<artifactItem>
<groupId>org.ow2.jonas.admin</groupId>
<artifactId>swf-tree-domain</artifactId>
<type>swf</type>
</artifactItem>
<artifactItem>
<groupId>org.ow2.jonas.admin</groupId>
<artifactId>swf-tree-server</artifactId>
<type>swf</type>
</artifactItem>
<artifactItem>
<groupId>org.ow2.jonas.admin</groupId>
<artifactId>swf-home</artifactId>
<type>swf</type>
</artifactItem>
<artifactItem>
<groupId>org.ow2.jonas.admin</groupId>
<artifactId>swf-server-info</artifactId>
<type>swf</type>
</artifactItem>
<artifactItem>
<groupId>org.ow2.jonas.admin</groupId>
<artifactId>swf-tree-cluster</artifactId>
<type>swf</type>
</artifactItem>
<artifactItem>
<groupId>org.ow2.jonas.admin</groupId>
<artifactId>swf-cluster-info</artifactId>
<type>swf</type>
</artifactItem>
<artifactItem>
<groupId>org.ow2.jonas.admin</groupId>
<artifactId>swf-cluster-chart</artifactId>
<type>swf</type>
</artifactItem>
<artifactItem>
<groupId>org.ow2.jonas.admin</groupId>
<artifactId>swf-server-monitoring</artifactId>
<type>swf</type>
</artifactItem>
<artifactItem>
<groupId>org.ow2.jonas.admin</groupId>
<artifactId>swf-domain-syntheticview</artifactId>
<type>swf</type>
</artifactItem>
<artifactItem>
<groupId>org.ow2.jonas.admin</groupId>
<artifactId>swf-cluster-syntheticview</artifactId>
<type>swf</type>
</artifactItem>
<artifactItem>
<groupId>org.ow2.jonas.admin</groupId>
<artifactId>swf-domain-chart</artifactId>
<type>swf</type>
</artifactItem>
<artifactItem>
<groupId>org.ow2.jonas.admin</groupId>
<artifactId>swf-server-stackdump</artifactId>
<type>swf</type>
</artifactItem>
<artifactItem>
<groupId>org.ow2.jonas.admin</groupId>
<artifactId>swf-tree-clusterdaemon</artifactId>
<type>swf</type>
</artifactItem>
<artifactItem>
<groupId>org.ow2.jonas.admin</groupId>
<artifactId>swf-clusterdaemon-info</artifactId>
<type>swf</type>
</artifactItem>
</artifactItems>
<outputDirectory>${target.swf.dir}</outputDirectory>
<excludeGroupIds>org.ow2.jonas</excludeGroupIds>
<stripVersion>true</stripVersion>
</configuration>
</execution>
<execution>
<id>copy</id>
<phase>compile</phase>
<goals>
<goal>copy</goal>
</goals>
<configuration>
<artifactItems>
<artifactItem>
<groupId>org.granite</groupId>
<artifactId>granite-flex</artifactId>
</artifactItem>
</artifactItems>
<outputDirectory>${target.swf.dir}/WEB-INF/lib</outputDirectory>
<excludeGroupIds>org.ow2.*</excludeGroupIds>
<overWriteReleases>true</overWriteReleases>
</configuration>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-war-plugin</artifactId>
<configuration>
<webXml>src/main/webapp/WEB-INF/web.xml</webXml>
<!-- <archive>
<manifestEntries>
<Require-JOnAS-Services>admin-tools</Require-JOnAS-Services>
</manifestEntries>
</archive> -->
</configuration>
</plugin>
</plugins>
<finalName>jonasAdmin</finalName>
</build>
</project>