[jboss-cvs] JBossAS SVN: r89258 - in projects/fresh/trunk: fresh-jar and 5 other directories.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu May 21 14:55:56 EDT 2009


Author: ispringer
Date: 2009-05-21 14:55:56 -0400 (Thu, 21 May 2009)
New Revision: 89258

Modified:
   projects/fresh/trunk/fresh-jar/pom.xml
   projects/fresh/trunk/fresh-shell/pom.xml
   projects/fresh/trunk/fresh-ssh/pom.xml
   projects/fresh/trunk/fresh-threadpool/pom.xml
   projects/fresh/trunk/fresh-util/pom.xml
   projects/fresh/trunk/fresh-vfs/pom.xml
   projects/fresh/trunk/pom.xml
Log:
reformat the POMs


Modified: projects/fresh/trunk/fresh-jar/pom.xml
===================================================================
--- projects/fresh/trunk/fresh-jar/pom.xml	2009-05-21 18:52:02 UTC (rev 89257)
+++ projects/fresh/trunk/fresh-jar/pom.xml	2009-05-21 18:55:56 UTC (rev 89258)
@@ -1,92 +1,93 @@
-<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>
+<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.jboss.fresh</groupId>
+        <artifactId>fresh-root</artifactId>
+        <version>1.0.0-SNAPSHOT</version>
+    </parent>
+
+    <modelVersion>4.0.0</modelVersion>
     <groupId>org.jboss.fresh</groupId>
-    <artifactId>fresh-root</artifactId>
-    <version>1.0.0-SNAPSHOT</version>
-  </parent>
-  
-  <modelVersion>4.0.0</modelVersion>
-  <groupId>org.jboss.fresh</groupId>
-  <artifactId>fresh-jar</artifactId>
-  <packaging>pom</packaging>
-  <name>JBoss Fresh - JAR</name>
-  <url>http://www.jboss.org/fresh</url>
-  <description>JBoss Fresh - JAR</description>
-  
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-assembly-plugin</artifactId>
-        <version>2.2-beta-3</version>
-        <executions>
-          <execution>
-            <id>fresh-jar</id>
-            <goals>
-              <goal>single</goal>
-            </goals>
-            <phase>package</phase>
-            <configuration>
-              <finalName>jboss-fresh</finalName>
-              <descriptors>
-                <descriptor>src/main/assembly/fresh-jar.xml</descriptor>
-              </descriptors>
-            </configuration>
-          </execution>
-        </executions>
-      </plugin>
-    </plugins>
-  </build>
+    <artifactId>fresh-jar</artifactId>
+    <packaging>pom</packaging>
+    <name>JBoss Fresh - JAR</name>
+    <url>http://www.jboss.org/fresh</url>
+    <description>JBoss Fresh - JAR</description>
 
-  <dependencies>
-    <dependency>
-      <groupId>org.jboss.fresh</groupId>
-      <artifactId>fresh-scripting</artifactId>
-    </dependency>
-    
-    <dependency>
-      <groupId>org.jboss.fresh</groupId>
-      <artifactId>fresh-shell</artifactId>
-    </dependency>
-    
-    <dependency>
-      <groupId>org.jboss.fresh</groupId>
-      <artifactId>fresh-ssh</artifactId>
-    </dependency>
-    
-    <dependency>
-      <groupId>org.jboss.fresh</groupId>
-      <artifactId>fresh-threadpool</artifactId>
-    </dependency>
-    
-    <dependency>
-      <groupId>org.jboss.fresh</groupId>
-      <artifactId>fresh-util</artifactId>
-    </dependency>
-    
-    <dependency>
-      <groupId>org.jboss.fresh</groupId>
-      <artifactId>fresh-vfs</artifactId>
-    </dependency>
-    
-    <!-- These are picked up trasitively through fresh-ssh, 
-         so it's not required to define these here.
-    <dependency>
-      <groupId>sshtools</groupId>
-      <artifactId>j2ssh-common</artifactId>
-    </dependency>
-    
-    <dependency>
-      <groupId>sshtools</groupId>
-      <artifactId>j2ssh-core</artifactId>
-    </dependency>
-    
-    <dependency>
-      <groupId>sshtools</groupId>
-      <artifactId>j2ssh-daemon</artifactId>
-    </dependency>
-      -->
-  </dependencies>
-  
+    <build>
+        <plugins>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-assembly-plugin</artifactId>
+                <version>2.2-beta-3</version>
+                <executions>
+                    <execution>
+                        <id>fresh-jar</id>
+                        <goals>
+                            <goal>single</goal>
+                        </goals>
+                        <phase>package</phase>
+                        <configuration>
+                            <finalName>jboss-fresh</finalName>
+                            <descriptors>
+                                <descriptor>src/main/assembly/fresh-jar.xml</descriptor>
+                            </descriptors>
+                        </configuration>
+                    </execution>
+                </executions>
+            </plugin>
+        </plugins>
+    </build>
+
+    <dependencies>
+        <dependency>
+            <groupId>org.jboss.fresh</groupId>
+            <artifactId>fresh-scripting</artifactId>
+        </dependency>
+
+        <dependency>
+            <groupId>org.jboss.fresh</groupId>
+            <artifactId>fresh-shell</artifactId>
+        </dependency>
+
+        <dependency>
+            <groupId>org.jboss.fresh</groupId>
+            <artifactId>fresh-ssh</artifactId>
+        </dependency>
+
+        <dependency>
+            <groupId>org.jboss.fresh</groupId>
+            <artifactId>fresh-threadpool</artifactId>
+        </dependency>
+
+        <dependency>
+            <groupId>org.jboss.fresh</groupId>
+            <artifactId>fresh-util</artifactId>
+        </dependency>
+
+        <dependency>
+            <groupId>org.jboss.fresh</groupId>
+            <artifactId>fresh-vfs</artifactId>
+        </dependency>
+
+        <!-- These are picked up transitively through fresh-ssh,
+           so it's not required to define these here.
+      <dependency>
+        <groupId>sshtools</groupId>
+        <artifactId>j2ssh-common</artifactId>
+      </dependency>
+
+      <dependency>
+        <groupId>sshtools</groupId>
+        <artifactId>j2ssh-core</artifactId>
+      </dependency>
+
+      <dependency>
+        <groupId>sshtools</groupId>
+        <artifactId>j2ssh-daemon</artifactId>
+      </dependency>
+        -->
+    </dependencies>
+
 </project>
\ No newline at end of file

Modified: projects/fresh/trunk/fresh-shell/pom.xml
===================================================================
--- projects/fresh/trunk/fresh-shell/pom.xml	2009-05-21 18:52:02 UTC (rev 89257)
+++ projects/fresh/trunk/fresh-shell/pom.xml	2009-05-21 18:55:56 UTC (rev 89258)
@@ -1,138 +1,142 @@
-<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>
+<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.jboss.fresh</groupId>
+        <artifactId>fresh-root</artifactId>
+        <version>1.0.0-SNAPSHOT</version>
+    </parent>
+    <modelVersion>4.0.0</modelVersion>
     <groupId>org.jboss.fresh</groupId>
-    <artifactId>fresh-root</artifactId>
-    <version>1.0.0-SNAPSHOT</version>
-  </parent>
-  <modelVersion>4.0.0</modelVersion>
-  <groupId>org.jboss.fresh</groupId>
-  <artifactId>fresh-shell</artifactId>
-  <packaging>jar</packaging>
-  <name>JBoss Fresh - Shell</name>
-  <url>http://www.jboss.org/fresh</url>
-  <description>JBoss Fresh - Shell</description>
+    <artifactId>fresh-shell</artifactId>
+    <packaging>jar</packaging>
+    <name>JBoss Fresh - Shell</name>
+    <url>http://www.jboss.org/fresh</url>
+    <description>JBoss Fresh - Shell</description>
 
-  <build>
-    <plugins>
-      <plugin>
-	<groupId>org.codehaus.mojo</groupId>
-        <artifactId>javacc-maven-plugin</artifactId>
-        <version>2.1</version>
-        <executions>
-          <execution>
-            <phase>generate-sources</phase>
-            <goals>
-              <goal>javacc</goal>
-            </goals>
-          </execution>
-        </executions>
-      </plugin>  
-    </plugins>
-  </build>
+    <build>
+        <plugins>
+            <plugin>
+                <groupId>org.codehaus.mojo</groupId>
+                <artifactId>javacc-maven-plugin</artifactId>
+                <version>2.1</version>
+                <executions>
+                    <execution>
+                        <phase>generate-sources</phase>
+                        <goals>
+                            <goal>javacc</goal>
+                        </goals>
+                    </execution>
+                </executions>
+            </plugin>
+        </plugins>
+    </build>
 
-  <dependencies>
-      <dependency>
-        <groupId>org.jboss.microcontainer</groupId>
-        <artifactId>jboss-dependency</artifactId>
-      </dependency>
-      <dependency>
-        <groupId>org.jboss.microcontainer</groupId>
-        <artifactId>jboss-kernel</artifactId>
-      </dependency>
-      <dependency>
-        <groupId>org.jboss.microcontainer</groupId>
-        <artifactId>jboss-aop-mc-int</artifactId>
-      </dependency>
+    <dependencies>
+        <dependency>
+            <groupId>org.jboss.microcontainer</groupId>
+            <artifactId>jboss-dependency</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.jboss.microcontainer</groupId>
+            <artifactId>jboss-kernel</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.jboss.microcontainer</groupId>
+            <artifactId>jboss-aop-mc-int</artifactId>
+        </dependency>
 
-      <dependency>
-        <groupId>org.jboss.integration</groupId>
-        <artifactId>jboss-profileservice-spi</artifactId>
-        <version>5.1.0.GA</version>
-        <!--<scope>provided</scope>-->
-      </dependency>
+        <dependency>
+            <groupId>org.jboss.integration</groupId>
+            <artifactId>jboss-profileservice-spi</artifactId>
+            <version>5.1.0.GA</version>
+            <!--<scope>provided</scope>-->
+        </dependency>
 
-      <dependency>
-        <groupId>org.jboss.man</groupId>
-        <artifactId>jboss-managed</artifactId>
-        <version>2.1.0.SP1</version>          
-        <!--<scope>provided</scope>-->
-      </dependency>
+        <dependency>
+            <groupId>org.jboss.man</groupId>
+            <artifactId>jboss-managed</artifactId>
+            <version>2.1.0.SP1</version>
+            <!--<scope>provided</scope>-->
+        </dependency>
 
-      <dependency>
-        <groupId>org.jboss.man</groupId>
-        <artifactId>jboss-metatype</artifactId>
-        <version>2.1.0.SP1</version>
-        <!--<scope>provided</scope>-->
-      </dependency>
+        <dependency>
+            <groupId>org.jboss.man</groupId>
+            <artifactId>jboss-metatype</artifactId>
+            <version>2.1.0.SP1</version>
+            <!--<scope>provided</scope>-->
+        </dependency>
 
-    <dependency>
-      <groupId>junit</groupId>
-      <artifactId>junit</artifactId>
-      <scope>test</scope>
-    </dependency>
+        <dependency>
+            <groupId>junit</groupId>
+            <artifactId>junit</artifactId>
+            <scope>test</scope>
+        </dependency>
 
-      <dependency>
-        <groupId>apache-log4j</groupId>
-        <artifactId>log4j</artifactId>
-        <scope>provided</scope>
-      </dependency>
-      
-      <dependency>
-        <groupId>org.jboss.fresh</groupId>
-  	<artifactId>fresh-util</artifactId>
-      </dependency>
-      
-      <dependency>
-        <groupId>org.jboss.fresh</groupId>
-  	<artifactId>fresh-vfs</artifactId>
-      </dependency>
-      
-      <dependency>
-        <groupId>org.jboss.fresh</groupId>
-  	<artifactId>fresh-threadpool</artifactId>
-      </dependency>
-      
-       <dependency>
-        <groupId>xalan</groupId>
-        <artifactId>serializer</artifactId>
-        <optional>true</optional>
-      </dependency>
+        <dependency>
+            <groupId>apache-log4j</groupId>
+            <artifactId>log4j</artifactId>
+            <scope>provided</scope>
+        </dependency>
 
-      <dependency>
-        <groupId>xalan</groupId>
-        <artifactId>xalan</artifactId>
-        <optional>true</optional>
-      </dependency>
+        <dependency>
+            <groupId>org.jboss.fresh</groupId>
+            <artifactId>fresh-util</artifactId>
+        </dependency>
 
-      <dependency>
-        <groupId>apache-xerces</groupId>
-        <artifactId>xercesImpl</artifactId>
-        <optional>true</optional>
-      </dependency>    
-			<dependency>
-			  <groupId>javax.ejb</groupId>
-			  <artifactId>ejb-api</artifactId>
-			</dependency>
-			<dependency>
-			  <groupId>commons-compress</groupId>
-			  <artifactId>commons-compress</artifactId>
-			</dependency>
-			
-				
-			<dependency>
-			  <groupId>javax.transaction</groupId>
-			  <artifactId>jta</artifactId>
-			  <optional>true</optional>
-			</dependency>
+        <dependency>
+            <groupId>org.jboss.fresh</groupId>
+            <artifactId>fresh-vfs</artifactId>
+        </dependency>
 
-<dependency>
-  <groupId>bsf</groupId>
-  <artifactId>bsf</artifactId>
-</dependency>
-<dependency>
-  <groupId>gnu-regexp</groupId>
-  <artifactId>gnu-regexp</artifactId>
-</dependency>
-  </dependencies>
-  
+        <dependency>
+            <groupId>org.jboss.fresh</groupId>
+            <artifactId>fresh-threadpool</artifactId>
+        </dependency>
+
+        <dependency>
+            <groupId>xalan</groupId>
+            <artifactId>serializer</artifactId>
+            <optional>true</optional>
+        </dependency>
+
+        <dependency>
+            <groupId>xalan</groupId>
+            <artifactId>xalan</artifactId>
+            <optional>true</optional>
+        </dependency>
+
+        <dependency>
+            <groupId>apache-xerces</groupId>
+            <artifactId>xercesImpl</artifactId>
+            <optional>true</optional>
+        </dependency>
+
+        <dependency>
+            <groupId>javax.ejb</groupId>
+            <artifactId>ejb-api</artifactId>
+        </dependency>
+
+        <dependency>
+            <groupId>commons-compress</groupId>
+            <artifactId>commons-compress</artifactId>
+        </dependency>
+
+        <dependency>
+            <groupId>javax.transaction</groupId>
+            <artifactId>jta</artifactId>
+            <optional>true</optional>
+        </dependency>
+
+        <dependency>
+            <groupId>bsf</groupId>
+            <artifactId>bsf</artifactId>
+        </dependency>
+
+        <dependency>
+            <groupId>gnu-regexp</groupId>
+            <artifactId>gnu-regexp</artifactId>
+        </dependency>
+
+    </dependencies>
+
 </project>
\ No newline at end of file

Modified: projects/fresh/trunk/fresh-ssh/pom.xml
===================================================================
--- projects/fresh/trunk/fresh-ssh/pom.xml	2009-05-21 18:52:02 UTC (rev 89257)
+++ projects/fresh/trunk/fresh-ssh/pom.xml	2009-05-21 18:55:56 UTC (rev 89258)
@@ -1,52 +1,53 @@
-<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>
+<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.jboss.fresh</groupId>
+        <artifactId>fresh-root</artifactId>
+        <version>1.0.0-SNAPSHOT</version>
+    </parent>
+    <modelVersion>4.0.0</modelVersion>
     <groupId>org.jboss.fresh</groupId>
-    <artifactId>fresh-root</artifactId>
-    <version>1.0.0-SNAPSHOT</version>
-  </parent>
-  <modelVersion>4.0.0</modelVersion>
-  <groupId>org.jboss.fresh</groupId>
-  <artifactId>fresh-ssh</artifactId>
-  <packaging>jar</packaging>
-  <name>JBoss Fresh - SSH</name>
-  <url>http://www.jboss.org/fresh</url>
-  <description>JBoss Fresh - SSH</description>
+    <artifactId>fresh-ssh</artifactId>
+    <packaging>jar</packaging>
+    <name>JBoss Fresh - SSH</name>
+    <url>http://www.jboss.org/fresh</url>
+    <description>JBoss Fresh - SSH</description>
 
-  <dependencies>
-    <dependency>
-      <groupId>org.jboss.fresh</groupId>
-      <artifactId>fresh-shell</artifactId>
-    </dependency>
+    <dependencies>
+        <dependency>
+            <groupId>org.jboss.fresh</groupId>
+            <artifactId>fresh-shell</artifactId>
+        </dependency>
 
-    <dependency>
-      <groupId>apache-log4j</groupId>
-      <artifactId>log4j</artifactId>
-      <scope>provided</scope>
-    </dependency>
+        <dependency>
+            <groupId>apache-log4j</groupId>
+            <artifactId>log4j</artifactId>
+            <scope>provided</scope>
+        </dependency>
 
-    <dependency>
-      <groupId>org.jboss.fresh</groupId>
-      <artifactId>fresh-util</artifactId>
-    </dependency>
+        <dependency>
+            <groupId>org.jboss.fresh</groupId>
+            <artifactId>fresh-util</artifactId>
+        </dependency>
 
-    <dependency>
-      <groupId>sshtools</groupId>
-      <artifactId>j2ssh-core</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>sshtools</groupId>
-      <artifactId>j2ssh-common</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>sshtools</groupId>
-      <artifactId>j2ssh-daemon</artifactId>
-    </dependency>
+        <dependency>
+            <groupId>sshtools</groupId>
+            <artifactId>j2ssh-core</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>sshtools</groupId>
+            <artifactId>j2ssh-common</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>sshtools</groupId>
+            <artifactId>j2ssh-daemon</artifactId>
+        </dependency>
 
-    <dependency>
-      <groupId>junit</groupId>
-      <artifactId>junit</artifactId>
-      <scope>test</scope>
-    </dependency>
-  </dependencies>
+        <dependency>
+            <groupId>junit</groupId>
+            <artifactId>junit</artifactId>
+            <scope>test</scope>
+        </dependency>
+    </dependencies>
 
 </project>
\ No newline at end of file

Modified: projects/fresh/trunk/fresh-threadpool/pom.xml
===================================================================
--- projects/fresh/trunk/fresh-threadpool/pom.xml	2009-05-21 18:52:02 UTC (rev 89257)
+++ projects/fresh/trunk/fresh-threadpool/pom.xml	2009-05-21 18:55:56 UTC (rev 89258)
@@ -1,29 +1,30 @@
-<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>
+<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.jboss.fresh</groupId>
+        <artifactId>fresh-root</artifactId>
+        <version>1.0.0-SNAPSHOT</version>
+    </parent>
+    <modelVersion>4.0.0</modelVersion>
     <groupId>org.jboss.fresh</groupId>
-    <artifactId>fresh-root</artifactId>
-    <version>1.0.0-SNAPSHOT</version>
-  </parent>
-  <modelVersion>4.0.0</modelVersion>
-  <groupId>org.jboss.fresh</groupId>
-  <artifactId>fresh-threadpool</artifactId>
-  <packaging>jar</packaging>
-  <name>JBoss Fresh - Threadpool</name>
-  <url>http://www.jboss.org/fresh</url>
-  <description>JBoss Fresh - Threadpool</description>
+    <artifactId>fresh-threadpool</artifactId>
+    <packaging>jar</packaging>
+    <name>JBoss Fresh - Threadpool</name>
+    <url>http://www.jboss.org/fresh</url>
+    <description>JBoss Fresh - Threadpool</description>
 
-  <dependencies>
-    <dependency>
-      <groupId>junit</groupId>
-      <artifactId>junit</artifactId>
-      <scope>test</scope>
-    </dependency>
+    <dependencies>
+        <dependency>
+            <groupId>junit</groupId>
+            <artifactId>junit</artifactId>
+            <scope>test</scope>
+        </dependency>
 
-      <dependency>
-        <groupId>apache-log4j</groupId>
-        <artifactId>log4j</artifactId>
-        <scope>provided</scope>
-      </dependency>
-  </dependencies>
-  
+        <dependency>
+            <groupId>apache-log4j</groupId>
+            <artifactId>log4j</artifactId>
+            <scope>provided</scope>
+        </dependency>
+    </dependencies>
+
 </project>
\ No newline at end of file

Modified: projects/fresh/trunk/fresh-util/pom.xml
===================================================================
--- projects/fresh/trunk/fresh-util/pom.xml	2009-05-21 18:52:02 UTC (rev 89257)
+++ projects/fresh/trunk/fresh-util/pom.xml	2009-05-21 18:55:56 UTC (rev 89258)
@@ -1,56 +1,53 @@
-<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>
+<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.jboss.fresh</groupId>
+        <artifactId>fresh-root</artifactId>
+        <version>1.0.0-SNAPSHOT</version>
+    </parent>
+    <modelVersion>4.0.0</modelVersion>
     <groupId>org.jboss.fresh</groupId>
-    <artifactId>fresh-root</artifactId>
-    <version>1.0.0-SNAPSHOT</version>
-  </parent>
-  <modelVersion>4.0.0</modelVersion>
-  <groupId>org.jboss.fresh</groupId>
-  <artifactId>fresh-util</artifactId>
-  <packaging>jar</packaging>
-  <name>JBoss Fresh - Util</name>
-  <url>http://www.jboss.org/fresh</url>
-  <description>JBoss Fresh - Util</description>
+    <artifactId>fresh-util</artifactId>
+    <packaging>jar</packaging>
+    <name>JBoss Fresh - Util</name>
+    <url>http://www.jboss.org/fresh</url>
+    <description>JBoss Fresh - Util</description>
 
-  <dependencies>
-    <dependency>
-      <groupId>junit</groupId>
-      <artifactId>junit</artifactId>
-      <scope>test</scope>
-    </dependency>
+    <dependencies>
+        <dependency>
+            <groupId>junit</groupId>
+            <artifactId>junit</artifactId>
+            <scope>test</scope>
+        </dependency>
 
-      <dependency>
-        <groupId>apache-log4j</groupId>
-        <artifactId>log4j</artifactId>
-        
-      </dependency>
+        <dependency>
+            <groupId>apache-log4j</groupId>
+            <artifactId>log4j</artifactId>
+        </dependency>
 
+        <dependency>
+            <groupId>xalan</groupId>
+            <artifactId>serializer</artifactId>
+            <optional>true</optional>
+        </dependency>
 
-      <dependency>
-        <groupId>xalan</groupId>
-        <artifactId>serializer</artifactId>
-        <optional>true</optional>
-      </dependency>
+        <dependency>
+            <groupId>xalan</groupId>
+            <artifactId>xalan</artifactId>
+            <optional>true</optional>
+        </dependency>
 
-      <dependency>
-        <groupId>xalan</groupId>
-        <artifactId>xalan</artifactId>
-        <optional>true</optional>
-      </dependency>
+        <dependency>
+            <groupId>apache-xerces</groupId>
+            <artifactId>xercesImpl</artifactId>
+            <optional>true</optional>
+        </dependency>
 
-      <dependency>
-        <groupId>apache-xerces</groupId>
-        <artifactId>xercesImpl</artifactId>
-        <optional>true</optional>
-      </dependency>    
+        <dependency>
+            <groupId>javax.transaction</groupId>
+            <artifactId>jta</artifactId>
+            <optional>true</optional>
+        </dependency>
+    </dependencies>
 
-    
-			
-			<dependency>
-			  <groupId>javax.transaction</groupId>
-			  <artifactId>jta</artifactId>
-			  <optional>true</optional>
-			</dependency>
-  </dependencies>
-  
 </project>
\ No newline at end of file

Modified: projects/fresh/trunk/fresh-vfs/pom.xml
===================================================================
--- projects/fresh/trunk/fresh-vfs/pom.xml	2009-05-21 18:52:02 UTC (rev 89257)
+++ projects/fresh/trunk/fresh-vfs/pom.xml	2009-05-21 18:55:56 UTC (rev 89258)
@@ -1,35 +1,35 @@
-<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>
+<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.jboss.fresh</groupId>
+        <artifactId>fresh-root</artifactId>
+        <version>1.0.0-SNAPSHOT</version>
+    </parent>
+    <modelVersion>4.0.0</modelVersion>
     <groupId>org.jboss.fresh</groupId>
-    <artifactId>fresh-root</artifactId>
-    <version>1.0.0-SNAPSHOT</version>
-  </parent>
-  <modelVersion>4.0.0</modelVersion>
-  <groupId>org.jboss.fresh</groupId>
-  <artifactId>fresh-vfs</artifactId>
-  <packaging>jar</packaging>
-  <name>JBoss Fresh - VFS</name>
-  <url>http://www.jboss.org/fresh</url>
-  <description>JBoss Fresh - VFS</description>
+    <artifactId>fresh-vfs</artifactId>
+    <packaging>jar</packaging>
+    <name>JBoss Fresh - VFS</name>
+    <url>http://www.jboss.org/fresh</url>
+    <description>JBoss Fresh - VFS</description>
 
-  <dependencies>
-    <dependency>
-      <groupId>junit</groupId>
-      <artifactId>junit</artifactId>
-      <scope>test</scope>
-    </dependency>
+    <dependencies>
+        <dependency>
+            <groupId>junit</groupId>
+            <artifactId>junit</artifactId>
+            <scope>test</scope>
+        </dependency>
 
-      <dependency>
-        <groupId>apache-log4j</groupId>
-        <artifactId>log4j</artifactId>
-        <scope>provided</scope>
-      </dependency>
-      
-      <dependency>
-        <groupId>org.jboss.fresh</groupId>
-  			<artifactId>fresh-util</artifactId>
-      </dependency>
-      
-  </dependencies>
-  
+        <dependency>
+            <groupId>apache-log4j</groupId>
+            <artifactId>log4j</artifactId>
+            <scope>provided</scope>
+        </dependency>
+
+        <dependency>
+            <groupId>org.jboss.fresh</groupId>
+            <artifactId>fresh-util</artifactId>
+        </dependency>
+    </dependencies>
+
 </project>
\ No newline at end of file

Modified: projects/fresh/trunk/pom.xml
===================================================================
--- projects/fresh/trunk/pom.xml	2009-05-21 18:52:02 UTC (rev 89257)
+++ projects/fresh/trunk/pom.xml	2009-05-21 18:55:56 UTC (rev 89258)
@@ -1,346 +1,359 @@
-<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.jboss</groupId>
-    <artifactId>jboss-parent</artifactId>
-    <version>4</version>
-  </parent>
-  <groupId>org.jboss.fresh</groupId>
-  <artifactId>fresh-root</artifactId>
-  <version>1.0.0-SNAPSHOT</version>
-  <packaging>pom</packaging>
-  <name>JBoss Fresh Parent POM</name>
-  <url>http://www.jboss.com/products/fresh</url>
-  <description>JBoss Free shell</description>
-  <scm>
-    <connection>
-      scm:svn:http://anonsvn.jboss.org/repos/jbossas/projects/fresh/trunk</connection>
-    <developerConnection>
-      scm:svn:https://svn.jboss.org/repos/jbossas/projects/fresh/trunk</developerConnection>
-    <url>
-      http://viewvc.jboss.org/cgi-bin/viewvc.cgi/jbossas/projects/fresh/trunk</url>
-  </scm>
-  
-  <modules>
-    <module>fresh-scripting</module>
-    <module>fresh-shell</module>
-    <module>fresh-ssh</module>
-    <module>fresh-threadpool</module>
-    <module>fresh-util</module>
-    <module>fresh-vfs</module>
-    <module>fresh-jar</module>
-  </modules>
-  
-  <properties>
-    <version.jboss.vfs>2.1.2.GA</version.jboss.vfs>
-    <version.jboss.man>2.1.0.CR8</version.jboss.man>
-    <version.jboss.microcontainer>2.0.6.GA</version.jboss.microcontainer>
-    <version.jboss.common.core>2.2.13.GA</version.jboss.common.core>
-    <version.jboss.common.logging.spi>2.0.5.GA</version.jboss.common.logging.spi>
-    <version.jboss.common.logging.log4j>2.0.5.GA</version.jboss.common.logging.log4j>
-    <version.jbossxb>2.0.1.GA</version.jbossxb>
-    <version.org.jboss.test>1.0.5.GA</version.org.jboss.test>
-    <version.junit>4.4</version.junit>
-    <version.sshtools>0.2.7</version.sshtools>
-    <version.xerces>2.9.1</version.xerces>
-  </properties>
-  
-  <build>
-    <outputDirectory>${microcontainer.outputDirectory}</outputDirectory>
-    <testOutputDirectory>
-      ${microcontainer.testOutputDirectory}</testOutputDirectory>
-    <finalName>${artifactId}</finalName>
-    <plugins>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-compiler-plugin</artifactId>
-        <version>2.0.2</version>
-        <configuration>
-          <source>1.5</source>
-          <target>1.5</target>
-          <showDeprecation>true</showDeprecation>
-          <showWarnings>true</showWarnings>
-          <optimize>true</optimize>
-        </configuration>
-      </plugin>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-release-plugin</artifactId>
-        <version>2.0-beta-9</version>
-        <configuration>
-          <generateReleasePoms>false</generateReleasePoms>
-          <tagBase>
-            https://svn.jboss.org/repos/jbossas/projects/fresh/tags</tagBase>
-          <autoVersionSubmodules>true</autoVersionSubmodules>
-        </configuration>
-      </plugin>
-    </plugins>
-    <pluginManagement>
-      <plugins>
-        <plugin>
-          <artifactId>maven-idea-plugin</artifactId>
-          <configuration>
-            <downloadSources>true</downloadSources>
-          </configuration>
-        </plugin>
-        <plugin>
-          <groupId>org.apache.maven.plugins</groupId>
-          <artifactId>maven-jar-plugin</artifactId>
-          <version>2.2</version>
-        </plugin>
-        <plugin>
-          <groupId>org.apache.maven.plugins</groupId>
-          <artifactId>maven-surefire-plugin</artifactId>
-          <version>2.4.3</version>
-          <configuration>
-            <redirectTestOutputToFile>true</redirectTestOutputToFile>
-            <includes>
-              <include>org/jboss/test/**/*TestCase.java</include>
-            </includes>
-          </configuration>
-        </plugin>
-      </plugins>
-    </pluginManagement>
-  </build>
-  
-  <repositories>
-    <repository>
-      <id>repository.jboss.org</id>
-      <name>JBoss Repository</name>
-      <layout>default</layout>
-      <url>http://repository.jboss.org/maven2/</url>
-      <snapshots>
-        <enabled>false</enabled>
-      </snapshots>
-    </repository>
-    <repository>
-      <id>snapshots.jboss.org</id>
-      <name>JBoss Snapshots Repository</name>
-      <layout>default</layout>
-      <url>http://snapshots.jboss.org/maven2/</url>
-      <snapshots>
-        <enabled>true</enabled>
-      </snapshots>
-      <releases>
-        <enabled>false</enabled>
-      </releases>
-    </repository>
-  </repositories>
-  
-  <dependencyManagement>
-    <!-- The parent pom manages the inter-dependencies of the deployer. -->
-    <dependencies>
-      
-      <dependency>
-        <groupId>org.jboss.fresh</groupId>
-        <artifactId>fresh-scripting</artifactId>
-        <version>${project.version}</version>
-      </dependency>
-      <dependency>
-        <groupId>org.jboss.fresh</groupId>
-        <artifactId>fresh-shell</artifactId>
-        <version>${project.version}</version>
-      </dependency>
-      <dependency>
-        <groupId>org.jboss.fresh</groupId>
-        <artifactId>fresh-ssh</artifactId>
-        <version>${project.version}</version>
-      </dependency>
-      <dependency>
-        <groupId>org.jboss.fresh</groupId>
-        <artifactId>fresh-threadpool</artifactId>
-        <version>${project.version}</version>
-      </dependency>
-      <dependency>
-        <groupId>org.jboss.fresh</groupId>
-        <artifactId>fresh-util</artifactId>
-        <version>${project.version}</version>
-      </dependency>
-      <dependency>
-        <groupId>org.jboss.fresh</groupId>
-        <artifactId>fresh-vfs</artifactId>
-        <version>${project.version}</version>
-      </dependency>
-      
-      <!-- OLD Parsek dependencies -->
-      
-      <dependency>
-        <groupId>apache-log4j</groupId>
-        <artifactId>log4j</artifactId>
-        <version>1.2.14</version>
-        <scope>provided</scope>
-      </dependency>
-      
-      <dependency>
-        <groupId>xalan</groupId>
-        <artifactId>xalan</artifactId>
-        <version>2.7.1</version>
-        <optional>true</optional>
-      </dependency>
-      
-      <dependency>
-        <groupId>xalan</groupId>
-        <artifactId>serializer</artifactId>
-        <version>2.7.1</version>
-        <optional>true</optional>
-      </dependency>
-      
-      <dependency>
-        <groupId>javax.ejb</groupId>
-        <artifactId>ejb-api</artifactId>
-        <version>3.0</version>
-      </dependency>
-      
-      <dependency>
-        <groupId>commons-compress</groupId>
-        <artifactId>commons-compress</artifactId>
-        <version>20050911</version>
-      </dependency>
-      
-      <dependency>
-        <groupId>javax.transaction</groupId>
-        <artifactId>jta</artifactId>
-        <version>1.1</version>
-        <optional>true</optional>
-      </dependency>
-      
-      <dependency>
-        <groupId>bsf</groupId>
-        <artifactId>bsf</artifactId>
-        <version>2.4.0</version>
-      </dependency>
-      
-      <dependency>
-        <groupId>gnu-regexp</groupId>
-        <artifactId>gnu-regexp</artifactId>
-        <version>1.1.4</version>
-      </dependency>
-      
-      <dependency>
-        <groupId>sshtools</groupId>
-        <artifactId>j2ssh-core</artifactId>
-        <version>${version.sshtools}</version>
-      </dependency>
-      <dependency>
-        <groupId>sshtools</groupId>
-        <artifactId>j2ssh-common</artifactId>
-        <version>${version.sshtools}</version>
-      </dependency>
-      <dependency>
-        <groupId>sshtools</groupId>
-        <artifactId>j2ssh-daemon</artifactId>
-        <version>${version.sshtools}</version>
-      </dependency>
-      
-      
-      <!-- JBoss dependencies -->
-      
-      <dependency>
-        <groupId>org.jboss.microcontainer</groupId>
-        <artifactId>jboss-dependency</artifactId>
-        <version>${version.jboss.microcontainer}</version>
-      </dependency>
-      <dependency>
-        <groupId>org.jboss.microcontainer</groupId>
-        <artifactId>jboss-kernel</artifactId>
-        <version>${version.jboss.microcontainer}</version>
-      </dependency>
-      <dependency>
-        <groupId>org.jboss.microcontainer</groupId>
-        <artifactId>jboss-aop-mc-int</artifactId>
-        <version>${version.jboss.microcontainer}</version>
-      </dependency>
+<!---->
+<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.jboss</groupId>
+        <artifactId>jboss-parent</artifactId>
+        <version>4</version>
+    </parent>
+    <groupId>org.jboss.fresh</groupId>
+    <artifactId>fresh-root</artifactId>
+    <version>1.0.0-SNAPSHOT</version>
+    <packaging>pom</packaging>
+    <name>JBoss Fresh Parent POM</name>
+    <url>http://www.jboss.com/products/fresh</url>
+    <description>JBoss Free shell</description>
+    <scm>
+        <connection>
+            scm:svn:http://anonsvn.jboss.org/repos/jbossas/projects/fresh/trunk
+        </connection>
+        <developerConnection>
+            scm:svn:https://svn.jboss.org/repos/jbossas/projects/fresh/trunk
+        </developerConnection>
+        <url>
+            http://viewvc.jboss.org/cgi-bin/viewvc.cgi/jbossas/projects/fresh/trunk
+        </url>
+    </scm>
 
-      <dependency>
-        <groupId>org.jboss</groupId>
-        <artifactId>jboss-common-core</artifactId>
-        <version>${version.jboss.common.core}</version>
-      </dependency>
-      <dependency>
-        <groupId>org.jboss.logging</groupId>
-        <artifactId>jboss-logging-spi</artifactId>
-        <version>${version.jboss.common.logging.spi}</version>
-      </dependency>
-      <dependency>
-        <groupId>org.jboss.logging</groupId>
-        <artifactId>jboss-logging-log4j</artifactId>
-        <version>${version.jboss.common.logging.log4j}</version>
-      </dependency>
-      <dependency>
-        <groupId>org.jboss</groupId>
-        <artifactId>jbossxb</artifactId>
-        <version>${version.jbossxb}</version>
-      </dependency>
-      <dependency>
-        <groupId>org.jboss</groupId>
-        <artifactId>jboss-vfs</artifactId>
-        <version>${version.jboss.vfs}</version>
-      </dependency>
-      <dependency>
-        <groupId>apache-xerces</groupId>
-        <artifactId>xercesImpl</artifactId>
-        <version>${version.xerces}</version>
-      </dependency>
-      <!-- test dependencies -->
-      <dependency>
-        <groupId>org.jboss</groupId>
-        <artifactId>jboss-test</artifactId>
-        <version>${version.org.jboss.test}</version>
-        <scope>test</scope>
-      </dependency>
-      <dependency>
-        <groupId>junit</groupId>
-        <artifactId>junit</artifactId>
-        <version>${version.junit}</version>
-        <scope>test</scope>
-      </dependency>
-    </dependencies>
-  </dependencyManagement>
-  
-  <profiles>
-    <profile>
-      <id>default</id>
-      <activation>
-        <activeByDefault>true</activeByDefault>
-      </activation>
-      <properties>
-        <microcontainer.outputDirectory>
-          target/classes</microcontainer.outputDirectory>
-        <microcontainer.testOutputDirectory>
-          target/test-classes</microcontainer.testOutputDirectory>
-      </properties>
-    </profile>
-    <profile>
-      <id>eclipse</id>
-      <build>
-        <defaultGoal>process-test-resources</defaultGoal>
+    <modules>
+        <module>fresh-scripting</module>
+        <module>fresh-shell</module>
+        <module>fresh-ssh</module>
+        <module>fresh-threadpool</module>
+        <module>fresh-util</module>
+        <module>fresh-vfs</module>
+        <module>fresh-jar</module>
+    </modules>
+
+    <properties>
+        <version.jboss.vfs>2.1.2.GA</version.jboss.vfs>
+        <version.jboss.man>2.1.0.CR8</version.jboss.man>
+        <version.jboss.microcontainer>2.0.6.GA</version.jboss.microcontainer>
+        <version.jboss.common.core>2.2.13.GA</version.jboss.common.core>
+        <version.jboss.common.logging.spi>2.0.5.GA</version.jboss.common.logging.spi>
+        <version.jboss.common.logging.log4j>2.0.5.GA</version.jboss.common.logging.log4j>
+        <version.jbossxb>2.0.1.GA</version.jbossxb>
+        <version.org.jboss.test>1.0.5.GA</version.org.jboss.test>
+        <version.junit>4.4</version.junit>
+        <version.sshtools>0.2.7</version.sshtools>
+        <version.xerces>2.9.1</version.xerces>
+    </properties>
+
+    <build>
+        <outputDirectory>${microcontainer.outputDirectory}</outputDirectory>
+        <testOutputDirectory>
+            ${microcontainer.testOutputDirectory}
+        </testOutputDirectory>
+        <finalName>${artifactId}</finalName>
         <plugins>
-          <plugin>
-            <artifactId>maven-eclipse-plugin</artifactId>
-            <executions>
-              <execution>
-                <id>eclipse</id>
-                <phase>process-test-resources</phase>
-                <goals>
-                  <goal>eclipse</goal>
-                </goals>
-              </execution>
-            </executions>
-            <configuration>
-              <downloadSources>true</downloadSources>
-              <buildOutputDirectory>
-                ${microcontainer.outputDirectory}</buildOutputDirectory>
-            </configuration>
-          </plugin>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-compiler-plugin</artifactId>
+                <version>2.0.2</version>
+                <configuration>
+                    <source>1.5</source>
+                    <target>1.5</target>
+                    <showDeprecation>true</showDeprecation>
+                    <showWarnings>true</showWarnings>
+                    <optimize>true</optimize>
+                </configuration>
+            </plugin>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-release-plugin</artifactId>
+                <version>2.0-beta-9</version>
+                <configuration>
+                    <generateReleasePoms>false</generateReleasePoms>
+                    <tagBase>
+                        https://svn.jboss.org/repos/jbossas/projects/fresh/tags
+                    </tagBase>
+                    <autoVersionSubmodules>true</autoVersionSubmodules>
+                </configuration>
+            </plugin>
         </plugins>
-      </build>
-      <properties>
-        <microcontainer.outputDirectory>
-          eclipse-target/classes</microcontainer.outputDirectory>
-        <microcontainer.testOutputDirectory>
-          eclipse-target/test-classes</microcontainer.testOutputDirectory>
-      </properties>
-    </profile>
-  </profiles>
-  
+        <pluginManagement>
+            <plugins>
+                <plugin>
+                    <artifactId>maven-idea-plugin</artifactId>
+                    <configuration>
+                        <downloadSources>true</downloadSources>
+                    </configuration>
+                </plugin>
+                <plugin>
+                    <groupId>org.apache.maven.plugins</groupId>
+                    <artifactId>maven-jar-plugin</artifactId>
+                    <version>2.2</version>
+                </plugin>
+                <plugin>
+                    <groupId>org.apache.maven.plugins</groupId>
+                    <artifactId>maven-surefire-plugin</artifactId>
+                    <version>2.4.3</version>
+                    <configuration>
+                        <redirectTestOutputToFile>true</redirectTestOutputToFile>
+                        <includes>
+                            <include>org/jboss/test/**/*TestCase.java</include>
+                        </includes>
+                    </configuration>
+                </plugin>
+            </plugins>
+        </pluginManagement>
+    </build>
+
+    <repositories>
+        <repository>
+            <id>repository.jboss.org</id>
+            <name>JBoss Repository</name>
+            <layout>default</layout>
+            <url>http://repository.jboss.org/maven2/</url>
+            <snapshots>
+                <enabled>false</enabled>
+            </snapshots>
+        </repository>
+        <repository>
+            <id>snapshots.jboss.org</id>
+            <name>JBoss Snapshots Repository</name>
+            <layout>default</layout>
+            <url>http://snapshots.jboss.org/maven2/</url>
+            <snapshots>
+                <enabled>true</enabled>
+            </snapshots>
+            <releases>
+                <enabled>false</enabled>
+            </releases>
+        </repository>
+    </repositories>
+
+    <dependencyManagement>
+        <!-- The parent pom manages the inter-dependencies of the deployer. -->
+        <dependencies>
+
+            <dependency>
+                <groupId>org.jboss.fresh</groupId>
+                <artifactId>fresh-scripting</artifactId>
+                <version>${project.version}</version>
+            </dependency>
+            <dependency>
+                <groupId>org.jboss.fresh</groupId>
+                <artifactId>fresh-shell</artifactId>
+                <version>${project.version}</version>
+            </dependency>
+            <dependency>
+                <groupId>org.jboss.fresh</groupId>
+                <artifactId>fresh-ssh</artifactId>
+                <version>${project.version}</version>
+            </dependency>
+            <dependency>
+                <groupId>org.jboss.fresh</groupId>
+                <artifactId>fresh-threadpool</artifactId>
+                <version>${project.version}</version>
+            </dependency>
+            <dependency>
+                <groupId>org.jboss.fresh</groupId>
+                <artifactId>fresh-util</artifactId>
+                <version>${project.version}</version>
+            </dependency>
+            <dependency>
+                <groupId>org.jboss.fresh</groupId>
+                <artifactId>fresh-vfs</artifactId>
+                <version>${project.version}</version>
+            </dependency>
+
+            <!-- OLD Parsek dependencies -->
+
+            <dependency>
+                <groupId>apache-log4j</groupId>
+                <artifactId>log4j</artifactId>
+                <version>1.2.14</version>
+                <scope>provided</scope>
+            </dependency>
+
+            <dependency>
+                <groupId>xalan</groupId>
+                <artifactId>xalan</artifactId>
+                <version>2.7.1</version>
+                <optional>true</optional>
+            </dependency>
+
+            <dependency>
+                <groupId>xalan</groupId>
+                <artifactId>serializer</artifactId>
+                <version>2.7.1</version>
+                <optional>true</optional>
+            </dependency>
+
+            <dependency>
+                <groupId>javax.ejb</groupId>
+                <artifactId>ejb-api</artifactId>
+                <version>3.0</version>
+            </dependency>
+
+            <dependency>
+                <groupId>commons-compress</groupId>
+                <artifactId>commons-compress</artifactId>
+                <version>20050911</version>
+            </dependency>
+
+            <dependency>
+                <groupId>javax.transaction</groupId>
+                <artifactId>jta</artifactId>
+                <version>1.1</version>
+                <optional>true</optional>
+            </dependency>
+
+            <dependency>
+                <groupId>bsf</groupId>
+                <artifactId>bsf</artifactId>
+                <version>2.4.0</version>
+            </dependency>
+
+            <dependency>
+                <groupId>gnu-regexp</groupId>
+                <artifactId>gnu-regexp</artifactId>
+                <version>1.1.4</version>
+            </dependency>
+
+            <dependency>
+                <groupId>sshtools</groupId>
+                <artifactId>j2ssh-core</artifactId>
+                <version>${version.sshtools}</version>
+            </dependency>
+            <dependency>
+                <groupId>sshtools</groupId>
+                <artifactId>j2ssh-common</artifactId>
+                <version>${version.sshtools}</version>
+            </dependency>
+            <dependency>
+                <groupId>sshtools</groupId>
+                <artifactId>j2ssh-daemon</artifactId>
+                <version>${version.sshtools}</version>
+            </dependency>
+
+            <!-- JBoss dependencies -->
+
+            <dependency>
+                <groupId>org.jboss.microcontainer</groupId>
+                <artifactId>jboss-dependency</artifactId>
+                <version>${version.jboss.microcontainer}</version>
+            </dependency>
+            <dependency>
+                <groupId>org.jboss.microcontainer</groupId>
+                <artifactId>jboss-kernel</artifactId>
+                <version>${version.jboss.microcontainer}</version>
+            </dependency>
+            <dependency>
+                <groupId>org.jboss.microcontainer</groupId>
+                <artifactId>jboss-aop-mc-int</artifactId>
+                <version>${version.jboss.microcontainer}</version>
+            </dependency>
+
+            <dependency>
+                <groupId>org.jboss</groupId>
+                <artifactId>jboss-common-core</artifactId>
+                <version>${version.jboss.common.core}</version>
+            </dependency>
+            <dependency>
+                <groupId>org.jboss.logging</groupId>
+                <artifactId>jboss-logging-spi</artifactId>
+                <version>${version.jboss.common.logging.spi}</version>
+            </dependency>
+            <dependency>
+                <groupId>org.jboss.logging</groupId>
+                <artifactId>jboss-logging-log4j</artifactId>
+                <version>${version.jboss.common.logging.log4j}</version>
+            </dependency>
+            <dependency>
+                <groupId>org.jboss</groupId>
+                <artifactId>jbossxb</artifactId>
+                <version>${version.jbossxb}</version>
+            </dependency>
+            <dependency>
+                <groupId>org.jboss</groupId>
+                <artifactId>jboss-vfs</artifactId>
+                <version>${version.jboss.vfs}</version>
+            </dependency>
+            <dependency>
+                <groupId>apache-xerces</groupId>
+                <artifactId>xercesImpl</artifactId>
+                <version>${version.xerces}</version>
+            </dependency>
+
+            <!-- test dependencies -->
+            
+            <dependency>
+                <groupId>org.jboss</groupId>
+                <artifactId>jboss-test</artifactId>
+                <version>${version.org.jboss.test}</version>
+                <scope>test</scope>
+            </dependency>
+            <dependency>
+                <groupId>junit</groupId>
+                <artifactId>junit</artifactId>
+                <version>${version.junit}</version>
+                <scope>test</scope>
+            </dependency>
+        </dependencies>
+    </dependencyManagement>
+
+    <profiles>
+        <profile>
+            <id>default</id>
+            <activation>
+                <activeByDefault>true</activeByDefault>
+            </activation>
+            <properties>
+                <microcontainer.outputDirectory>
+                    target/classes
+                </microcontainer.outputDirectory>
+                <microcontainer.testOutputDirectory>
+                    target/test-classes
+                </microcontainer.testOutputDirectory>
+            </properties>
+        </profile>
+        <profile>
+            <id>eclipse</id>
+            <build>
+                <defaultGoal>process-test-resources</defaultGoal>
+                <plugins>
+                    <plugin>
+                        <artifactId>maven-eclipse-plugin</artifactId>
+                        <executions>
+                            <execution>
+                                <id>eclipse</id>
+                                <phase>process-test-resources</phase>
+                                <goals>
+                                    <goal>eclipse</goal>
+                                </goals>
+                            </execution>
+                        </executions>
+                        <configuration>
+                            <downloadSources>true</downloadSources>
+                            <buildOutputDirectory>
+                                ${microcontainer.outputDirectory}
+                            </buildOutputDirectory>
+                        </configuration>
+                    </plugin>
+                </plugins>
+            </build>
+            <properties>
+                <microcontainer.outputDirectory>
+                    eclipse-target/classes
+                </microcontainer.outputDirectory>
+                <microcontainer.testOutputDirectory>
+                    eclipse-target/test-classes
+                </microcontainer.testOutputDirectory>
+            </properties>
+        </profile>
+    </profiles>
+
 </project>
\ No newline at end of file




More information about the jboss-cvs-commits mailing list