[jboss-svn-commits] JBL Code SVN: r6452 - in labs/reportingservices/trunk: . dev dev/distribs dev/distribs/sar dev/distribs/sar/src/main/assembly dev/modules/server/api dev/modules/server/impl dev/modules/server/impl/src dev/modules/server/impl/src/main dev/modules/server/impl/src/main/java/org/jboss/reporting dev/modules/server/impl/src/main/java/org/jboss/reporting/ui/reportlist dev/modules/webadminconsole src/main/org/jboss/reporting

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Wed Sep 27 17:42:01 EDT 2006


Author: cyril.joui at supinfo.com
Date: 2006-09-27 17:41:44 -0400 (Wed, 27 Sep 2006)
New Revision: 6452

Added:
   labs/reportingservices/trunk/dev/modules/server/impl/src/main/java/org/jboss/reporting/ui/
   labs/reportingservices/trunk/dev/modules/server/impl/src/main/resources/
Removed:
   labs/reportingservices/trunk/dev/modules/server/impl/src/resources/
   labs/reportingservices/trunk/src/main/org/jboss/reporting/ui/
Modified:
   labs/reportingservices/trunk/dev/distribs/pom.xml
   labs/reportingservices/trunk/dev/distribs/sar/pom.xml
   labs/reportingservices/trunk/dev/distribs/sar/src/main/assembly/sar.xml
   labs/reportingservices/trunk/dev/modules/server/api/pom.xml
   labs/reportingservices/trunk/dev/modules/server/impl/pom.xml
   labs/reportingservices/trunk/dev/modules/server/impl/src/main/java/org/jboss/reporting/ui/reportlist/ReportList.java
   labs/reportingservices/trunk/dev/modules/webadminconsole/pom.xml
   labs/reportingservices/trunk/dev/pom.xml
   labs/reportingservices/trunk/pom.xml
Log:
Deploiement : step1 (but still errors)

Modified: labs/reportingservices/trunk/dev/distribs/pom.xml
===================================================================
--- labs/reportingservices/trunk/dev/distribs/pom.xml	2006-09-27 21:16:44 UTC (rev 6451)
+++ labs/reportingservices/trunk/dev/distribs/pom.xml	2006-09-27 21:41:44 UTC (rev 6452)
@@ -9,9 +9,9 @@
 
 
     <modelVersion>4.0.0</modelVersion>
-    <artifactId>applications</artifactId>
+    <artifactId>distribs</artifactId>
     <packaging>pom</packaging>
-    <name>Reporting Services - Applications</name>
+    <name>Reporting Services - Distribs</name>
 
 
     <modules>

Modified: labs/reportingservices/trunk/dev/distribs/sar/pom.xml
===================================================================
--- labs/reportingservices/trunk/dev/distribs/sar/pom.xml	2006-09-27 21:16:44 UTC (rev 6451)
+++ labs/reportingservices/trunk/dev/distribs/sar/pom.xml	2006-09-27 21:41:44 UTC (rev 6452)
@@ -4,14 +4,14 @@
 
 	<parent>
 		<groupId>jboss.reportingservices</groupId>
-		<artifactId>applications</artifactId>
+		<artifactId>distribs</artifactId>
 		<version>0.2-SNAPSHOT</version>
 	</parent>
 
 
 	<modelVersion>4.0.0</modelVersion>
 	<artifactId>sar</artifactId>
-	<name>Applications - SAR</name>
+	<name>Distribs - SAR</name>
 	<packaging>jar</packaging>
 
 
@@ -49,9 +49,9 @@
 				<artifactId>webadminconsole</artifactId>
 				<type>war</type>
 			</dependency>
-
 	</dependencies>
 
+
 	<build>
 		<defaultGoal>package</defaultGoal>
 		<finalName>reporting-services</finalName>
@@ -60,6 +60,7 @@
 			<plugin>
 				<artifactId>maven-assembly-plugin</artifactId>
 				<configuration>
+					<finalName>reporting-services.sar</finalName>
 					<descriptors>
 						<descriptor>
 							src/main/assembly/sar.xml
@@ -76,7 +77,6 @@
 				</executions>
 			</plugin>
 		</plugins>
-
 	</build>
 
 </project>
\ No newline at end of file

Modified: labs/reportingservices/trunk/dev/distribs/sar/src/main/assembly/sar.xml
===================================================================
--- labs/reportingservices/trunk/dev/distribs/sar/src/main/assembly/sar.xml	2006-09-27 21:16:44 UTC (rev 6451)
+++ labs/reportingservices/trunk/dev/distribs/sar/src/main/assembly/sar.xml	2006-09-27 21:41:44 UTC (rev 6452)
@@ -1,26 +1,53 @@
 <assembly>
-	<id>sar</id>
+	<id>sar</id>
+	
 	<formats>
 		<format>dir</format>
-		<format>jar</format>
 	</formats>
 	<includeBaseDirectory>false</includeBaseDirectory>
-
+
+      <fileSets>
+        <fileSet>
+          <directory>target/classes</directory>
+          <outputDirectory></outputDirectory>
+          <includes>
+            <include>**/*</include>
+          </includes>
+        </fileSet>
+      </fileSets>
+
+	<!-- 
 	<moduleSets>
 		<moduleSet>
 			<includes>
-				<include>jboss-reporting:sar</include>
-			</includes>
-			<binaries>
-				<outputDirectory>${artifactId}</outputDirectory>
-				<includeDependencies>true</includeDependencies>
-				<unpack>false</unpack>
+				<include>jboss.reportingservices:sar</include>
+			</includes>
+			<binaries>
+				<includeDependencies>false</includeDependencies>
+				<unpack>true</unpack>
+				<outputDirectory></outputDirectory>
 			</binaries>
+		</moduleSet>
+		<moduleSet>
+			<includes>
+				<include>jboss.reportingservices:client-impl</include>
+				<include>jboss.reportingservices:client-api</include>
+			</includes>
+			<binaries>
+				<includeDependencies>true</includeDependencies>
+				<unpack>false</unpack>
+				<outputDirectory>lib</outputDirectory>
+			</binaries>
 		</moduleSet>
 	</moduleSets>
+	-->
 
     <dependencySets>
         <dependencySet>
+        	<excludes>
+        		<exclude>sar*</exclude>
+        	</excludes>
+        	<outputDirectory>lib</outputDirectory>
         </dependencySet>
     </dependencySets>
 </assembly>
\ No newline at end of file

Modified: labs/reportingservices/trunk/dev/modules/server/api/pom.xml
===================================================================
--- labs/reportingservices/trunk/dev/modules/server/api/pom.xml	2006-09-27 21:16:44 UTC (rev 6451)
+++ labs/reportingservices/trunk/dev/modules/server/api/pom.xml	2006-09-27 21:41:44 UTC (rev 6452)
@@ -16,6 +16,10 @@
 
 	<dependencies>
 		<!-- internal dependencies -->
+		<dependency>
+			<groupId>jboss.reportingservices</groupId>
+			<artifactId>client-api</artifactId>
+		</dependency>
 
 		<!-- external dependencies -->	
 	</dependencies>

Modified: labs/reportingservices/trunk/dev/modules/server/impl/pom.xml
===================================================================
--- labs/reportingservices/trunk/dev/modules/server/impl/pom.xml	2006-09-27 21:16:44 UTC (rev 6451)
+++ labs/reportingservices/trunk/dev/modules/server/impl/pom.xml	2006-09-27 21:41:44 UTC (rev 6452)
@@ -58,6 +58,10 @@
 		</dependency>
 		<dependency>
 			<groupId>jboss</groupId>
+			<artifactId>jmx-adaptor-plugin</artifactId>
+		</dependency>
+		<dependency>
+			<groupId>jboss</groupId>
 			<artifactId>jboss-j2ee</artifactId>
 		</dependency>
 		<dependency>
@@ -86,6 +90,18 @@
 			<artifactId>jasperreports</artifactId>
 		</dependency>
 
+		<dependency>
+			<groupId>myfaces</groupId>
+			<artifactId>tomahawk</artifactId>
+			<version>1.1.3</version>
+		</dependency>
 
+		<dependency>
+			<groupId>org.apache.myfaces.core</groupId>
+			<artifactId>myfaces-api</artifactId>
+			<version>1.1.2</version>
+			<scope>provided</scope>
+		</dependency>
+
 	</dependencies>
 </project>
\ No newline at end of file

Copied: labs/reportingservices/trunk/dev/modules/server/impl/src/main/java/org/jboss/reporting/ui (from rev 6445, labs/reportingservices/trunk/src/main/org/jboss/reporting/ui)

Modified: labs/reportingservices/trunk/dev/modules/server/impl/src/main/java/org/jboss/reporting/ui/reportlist/ReportList.java
===================================================================
--- labs/reportingservices/trunk/src/main/org/jboss/reporting/ui/reportlist/ReportList.java	2006-09-27 17:38:00 UTC (rev 6445)
+++ labs/reportingservices/trunk/dev/modules/server/impl/src/main/java/org/jboss/reporting/ui/reportlist/ReportList.java	2006-09-27 21:41:44 UTC (rev 6452)
@@ -13,7 +13,6 @@
 import org.apache.myfaces.custom.tree.event.*;
 import org.apache.myfaces.custom.tree.model.*;
 import javax.faces.context.FacesContext;
-import org.apache.myfaces.webapp.MyFacesServlet;
 import org.jboss.jmx.adaptor.rmi.RMIAdaptor;
 import org.jboss.logging.Logger;
 

Copied: labs/reportingservices/trunk/dev/modules/server/impl/src/main/resources (from rev 6445, labs/reportingservices/trunk/dev/modules/server/impl/src/resources)

Modified: labs/reportingservices/trunk/dev/modules/webadminconsole/pom.xml
===================================================================
--- labs/reportingservices/trunk/dev/modules/webadminconsole/pom.xml	2006-09-27 21:16:44 UTC (rev 6451)
+++ labs/reportingservices/trunk/dev/modules/webadminconsole/pom.xml	2006-09-27 21:41:44 UTC (rev 6452)
@@ -1,4 +1,6 @@
-<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">
+<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>jboss.reportingservices</groupId>
@@ -9,7 +11,7 @@
 
 	<modelVersion>4.0.0</modelVersion>
 	<artifactId>webadminconsole</artifactId>
-	<name>Server - Web admin console</name>
+	<name>Modules - Web admin console</name>
 	<packaging>war</packaging>
 
 	<dependencies>
@@ -20,6 +22,10 @@
 		</dependency>
 
 		<!-- external dependencies -->
-
+		<dependency>
+			<groupId>myfaces</groupId>
+			<artifactId>tomahawk</artifactId>
+			<version>1.1.1</version>
+		</dependency>
 	</dependencies>
 </project>
\ No newline at end of file

Modified: labs/reportingservices/trunk/dev/pom.xml
===================================================================
--- labs/reportingservices/trunk/dev/pom.xml	2006-09-27 21:16:44 UTC (rev 6451)
+++ labs/reportingservices/trunk/dev/pom.xml	2006-09-27 21:41:44 UTC (rev 6452)
@@ -30,7 +30,7 @@
 				<version>${project.version}</version>
 				<type>jar</type>
 			</dependency>
-			
+
 			<dependency>
 				<groupId>jboss.reportingservices</groupId>
 				<artifactId>client-api</artifactId>
@@ -71,7 +71,6 @@
 				<groupId>apache-logging</groupId>
 				<artifactId>commons-logging-api</artifactId>
 				<version>1.0.3</version>
-				<scope>provided</scope>
 			</dependency>
 
 			<!-- javax -->
@@ -79,13 +78,11 @@
 				<groupId>javax.activation</groupId>
 				<artifactId>activation</artifactId>
 				<version>1.0.2</version>
-				<scope>provided</scope>
 			</dependency>
 			<dependency>
 				<groupId>javax.mail</groupId>
 				<artifactId>mail</artifactId>
 				<version>1.3.3</version>
-				<scope>provided</scope>
 			</dependency>
 
 			<!-- JBoss -->
@@ -116,11 +113,17 @@
 			<dependency>
 				<groupId>jboss</groupId>
 				<artifactId>jboss-jmx</artifactId>
-				<version>4.0.2</version>
+				<version>4.0.4</version>
 				<scope>provided</scope>
 			</dependency>
 			<dependency>
 				<groupId>jboss</groupId>
+				<artifactId>jmx-adaptor-plugin</artifactId>
+				<version>3.2.1</version>
+				<scope>provided</scope>
+			</dependency>
+			<dependency>
+				<groupId>jboss</groupId>
 				<artifactId>jboss-j2ee</artifactId>
 				<version>4.0.2</version>
 				<scope>provided</scope>

Modified: labs/reportingservices/trunk/pom.xml
===================================================================
--- labs/reportingservices/trunk/pom.xml	2006-09-27 21:16:44 UTC (rev 6451)
+++ labs/reportingservices/trunk/pom.xml	2006-09-27 21:41:44 UTC (rev 6452)
@@ -1,136 +1,134 @@
 <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">
+	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>
-    <groupId>jboss.reportingservices</groupId>
-    <artifactId>reporting-services</artifactId>
-    <packaging>pom</packaging>
-    <version>0.2-SNAPSHOT</version>
-    <name>Reporting Services</name>
-    <url>http://labs.jboss.org/portal/reportingservices</url>
+	<modelVersion>4.0.0</modelVersion>
+	<groupId>jboss.reportingservices</groupId>
+	<artifactId>reporting-services</artifactId>
+	<packaging>pom</packaging>
+	<version>0.2-SNAPSHOT</version>
+	<name>Reporting Services</name>
+	<url>http://labs.jboss.org/portal/reportingservices</url>
 
-    <organization>
-        <name>JBoss</name>
-        <url>http://www.jboss.com/</url>
-    </organization>
+	<organization>
+		<name>JBoss</name>
+		<url>http://www.jboss.com/</url>
+	</organization>
 
 
-    <modules>
-        <module>dev</module>
-    </modules>
+	<modules>
+		<module>dev</module>
+	</modules>
 
 
-    <inceptionYear>2006</inceptionYear>
+	<inceptionYear>2006</inceptionYear>
 
-    <!-- Developpers' list -->
-    <developers>
-    	<developer>
-            <!-- Subversion Id -->
-            <id>noel.rocher at jboss.com</id>
-            <name>ROCHER Noel</name>
-            <email>noel.rocher at jboss.com</email>
-            <organization>JBoss</organization>
-            <organizationUrl>http://www.jboss.com</organizationUrl>
-            <roles>
-                <role>team manager</role>
-                <role>developer</role>
-            </roles>
-            <!-- Timezone-->
-            <timezone>+1</timezone>
-    	</developer>
-        <developer>
-            <!-- Subversion Id -->
-            <id>cyril.joui at supinfo.com</id>
-            <name>JOUI Cyril</name>
-            <email>cyril.joui at supinfo.com</email>
-            <organization>JBoss</organization>
-            <organizationUrl>http://www.labo-sun.com</organizationUrl>
-            <roles>
-                <role>developer</role>
-            </roles>
-            <!-- Timezone-->
-            <timezone>+1</timezone>
-        </developer>
-    </developers>
+	<!-- Developpers' list -->
+	<developers>
+		<developer>
+			<!-- Subversion Id -->
+			<id>noel.rocher at jboss.com</id>
+			<name>ROCHER Noel</name>
+			<email>noel.rocher at jboss.com</email>
+			<organization>JBoss</organization>
+			<organizationUrl>http://www.jboss.com</organizationUrl>
+			<roles>
+				<role>team manager</role>
+				<role>developer</role>
+			</roles>
+			<!-- Timezone-->
+			<timezone>+1</timezone>
+		</developer>
+		<developer>
+			<!-- Subversion Id -->
+			<id>cyril.joui at supinfo.com</id>
+			<name>JOUI Cyril</name>
+			<email>cyril.joui at supinfo.com</email>
+			<organization>JBoss</organization>
+			<organizationUrl>http://www.labo-sun.com</organizationUrl>
+			<roles>
+				<role>developer</role>
+			</roles>
+			<!-- Timezone-->
+			<timezone>+1</timezone>
+		</developer>
+	</developers>
 
 
-    <!-- SVN Reference -->
-    <scm>
-        <connection>
-        	scm:svn:https://anonsvn.labs.jboss.com/labs/reportingservices
-        </connection>
-        <developerConnection>
-            scm:svn:https://svn.labs.jboss.com/labs/reportingservices
-        </developerConnection>
-    </scm>
+	<!-- SVN Reference -->
+	<scm>
+		<connection>
+			scm:svn:https://anonsvn.labs.jboss.com/labs/reportingservices
+		</connection>
+		<developerConnection>
+			scm:svn:https://svn.labs.jboss.com/labs/reportingservices
+		</developerConnection>
+	</scm>
 
 
-    <repositories>
-        <!-- Repo Officiel -->
-        <repository>
-            <id>officiel</id>
-            <url>http://www.ibiblio.org/maven2</url>
-            <releases>
-                <updatePolicy>daily</updatePolicy>
-            </releases>
-            <snapshots>
-                <enabled>false</enabled>
-            </snapshots>
-        </repository>
+	<repositories>
+		<!-- Repo Officiel -->
+		<repository>
+			<id>officiel</id>
+			<url>http://www.ibiblio.org/maven2</url>
+			<releases>
+				<updatePolicy>daily</updatePolicy>
+			</releases>
+			<snapshots>
+				<enabled>false</enabled>
+			</snapshots>
+		</repository>
 
-        <repository>
-            <id>JBoss-Repo</id>
-            <name>Public Maven2 Repository of JBoss</name>
-            <url>
-            	http://repository.jboss.com/maven2/
-            </url>
-            <releases>
-                <updatePolicy>interval:10000</updatePolicy>
-            </releases>
-            <snapshots>
-                <updatePolicy>interval:10000</updatePolicy>
-            </snapshots>
-        </repository>
- 
-    </repositories>
+		<repository>
+			<id>JBoss-Repo</id>
+			<name>Public Maven2 Repository of JBoss</name>
+			<url>http://repository.jboss.com/maven2/</url>
+			<releases>
+				<updatePolicy>interval:10000</updatePolicy>
+			</releases>
+			<snapshots>
+				<updatePolicy>interval:10000</updatePolicy>
+			</snapshots>
+		</repository>
 
+	</repositories>
 
-    <pluginRepositories>
-        <!-- Maven Repo -->
-        <pluginRepository>
-            <id>officiel</id>
-            <url>http://www.ibiblio.org/maven2</url>
-            <releases>
-                <updatePolicy>interval:10000</updatePolicy>
-            </releases>
-            <snapshots>
-                <updatePolicy>interval:10000</updatePolicy>
-            </snapshots>
-        </pluginRepository>
 
+	<pluginRepositories>
+		<!-- Maven Repo -->
+		<pluginRepository>
+			<id>officiel</id>
+			<url>http://www.ibiblio.org/maven2</url>
+			<releases>
+				<updatePolicy>interval:10000</updatePolicy>
+			</releases>
+			<snapshots>
+				<updatePolicy>interval:10000</updatePolicy>
+			</snapshots>
+		</pluginRepository>
 
-        <!-- Codehaus Repo -->
-        <pluginRepository>
-            <id>codehaus snapshot repository</id>
-            <url>http://snapshots.repository.codehaus.org</url>
-            <releases>
-                <updatePolicy>interval:10000</updatePolicy>
-            </releases>
-            <snapshots>
-                <updatePolicy>interval:10000</updatePolicy>
-            </snapshots>
-        </pluginRepository>
-    </pluginRepositories>
 
+		<!-- Codehaus Repo -->
+		<pluginRepository>
+			<id>codehaus snapshot repository</id>
+			<url>http://snapshots.repository.codehaus.org</url>
+			<releases>
+				<updatePolicy>interval:10000</updatePolicy>
+			</releases>
+			<snapshots>
+				<updatePolicy>interval:10000</updatePolicy>
+			</snapshots>
+		</pluginRepository>
+	</pluginRepositories>
 
-    <build>
-        <pluginManagement>
-            <plugins>
-                <plugin>
-                    <groupId>org.apache.maven.plugins</groupId>
-                    <artifactId>maven-assembly-plugin</artifactId>
-                    <version>2.1</version>
+
+	<build>
+		<pluginManagement>
+			<plugins>
+				<plugin>
+					<groupId>org.apache.maven.plugins</groupId>
+					<artifactId>maven-assembly-plugin</artifactId>
+					<version>2.1</version>
 					<configuration>
 						<descriptors>
 							<descriptor>
@@ -138,201 +136,241 @@
 							</descriptor>
 						</descriptors>
 					</configuration>
-                </plugin>
+				</plugin>
 
-                <!--compiler-->
-                <plugin>
-                    <groupId>org.apache.maven.plugins</groupId>
-                    <artifactId>maven-compiler-plugin</artifactId>
-                    <version>2.0.1</version>
-                </plugin>
+				<!--compiler-->
+				<plugin>
+					<groupId>org.apache.maven.plugins</groupId>
+					<artifactId>maven-compiler-plugin</artifactId>
+					<version>2.0.1</version>
+				</plugin>
 
-                <plugin>
-                    <groupId>org.apache.maven.plugins</groupId>
-                    <artifactId>maven-ejb-plugin</artifactId>
-                    <version>2.0</version>
-                </plugin>
+				<plugin>
+					<groupId>org.apache.maven.plugins</groupId>
+					<artifactId>maven-ejb-plugin</artifactId>
+					<version>2.0</version>
+				</plugin>
 
 
-                <plugin>
-                    <groupId>org.apache.maven.plugins</groupId>
-                    <artifactId>maven-jar-plugin</artifactId>
-                    <version>2.0</version>
-                </plugin>
+				<plugin>
+					<groupId>org.apache.maven.plugins</groupId>
+					<artifactId>maven-jar-plugin</artifactId>
+					<version>2.0</version>
+				</plugin>
 
-                <plugin>
-                    <groupId>org.apache.maven.plugins</groupId>
-                    <artifactId>maven-javadoc-plugin</artifactId>
-                    <version>2.0</version>
-                </plugin>
+				<plugin>
+					<groupId>org.apache.maven.plugins</groupId>
+					<artifactId>maven-javadoc-plugin</artifactId>
+					<version>2.0</version>
+				</plugin>
 
-                <plugin>
-                    <groupId>org.apache.maven.plugins</groupId>
-                    <artifactId>maven-release-plugin</artifactId>
-                    <version>2.0-beta-4</version>
-                </plugin>
+				<plugin>
+					<groupId>org.apache.maven.plugins</groupId>
+					<artifactId>maven-release-plugin</artifactId>
+					<version>2.0-beta-4</version>
+				</plugin>
 
-                <plugin>
-                    <groupId>org.apache.maven.plugins</groupId>
-                    <artifactId>maven-site-plugin</artifactId>
-                    <version>2.0-beta-5</version>
-                    <configuration>
-                        <outputEncoding>UTF-8</outputEncoding>
-                        <inputEncoding>UTF-8</inputEncoding>
-                        <locales>en</locales>
-                    </configuration>
-                </plugin>
+				<plugin>
+					<groupId>org.apache.maven.plugins</groupId>
+					<artifactId>maven-site-plugin</artifactId>
+					<version>2.0-beta-5</version>
+					<configuration>
+						<outputEncoding>UTF-8</outputEncoding>
+						<inputEncoding>UTF-8</inputEncoding>
+						<locales>en</locales>
+					</configuration>
+				</plugin>
 
-                <plugin>
-                    <groupId>org.apache.maven.plugins</groupId>
-                    <artifactId>maven-surefire-plugin</artifactId>
-                    <version>2.2</version>
-                </plugin>
+				<plugin>
+					<groupId>org.apache.maven.plugins</groupId>
+					<artifactId>maven-surefire-plugin</artifactId>
+					<version>2.2</version>
+				</plugin>
 
-                <plugin>
-                    <groupId>org.codehaus.mojo</groupId>
-                    <artifactId>taglist-maven-plugin</artifactId>
-                    <version>2.0</version>
-                </plugin>
+				<plugin>
+					<groupId>org.codehaus.mojo</groupId>
+					<artifactId>taglist-maven-plugin</artifactId>
+					<version>2.0</version>
+				</plugin>
 
-                <plugin>
-                    <groupId>org.apache.maven.plugins</groupId>
-                    <artifactId>maven-project-info-reports-plugin</artifactId>
-                    <version>2.0.1</version>
-                </plugin>
-            </plugins>
-        </pluginManagement>
+				<plugin>
+					<groupId>org.apache.maven.plugins</groupId>
+					<artifactId>
+						maven-project-info-reports-plugin
+					</artifactId>
+					<version>2.0.1</version>
+				</plugin>
+			</plugins>
+		</pluginManagement>
 
-        <plugins>
+		<plugins>
 
-            <!-- javac -->
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-compiler-plugin</artifactId>
-                <configuration>
-                    <showDeprecation>true</showDeprecation>
-                    <showWarnings>true</showWarnings>
-                    <source>1.4</source>
-                    <target>1.4</target>
-                </configuration>
-            </plugin>
+			<!-- javac -->
+			<plugin>
+				<groupId>org.apache.maven.plugins</groupId>
+				<artifactId>maven-compiler-plugin</artifactId>
+				<configuration>
+					<showDeprecation>true</showDeprecation>
+					<showWarnings>true</showWarnings>
+					<source>1.4</source>
+					<target>1.4</target>
+				</configuration>
+			</plugin>
 
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-source-plugin</artifactId>
-                <executions>
-                    <execution>
-                        <goals>
-                            <goal>jar</goal>
-                        </goals>
-                    </execution>
-                </executions>
-            </plugin>
+			<plugin>
+				<groupId>org.apache.maven.plugins</groupId>
+				<artifactId>maven-source-plugin</artifactId>
+				<executions>
+					<execution>
+						<goals>
+							<goal>jar</goal>
+						</goals>
+					</execution>
+				</executions>
+			</plugin>
 
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-surefire-plugin</artifactId>
-                <configuration>
-                    <skip>true</skip>
-                </configuration>
-            </plugin>
+			<plugin>
+				<groupId>org.apache.maven.plugins</groupId>
+				<artifactId>maven-surefire-plugin</artifactId>
+				<configuration>
+					<skip>true</skip>
+				</configuration>
+			</plugin>
 
-            <!-- release -->
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-release-plugin</artifactId>
-                <configuration>
-                    <goals>deploy</goals>
-                    <tagBase>
-                    	https://svn.labs.jboss.com/labs/reportingservices/tags/reportingservices
-                    </tagBase>
-                </configuration>
-            </plugin>
-        </plugins>
+			<!-- release -->
+			<plugin>
+				<groupId>org.apache.maven.plugins</groupId>
+				<artifactId>maven-release-plugin</artifactId>
+				<configuration>
+					<goals>deploy</goals>
+					<tagBase>
+						https://svn.labs.jboss.com/labs/reportingservices/tags/reportingservices
+					</tagBase>
+				</configuration>
+			</plugin>
+		</plugins>
 
-        <!-- Pour utiliser le ftp depuis Maven -->
-        <extensions>
-            <extension>
-                <groupId>org.apache.maven.wagon</groupId>
-                <artifactId>wagon-ftp</artifactId>
-                <version>1.0-beta-1</version>
-            </extension>
-        </extensions>
-    </build>
+		<!-- Pour utiliser le ftp depuis Maven -->
+		<extensions>
+			<extension>
+				<groupId>org.apache.maven.wagon</groupId>
+				<artifactId>wagon-ftp</artifactId>
+				<version>1.0-beta-1</version>
+			</extension>
+		</extensions>
+	</build>
 
 
-    <profiles>
+	<profiles>
 
-        <!-- Cargo Profil -->
-        <profile>
-            <id>Cargo</id>
-            <activation>
-                <activeByDefault>true</activeByDefault>
-            </activation>
-            <build>
-                <pluginManagement>
-                    <plugins>
-                        <plugin>
-                            <groupId>org.codehaus.cargo</groupId>
-                            <artifactId>cargo-maven2-plugin</artifactId>
-                        </plugin>
-                    </plugins>
-                </pluginManagement>
+		<!-- Cargo Profil -->
+		<profile>
+			<id>Cargo</id>
+			<activation>
+				<activeByDefault>true</activeByDefault>
+			</activation>
+			<build>
+				<pluginManagement>
+					<plugins>
+						<plugin>
+							<groupId>org.codehaus.cargo</groupId>
+							<artifactId>cargo-maven2-plugin</artifactId>
+						</plugin>
+					</plugins>
+				</pluginManagement>
 
-                <plugins>
-                    <plugin>
-                        <groupId>org.codehaus.cargo</groupId>
-                        <artifactId>cargo-maven2-plugin</artifactId>
-                        <configuration>
-                            <container>
-                                <containerId>jboss4x</containerId>
-                                <home>${JBOSS_HOME}</home>
-                            </container>
-                        </configuration>
+				<plugins>
+					<plugin>
+						<groupId>org.codehaus.cargo</groupId>
+						<artifactId>cargo-maven2-plugin</artifactId>
+						<configuration>
+							<container>
+								<containerId>jboss4x</containerId>
+								<home>${JBOSS_HOME}</home>
+							</container>
+						</configuration>
 
-                    </plugin>
-                </plugins>
-            </build>
-        </profile>
-        <profile>
-            <id>jboss4x</id>
-            <activation>
-                <property>
-                    <name>jboss4x.config</name>
-                    <value></value>
-                </property>
-            </activation>
-            <properties>
-                <jboss4x.config>default</jboss4x.config>
-            </properties>
-        </profile>
-    </profiles>
+					</plugin>
+				</plugins>
+			</build>
+		</profile>
 
 
-    <reporting>
-        <plugins>
+		<!-- jboss 4.x version -->
+		<profile>
+			<id>jboss4x</id>
+			<activation>
+				<activeByDefault>true</activeByDefault>
+			</activation>
+			<properties>
+				<jboss4x.config>default</jboss4x.config>
+			</properties>
 
-            <!-- Information to show -->
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-project-info-reports-plugin</artifactId>
-                <reportSets>
-                    <reportSet>
-                        <reports>
-                            <report>index</report>
-                            <report>summary</report>
-                            <report>scm</report>
-                            <report>project-team</report>
-                            <report>dependency-convergence</report>
-                            <report>dependencies</report>
-                            <!--<report>cim</report>-->
-                            <!--<report>issue-tracking</report>-->
-                            <!--<report>mailing-list</report>-->
-                            <!--<report>license</report>-->
-                        </reports>
-                    </reportSet>
-                </reportSets>
-            </plugin>
-        </plugins>
-    </reporting>
+			<dependencies>
+				<dependency>
+					<groupId>apache-logging</groupId>
+					<artifactId>commons-logging-api</artifactId>
+					<version>1.0.3</version>
+					<scope>provided</scope>
+				</dependency>
+				<dependency>
+					<groupId>javax.servlet</groupId>
+					<artifactId>servlet-api</artifactId>
+					<version>2.3</version>
+					<scope>provided</scope>
+				</dependency>
+				<!-- 
+					<dependency>
+					<groupId>xml-apis</groupId>
+					<artifactId>xml-apis</artifactId>
+					<version>1.3.02</version>
+					<scope>provided</scope>
+					</dependency>
+				-->
+				<dependency>
+					<groupId>javax.activation</groupId>
+					<artifactId>activation</artifactId>
+					<version>1.0.2</version>
+					<scope>provided</scope>
+				</dependency>
+				<dependency>
+					<groupId>javax.mail</groupId>
+					<artifactId>mail</artifactId>
+					<version>1.3.3</version>
+					<scope>provided</scope>
+				</dependency>
+			</dependencies>
+
+		</profile>
+	</profiles>
+
+
+	<reporting>
+		<plugins>
+
+			<!-- Information to show -->
+			<plugin>
+				<groupId>org.apache.maven.plugins</groupId>
+				<artifactId>
+					maven-project-info-reports-plugin
+				</artifactId>
+				<reportSets>
+					<reportSet>
+						<reports>
+							<report>index</report>
+							<report>summary</report>
+							<report>scm</report>
+							<report>project-team</report>
+							<report>dependency-convergence</report>
+							<report>dependencies</report>
+							<!--<report>cim</report>-->
+							<!--<report>issue-tracking</report>-->
+							<!--<report>mailing-list</report>-->
+							<!--<report>license</report>-->
+						</reports>
+					</reportSet>
+				</reportSets>
+			</plugin>
+		</plugins>
+	</reporting>
 </project>
\ No newline at end of file




More information about the jboss-svn-commits mailing list