[jboss-cvs] JBossAS SVN: r99592 - in projects/ejb3/components/nointerface/trunk: build and 2 other directories.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Jan 19 06:32:14 EST 2010


Author: jaikiran
Date: 2010-01-19 06:32:14 -0500 (Tue, 19 Jan 2010)
New Revision: 99592

Modified:
   projects/ejb3/components/nointerface/trunk/build/pom.xml
   projects/ejb3/components/nointerface/trunk/impl/pom.xml
   projects/ejb3/components/nointerface/trunk/pom.xml
   projects/ejb3/components/nointerface/trunk/spi/pom.xml
Log:
EJBTHREE-1989 Minor formatting of pom.xml files

Modified: projects/ejb3/components/nointerface/trunk/build/pom.xml
===================================================================
--- projects/ejb3/components/nointerface/trunk/build/pom.xml	2010-01-19 11:19:13 UTC (rev 99591)
+++ projects/ejb3/components/nointerface/trunk/build/pom.xml	2010-01-19 11:32:14 UTC (rev 99592)
@@ -1,207 +1,208 @@
 <?xml version="1.0" encoding="UTF-8"?>
-  <!--
+    <!--
   vi:ts=2:sw=2:expandtab:
 -->
 <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">
+    xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
 
-  <!-- Parent -->
-  <parent>
-    <groupId>org.jboss</groupId>
-    <artifactId>jboss-parent</artifactId>
-    <version>4</version>
-  </parent>
+    <!-- Parent -->
+    <parent>
+        <groupId>org.jboss</groupId>
+        <artifactId>jboss-parent</artifactId>
+        <version>4</version>
+    </parent>
 
-  <!-- Model Version -->
-  <modelVersion>4.0.0</modelVersion>
+    <!-- Model Version -->
+    <modelVersion>4.0.0</modelVersion>
 
-  <!-- Artifact Configuration -->
-  <groupId>org.jboss.ejb3.nointerface</groupId>
-  <artifactId>jboss-ejb3-nointerface-build</artifactId>
-  <version>1.0.0-SNAPSHOT</version>
-  <name>JBoss EJB3.1 no-interface build</name>
-  <description>Centralized Build Configuration for EJB 3.1+ no-interface support</description>
-  <packaging>pom</packaging>
+    <!-- Artifact Configuration -->
+    <groupId>org.jboss.ejb3.nointerface</groupId>
+    <artifactId>jboss-ejb3-nointerface-build</artifactId>
+    <version>1.0.0-SNAPSHOT</version>
+    <name>JBoss EJB3.1 no-interface build</name>
+    <description>Centralized Build Configuration for EJB 3.1+ no-interface support</description>
+    <packaging>pom</packaging>
 
-  <!-- Properties -->
-  <properties>
+    <!-- Properties -->
+    <properties>
 
-    <!-- Versioning -->
-    <version.junit_junit>4.6</version.junit_junit>
-    <version.jboss.logging.spi>2.0.5.GA</version.jboss.logging.spi>
-    <version.jboss.logging.log4j>2.0.5.GA</version.jboss.logging.log4j>    
-  </properties>
+        <!-- Versioning -->
+        <version.junit_junit>4.6</version.junit_junit>
+        <version.jboss.logging.spi>2.0.5.GA</version.jboss.logging.spi>
+        <version.jboss.logging.log4j>2.0.5.GA</version.jboss.logging.log4j>
+    </properties>
 
-  <!-- SCM -->
-  <scm>
-    <connection>scm:svn:http://anonsvn.jboss.org/repos/jbossas/projects/ejb3/components/nointerface</connection>
-    <developerConnection>scm:svn:https://svn.jboss.org/repos/jbossas/projects/ejb3/components/nointerface</developerConnection>
-    <url>http://anonsvn.jboss.org/repos/jbossas/projects/ejb3/components/nointerface</url>
-  </scm>
+    <!-- SCM -->
+    <scm>
+        <connection>scm:svn:http://anonsvn.jboss.org/repos/jbossas/projects/ejb3/components/nointerface</connection>
+        <developerConnection>scm:svn:https://svn.jboss.org/repos/jbossas/projects/ejb3/components/nointerface</developerConnection>
+        <url>http://anonsvn.jboss.org/repos/jbossas/projects/ejb3/components/nointerface</url>
+    </scm>
 
-  <!-- Issues -->
-  <issueManagement>
-    <system>jira</system>
-    <url>http://jira.jboss.com/jira/browse/EJBTHREE</url>
-  </issueManagement>
+    <!-- Issues -->
+    <issueManagement>
+        <system>jira</system>
+        <url>http://jira.jboss.com/jira/browse/EJBTHREE</url>
+    </issueManagement>
 
-  <!-- Build -->
-  <build>
+    <!-- Build -->
+    <build>
 
-    <plugins>
+        <plugins>
 
-      <!-- Compiler / JDK6 required for EJB 3.1 -->
-      <plugin>
-        <artifactId>maven-compiler-plugin</artifactId>
-        <inherited>true</inherited>
-        <configuration>
-          <source>1.6</source>
-          <target>1.6</target>
-          <showDeprecation>false</showDeprecation>
-          <showWarnings>true</showWarnings>
-          <optimize>true</optimize>
-          <compilerVersion>1.6</compilerVersion>
-          <fork>true</fork>
-          <argLine>-Xmx512M</argLine>
-          <executable>${JAVA_HOME}/bin/javac</executable>
-        </configuration>
-      </plugin>
+            <!-- Compiler / JDK6 required for EJB 3.1 -->
+            <plugin>
+                <artifactId>maven-compiler-plugin</artifactId>
+                <inherited>true</inherited>
+                <configuration>
+                    <source>1.6</source>
+                    <target>1.6</target>
+                    <showDeprecation>false</showDeprecation>
+                    <showWarnings>true</showWarnings>
+                    <optimize>true</optimize>
+                    <compilerVersion>1.6</compilerVersion>
+                    <fork>true</fork>
+                    <argLine>-Xmx512M</argLine>
+                    <executable>${JAVA_HOME}/bin/javac</executable>
+                </configuration>
+            </plugin>
 
-      <!-- Surefire -->
-      <plugin>
-        <artifactId>maven-surefire-plugin</artifactId>
-        <configuration>
-          <redirectTestOutputToFile>true</redirectTestOutputToFile>
-          <trimStackTrace>false</trimStackTrace>
-          <printSummary>true</printSummary>
-          <includes>
-            <include>**/*TestCase.java</include>
-            <include>**/*TestSuite.java</include>
-          </includes>
-          <forkMode>always</forkMode>
-          <reportFormat>xml</reportFormat>
-        </configuration>
-      </plugin>
+            <!-- Surefire -->
+            <plugin>
+                <artifactId>maven-surefire-plugin</artifactId>
+                <configuration>
+                    <redirectTestOutputToFile>true</redirectTestOutputToFile>
+                    <trimStackTrace>false</trimStackTrace>
+                    <printSummary>true</printSummary>
+                    <includes>
+                        <include>**/*TestCase.java</include>
+                        <include>**/*TestSuite.java</include>
+                    </includes>
+                    <forkMode>always</forkMode>
+                    <reportFormat>xml</reportFormat>
+                </configuration>
+            </plugin>
 
-      <!-- Maven Release Plugin Configuration -->
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-release-plugin</artifactId>
-        <configuration>
-          <tagBase>https://svn.jboss.org/repos/jbossas/projects/ejb3/tags</tagBase>
-        </configuration>
-      </plugin>
+            <!-- Maven Release Plugin Configuration -->
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-release-plugin</artifactId>
+                <configuration>
+                    <tagBase>https://svn.jboss.org/repos/jbossas/projects/ejb3/tags</tagBase>
+                </configuration>
+            </plugin>
 
-      <!-- Enforce Maven Environment -->
-      <plugin>
-        <artifactId>maven-enforcer-plugin</artifactId>
-        <executions>
-          <execution>
-            <id>enforce-maven-environment</id>
-            <goals>
-              <goal>enforce</goal>
-            </goals>
-          </execution>
-        </executions>
-        <configuration>
-          <rules>
-            <requireJavaVersion>
-              <version>1.6</version> <!-- Must be JDK6 -->
-            </requireJavaVersion>
-            <requireProperty>
-              <property>env.JAVA_HOME</property>
-              <message>"JAVA_HOME needs to be set to compile"</message>
-            </requireProperty>
-          </rules>
-        </configuration>
-      </plugin>
-    </plugins>
+            <!-- Enforce Maven Environment -->
+            <plugin>
+                <artifactId>maven-enforcer-plugin</artifactId>
+                <executions>
+                    <execution>
+                        <id>enforce-maven-environment</id>
+                        <goals>
+                            <goal>enforce</goal>
+                        </goals>
+                    </execution>
+                </executions>
+                <configuration>
+                    <rules>
+                        <requireJavaVersion>
+                            <version>1.6</version> <!-- Must be JDK6 -->
+                        </requireJavaVersion>
+                        <requireProperty>
+                            <property>env.JAVA_HOME</property>
+                            <message>"JAVA_HOME needs to be
+                                set to compile"</message>
+                        </requireProperty>
+                    </rules>
+                </configuration>
+            </plugin>
+        </plugins>
 
-  </build>
+    </build>
 
-  <!-- Dependency Management -->
-  <dependencyManagement>
-    <dependencies>
+    <!-- Dependency Management -->
+    <dependencyManagement>
+        <dependencies>
 
-      <dependency>
-        <groupId>junit</groupId>
-        <artifactId>junit</artifactId>
-        <version>${version.junit_junit}</version>
-        <scope>test</scope>
-      </dependency>
-      
-      <dependency>
-	<groupId>org.jboss.logging</groupId>
-	<artifactId>jboss-logging-log4j</artifactId>
-	<version>${version.jboss.logging.log4j}</version>
-	<scope>runtime</scope>
-      </dependency>
-      
-      <dependency>
-	<groupId>org.jboss.logging</groupId>
-	<artifactId>jboss-logging-spi</artifactId>
-	<version>${version.jboss.logging.spi}</version>
-      </dependency>
+            <dependency>
+                <groupId>junit</groupId>
+                <artifactId>junit</artifactId>
+                <version>${version.junit_junit}</version>
+                <scope>test</scope>
+            </dependency>
 
+            <dependency>
+                <groupId>org.jboss.logging</groupId>
+                <artifactId>jboss-logging-log4j</artifactId>
+                <version>${version.jboss.logging.log4j}</version>
+                <scope>runtime</scope>
+            </dependency>
 
-    </dependencies>
-  </dependencyManagement>
+            <dependency>
+                <groupId>org.jboss.logging</groupId>
+                <artifactId>jboss-logging-spi</artifactId>
+                <version>${version.jboss.logging.spi}</version>
+            </dependency>
 
-  <!-- Reporting -->
-  <reporting>
-    <plugins>
 
-      <!-- Cobertura (Code Coverage) -->
-      <plugin>
-        <groupId>org.codehaus.mojo</groupId>
-        <artifactId>cobertura-maven-plugin</artifactId>
-        <configuration>
-          <formats>
-            <format>html</format>
-            <format>xml</format>
-          </formats>
-        </configuration>
-      </plugin>
+        </dependencies>
+    </dependencyManagement>
 
-      <!-- FindBugs -->
-      <plugin>
-        <groupId>org.codehaus.mojo</groupId>
-        <artifactId>findbugs-maven-plugin</artifactId>
-        <configuration>
-          <xmlOutput>true</xmlOutput>
-          <findbugsXmlOutputDirectory>target/site</findbugsXmlOutputDirectory>
-        </configuration>
-      </plugin>
+    <!-- Reporting -->
+    <reporting>
+        <plugins>
 
-      <!-- JavaDoc / APIViz -->
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-javadoc-plugin</artifactId>
-        <version>2.5</version>
-        <configuration>
-          <doclet>org.jboss.apiviz.APIviz</doclet>
-          <docletArtifact>
-            <groupId>org.jboss.apiviz</groupId>
-            <artifactId>apiviz</artifactId>
-            <version>1.3.0.GA</version>
-          </docletArtifact>
-          <useStandardDocletOptions>true</useStandardDocletOptions>
-          <charset>UTF-8</charset>
-          <encoding>UTF-8</encoding>
-          <docencoding>UTF-8</docencoding>
-          <breakiterator>true</breakiterator>
-          <version>true</version>
-          <author>true</author>
-          <keywords>true</keywords>
-          <additionalparam> 
-            -sourceclasspath ${project.build.outputDirectory}
+            <!-- Cobertura (Code Coverage) -->
+            <plugin>
+                <groupId>org.codehaus.mojo</groupId>
+                <artifactId>cobertura-maven-plugin</artifactId>
+                <configuration>
+                    <formats>
+                        <format>html</format>
+                        <format>xml</format>
+                    </formats>
+                </configuration>
+            </plugin>
+
+            <!-- FindBugs -->
+            <plugin>
+                <groupId>org.codehaus.mojo</groupId>
+                <artifactId>findbugs-maven-plugin</artifactId>
+                <configuration>
+                    <xmlOutput>true</xmlOutput>
+                    <findbugsXmlOutputDirectory>target/site</findbugsXmlOutputDirectory>
+                </configuration>
+            </plugin>
+
+            <!-- JavaDoc / APIViz -->
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-javadoc-plugin</artifactId>
+                <version>2.5</version>
+                <configuration>
+                    <doclet>org.jboss.apiviz.APIviz</doclet>
+                    <docletArtifact>
+                        <groupId>org.jboss.apiviz</groupId>
+                        <artifactId>apiviz</artifactId>
+                        <version>1.3.0.GA</version>
+                    </docletArtifact>
+                    <useStandardDocletOptions>true</useStandardDocletOptions>
+                    <charset>UTF-8</charset>
+                    <encoding>UTF-8</encoding>
+                    <docencoding>UTF-8</docencoding>
+                    <breakiterator>true</breakiterator>
+                    <version>true</version>
+                    <author>true</author>
+                    <keywords>true</keywords>
+                    <additionalparam>
+                        -sourceclasspath ${project.build.outputDirectory}
           </additionalparam>
-        </configuration>
-      </plugin>
+                </configuration>
+            </plugin>
 
 
-    </plugins>
-  </reporting>
+        </plugins>
+    </reporting>
 
 </project>
 

Modified: projects/ejb3/components/nointerface/trunk/impl/pom.xml
===================================================================
--- projects/ejb3/components/nointerface/trunk/impl/pom.xml	2010-01-19 11:19:13 UTC (rev 99591)
+++ projects/ejb3/components/nointerface/trunk/impl/pom.xml	2010-01-19 11:32:14 UTC (rev 99592)
@@ -1,258 +1,267 @@
-<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 -->
-  <parent>
-	<groupId>org.jboss.ejb3.nointerface</groupId>
-	<artifactId>jboss-ejb3-nointerface-build</artifactId>
-	<version>1.0.0-SNAPSHOT</version>
-  </parent>
-	
-  <!-- POM Model Version -->
-  <modelVersion>4.0.0</modelVersion>
+    <!-- Parent -->
+    <parent>
+        <groupId>org.jboss.ejb3.nointerface</groupId>
+        <artifactId>jboss-ejb3-nointerface-build</artifactId>
+        <version>1.0.0-SNAPSHOT</version>
+    </parent>
 
-  <!-- Artifact Information -->
-  <groupId>org.jboss.ejb3.nointerface</groupId>
-  <artifactId>jboss-ejb3-nointerface-impl</artifactId>
-  <packaging>jar</packaging>
-  <version>1.0.0-SNAPSHOT</version>
-  <name>JBoss EJB 3.1 Implementation of the no-interface view</name>
-  <url>http://labs.jboss.com/jbossejb3</url>
-  <description>A JBossMC based no-interface implementation for EJB3.1 beans (As defined by section 3.4.4 in EJB3.1 spec)</description>
+    <!-- POM Model Version -->
+    <modelVersion>4.0.0</modelVersion>
 
-  <properties>
-	  <version.nointerface.spi>1.0.0-SNAPSHOT</version.nointerface.spi>
-      <version.org.jboss.deployers>2.0.8.GA</version.org.jboss.deployers>
-      <version.org.jboss.ejb3_deployers>1.1.0</version.org.jboss.ejb3_deployers>
-      <version.org.jboss.microcontainer>2.0.8.GA</version.org.jboss.microcontainer>
-      <version.org.jboss_jbossxb>2.0.1.GA</version.org.jboss_jbossxb>
-      <version.javassist>3.7.1.GA</version.javassist>
-      <version.org.jboss.ejb3_jboss-ejb3-test>1.0.0</version.org.jboss.ejb3_jboss-ejb3-test>
-      <version.metadata_ejb>2.0.0-alpha-5</version.metadata_ejb>
-      <version.metadata_ear>2.0.0.Alpha</version.metadata_ear>
-  </properties>
+    <!-- Artifact Information -->
+    <groupId>org.jboss.ejb3.nointerface</groupId>
+    <artifactId>jboss-ejb3-nointerface-impl</artifactId>
+    <packaging>jar</packaging>
+    <version>1.0.0-SNAPSHOT</version>
+    <name>JBoss EJB 3.1 Implementation of the no-interface view</name>
+    <url>http://labs.jboss.com/jbossejb3</url>
+    <description>A JBossMC based no-interface implementation for EJB3.1 beans (As defined by section 3.4.4 in EJB3.1 spec)</description>
 
- <build>
- 
+    <properties>
+        <version.nointerface.spi>1.0.0-SNAPSHOT</version.nointerface.spi>
+        <version.org.jboss.deployers>2.0.8.GA</version.org.jboss.deployers>
+        <version.org.jboss.ejb3_deployers>1.1.0</version.org.jboss.ejb3_deployers>
+        <version.org.jboss.microcontainer>2.0.8.GA</version.org.jboss.microcontainer>
+        <version.org.jboss_jbossxb>2.0.1.GA</version.org.jboss_jbossxb>
+        <version.javassist>3.7.1.GA</version.javassist>
+        <version.org.jboss.ejb3_jboss-ejb3-test>1.0.0</version.org.jboss.ejb3_jboss-ejb3-test>
+        <version.metadata_ejb>2.0.0-alpha-5</version.metadata_ejb>
+        <version.metadata_ear>2.0.0.Alpha</version.metadata_ear>
+    </properties>
 
-   <plugins>
-        <!-- We have a dependency on @LocalBean which comes from ejb3-api (=JDK6) -->
-        <plugin>
-            <artifactId>maven-enforcer-plugin</artifactId>
-            <executions>
-              <execution>
-                <id>enforce-jdk6</id>
-                <goals>
-                  <goal>enforce</goal>
-                </goals>
+    <build>
+
+
+        <plugins>
+            <!--
+                We have a dependency on @LocalBean which comes from
+                ejb3-api (=JDK6)
+            -->
+            <plugin>
+                <artifactId>maven-enforcer-plugin</artifactId>
+                <executions>
+                    <execution>
+                        <id>enforce-jdk6</id>
+                        <goals>
+                            <goal>enforce</goal>
+                        </goals>
+                        <configuration>
+                            <rules>
+                                <requireProperty>
+                                    <property>env.JDK6_HOME</property>
+                                    <message>JDK6_HOME is not
+                                        set</message>
+                                </requireProperty>
+                            </rules>
+                        </configuration>
+                    </execution>
+                </executions>
+            </plugin>
+
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-surefire-plugin</artifactId>
                 <configuration>
-                  <rules>
-                    <requireProperty>
-                      <property>env.JDK6_HOME</property>
-                      <message>JDK6_HOME is not set</message>
-                    </requireProperty>
-                  </rules>
+
+                    <!-- Use Java6 -->
+                    <forkMode>once</forkMode>
+                    <jvm>${JDK6_HOME}/bin/java</jvm>
+                    <argLine>-Dxb.builder.useUnorderedSequence=true</argLine>
                 </configuration>
-              </execution>
-            </executions>
-        </plugin>
+            </plugin>
 
-        <plugin>
-            <groupId>org.apache.maven.plugins</groupId>
-            <artifactId>maven-surefire-plugin</artifactId>
-            <configuration>
-            
-              <!-- Use Java6 -->
-              <forkMode>once</forkMode>
-              <jvm>${JDK6_HOME}/bin/java</jvm>
-                <argLine>-Dxb.builder.useUnorderedSequence=true</argLine>
-            </configuration>
-        </plugin>
 
+            <plugin>
+                <artifactId>maven-compiler-plugin</artifactId>
+                <configuration>
+                    <source>1.6</source>
+                    <target>1.6</target>
+                    <executable>${JDK6_HOME}/bin/javac</executable>
+                </configuration>
+            </plugin>
 
-        <plugin>
-            <artifactId>maven-compiler-plugin</artifactId>
-            <configuration>
-              <source>1.6</source>
-              <target>1.6</target>
-              <executable>${JDK6_HOME}/bin/javac</executable>
-            </configuration>
-        </plugin>
+            <!-- Code coverage tool -->
+            <plugin>
+                <groupId>org.codehaus.mojo</groupId>
+                <artifactId>cobertura-maven-plugin</artifactId>
+                <!--
+                    version 2.0 is intentional since other (later)
+                    version seems to generate reports showing 0%
+                    coverage for all
+                -->
+                <version>2.0</version>
+            </plugin>
 
-        <!-- Code coverage tool -->
-        <plugin>
-            <groupId>org.codehaus.mojo</groupId>
-            <artifactId>cobertura-maven-plugin</artifactId>
-            <!-- version 2.0 is intentional since other (later) version
-            seems to generate reports showing 0% coverage for all -->
-            <version>2.0</version>
-        </plugin>
+        </plugins>
 
-    </plugins>
+    </build>
 
-  </build>
 
+    <!-- Dependencies -->
+    <dependencies>
 
- <!-- Dependencies -->
-  <dependencies>
+        <!-- nointerface spi -->
+        <dependency>
+            <groupId>org.jboss.ejb3.nointerface</groupId>
+            <artifactId>jboss-ejb3-nointerface-spi</artifactId>
+            <version>${version.nointerface.spi}</version>
+        </dependency>
 
-	  <!-- nointerface spi -->
-	<dependency>
-		<groupId>org.jboss.ejb3.nointerface</groupId>
-		<artifactId>jboss-ejb3-nointerface-spi</artifactId>
-		<version>${version.nointerface.spi}</version>
-	</dependency>
 
-    
 
-    
-    <!-- MC -->
-    <dependency>
-      <groupId>org.jboss.microcontainer</groupId>
-      <artifactId>jboss-kernel</artifactId>
-      <version>${version.org.jboss.microcontainer}</version>
-    </dependency>
 
+        <!-- MC -->
+        <dependency>
+            <groupId>org.jboss.microcontainer</groupId>
+            <artifactId>jboss-kernel</artifactId>
+            <version>${version.org.jboss.microcontainer}</version>
+        </dependency>
 
-  <!-- Javassist  -->
-    <dependency>
-      <groupId>javassist</groupId>
-      <artifactId>javassist</artifactId>
-      <version>${version.javassist}</version>
-    </dependency>
 
-  <!-- JBoss logging -->
-   <dependency>
-        <groupId>org.jboss.logging</groupId>
-        <artifactId>jboss-logging-spi</artifactId>
-    </dependency>
+        <!-- Javassist  -->
+        <dependency>
+            <groupId>javassist</groupId>
+            <artifactId>javassist</artifactId>
+            <version>${version.javassist}</version>
+        </dependency>
 
-   <!--  JBoss Metadata -->
-   <dependency>
-      <groupId>org.jboss.metadata</groupId>
-      <artifactId>jboss-metadata-ejb</artifactId>
-      <version>${version.metadata_ejb}</version>
-      <exclusions>
-        <exclusion>
-            <groupId>org.jboss</groupId>
-            <artifactId>jbossxb</artifactId>
-        </exclusion>
-        <exclusion>
-            <groupId>org.jboss</groupId>
-            <artifactId>jboss-mdr</artifactId>
-        </exclusion>
-        <exclusion>
-            <groupId>org.jboss</groupId>
-            <artifactId>jboss-reflect</artifactId>
-        </exclusion>
-        <exclusion>
-            <groupId>org.jboss</groupId>
-            <artifactId>jboss-vfs</artifactId>
-        </exclusion>
+        <!-- JBoss logging -->
+        <dependency>
+            <groupId>org.jboss.logging</groupId>
+            <artifactId>jboss-logging-spi</artifactId>
+        </dependency>
 
-      </exclusions>
-    </dependency>
-    
-    <!-- JBoss EAR metadata 
-        TODO: Try to avoid this. This is only needed (currently)
-        in the EJB3NoInterfaceDeployer which uses JBossAppMetaData to
-        check whether a deployment is an ear file
-     -->
-    <dependency>
-      <groupId>org.jboss.metadata</groupId>
-      <artifactId>jboss-metadata-ear</artifactId>
-      <version>${version.metadata_ear}</version>
-      <exclusions>
-        <exclusion>
-            <groupId>org.jboss</groupId>
-            <artifactId>jbossxb</artifactId>
-        </exclusion>
-        <exclusion>
-            <groupId>org.jboss</groupId>
-            <artifactId>jboss-mdr</artifactId>
-        </exclusion>
-        <exclusion>
-            <groupId>org.jboss</groupId>
-            <artifactId>jboss-reflect</artifactId>
-        </exclusion>
-        <exclusion>
-            <groupId>org.jboss</groupId>
-            <artifactId>jboss-vfs</artifactId>
-        </exclusion>
+        <!--  JBoss Metadata -->
+        <dependency>
+            <groupId>org.jboss.metadata</groupId>
+            <artifactId>jboss-metadata-ejb</artifactId>
+            <version>${version.metadata_ejb}</version>
+            <exclusions>
+                <exclusion>
+                    <groupId>org.jboss</groupId>
+                    <artifactId>jbossxb</artifactId>
+                </exclusion>
+                <exclusion>
+                    <groupId>org.jboss</groupId>
+                    <artifactId>jboss-mdr</artifactId>
+                </exclusion>
+                <exclusion>
+                    <groupId>org.jboss</groupId>
+                    <artifactId>jboss-reflect</artifactId>
+                </exclusion>
+                <exclusion>
+                    <groupId>org.jboss</groupId>
+                    <artifactId>jboss-vfs</artifactId>
+                </exclusion>
 
-      </exclusions>
-    </dependency>
+            </exclusions>
+        </dependency>
 
-    <!-- JBoss deployers -->
-    <dependency>
-      <groupId>org.jboss.deployers</groupId>
-      <artifactId>jboss-deployers-core-spi</artifactId>
-      <version>${version.org.jboss.deployers}</version>
-    </dependency>
-    <dependency>
-      <groupId>org.jboss.deployers</groupId>
-      <artifactId>jboss-deployers-impl</artifactId>
-      <version>${version.org.jboss.deployers}</version>
-    </dependency>
-    <dependency>
-      <groupId>org.jboss.deployers</groupId>
-      <artifactId>jboss-deployers-vfs</artifactId>
-      <version>${version.org.jboss.deployers}</version>
-    </dependency>
-    <dependency>
-      <groupId>org.jboss.deployers</groupId>
-      <artifactId>jboss-deployers-structure-spi</artifactId>
-      <version>${version.org.jboss.deployers}</version>
-    </dependency>
-
-    
-    <dependency>
-      <groupId>org.jboss.ejb3</groupId>
-      <artifactId>jboss-ejb3-endpoint</artifactId>
-      <version>0.1.0</version>
-    </dependency>
-    
-    <dependency>
-      <groupId>org.jboss.ejb3</groupId>
-      <artifactId>jboss-ejb3-deployers</artifactId>
-      <version>${version.org.jboss.ejb3_deployers}</version>
-      <exclusions>
-        <exclusion>
+        <!--
+            JBoss EAR metadata TODO: Try to avoid this. This is only
+            needed (currently) in the EJB3NoInterfaceDeployer which uses
+            JBossAppMetaData to check whether a deployment is an ear
+            file
+        -->
+        <dependency>
             <groupId>org.jboss.metadata</groupId>
-            <artifactId>jboss-metadata</artifactId>
-        </exclusion>
-      </exclusions>
-    </dependency>
+            <artifactId>jboss-metadata-ear</artifactId>
+            <version>${version.metadata_ear}</version>
+            <exclusions>
+                <exclusion>
+                    <groupId>org.jboss</groupId>
+                    <artifactId>jbossxb</artifactId>
+                </exclusion>
+                <exclusion>
+                    <groupId>org.jboss</groupId>
+                    <artifactId>jboss-mdr</artifactId>
+                </exclusion>
+                <exclusion>
+                    <groupId>org.jboss</groupId>
+                    <artifactId>jboss-reflect</artifactId>
+                </exclusion>
+                <exclusion>
+                    <groupId>org.jboss</groupId>
+                    <artifactId>jboss-vfs</artifactId>
+                </exclusion>
 
+            </exclusions>
+        </dependency>
 
-      <!-- The EJB3.1 API support (ex: @LocalBean) -->
-      <dependency>
-       <groupId>org.jboss.javaee</groupId>
-       <artifactId>jboss-ejb-api_3.1</artifactId>
-       <version>1.0-alpha-1</version>
-      </dependency>
+        <!-- JBoss deployers -->
+        <dependency>
+            <groupId>org.jboss.deployers</groupId>
+            <artifactId>jboss-deployers-core-spi</artifactId>
+            <version>${version.org.jboss.deployers}</version>
+        </dependency>
+        <dependency>
+            <groupId>org.jboss.deployers</groupId>
+            <artifactId>jboss-deployers-impl</artifactId>
+            <version>${version.org.jboss.deployers}</version>
+        </dependency>
+        <dependency>
+            <groupId>org.jboss.deployers</groupId>
+            <artifactId>jboss-deployers-vfs</artifactId>
+            <version>${version.org.jboss.deployers}</version>
+        </dependency>
+        <dependency>
+            <groupId>org.jboss.deployers</groupId>
+            <artifactId>jboss-deployers-structure-spi</artifactId>
+            <version>${version.org.jboss.deployers}</version>
+        </dependency>
 
-    
+
         <dependency>
-          <groupId>org.jboss.naming</groupId>
-          <artifactId>jnp-client</artifactId>
-          <version>5.0.0.GA</version>
+            <groupId>org.jboss.ejb3</groupId>
+            <artifactId>jboss-ejb3-endpoint</artifactId>
+            <version>0.1.0</version>
         </dependency>
 
-	<!-- JUnit support -->
-	<dependency>
-		<groupId>junit</groupId>
-		<artifactId>junit</artifactId>
-		<scope>test</scope>
-	</dependency>
-	
-	<!-- Test support from jboss-ejb3-test -->
-	<dependency>
-		<groupId>org.jboss.ejb3</groupId>
-		<artifactId>jboss-ejb3-test</artifactId>
-		<version>${version.org.jboss.ejb3_jboss-ejb3-test}</version>
-		<scope>test</scope>
-    	</dependency>
+        <dependency>
+            <groupId>org.jboss.ejb3</groupId>
+            <artifactId>jboss-ejb3-deployers</artifactId>
+            <version>${version.org.jboss.ejb3_deployers}</version>
+            <exclusions>
+                <exclusion>
+                    <groupId>org.jboss.metadata</groupId>
+                    <artifactId>jboss-metadata</artifactId>
+                </exclusion>
+            </exclusions>
+        </dependency>
 
-        
+
+        <!-- The EJB3.1 API support (ex: @LocalBean) -->
+        <dependency>
+            <groupId>org.jboss.javaee</groupId>
+            <artifactId>jboss-ejb-api_3.1</artifactId>
+            <version>1.0-alpha-1</version>
+        </dependency>
+
+
+        <dependency>
+            <groupId>org.jboss.naming</groupId>
+            <artifactId>jnp-client</artifactId>
+            <version>5.0.0.GA</version>
+        </dependency>
+
+        <!-- JUnit support -->
+        <dependency>
+            <groupId>junit</groupId>
+            <artifactId>junit</artifactId>
+            <scope>test</scope>
+        </dependency>
+
+        <!-- Test support from jboss-ejb3-test -->
+        <dependency>
+            <groupId>org.jboss.ejb3</groupId>
+            <artifactId>jboss-ejb3-test</artifactId>
+            <version>${version.org.jboss.ejb3_jboss-ejb3-test}</version>
+            <scope>test</scope>
+        </dependency>
+
+
     </dependencies>
 </project>
\ No newline at end of file

Modified: projects/ejb3/components/nointerface/trunk/pom.xml
===================================================================
--- projects/ejb3/components/nointerface/trunk/pom.xml	2010-01-19 11:19:13 UTC (rev 99591)
+++ projects/ejb3/components/nointerface/trunk/pom.xml	2010-01-19 11:32:14 UTC (rev 99592)
@@ -1,48 +1,48 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <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">
+    xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
 
-  <!-- Parent -->
-  <parent>
-    <groupId>org.jboss</groupId>
-    <artifactId>jboss-parent</artifactId>
-    <version>4</version>
-  </parent>
+    <!-- Parent -->
+    <parent>
+        <groupId>org.jboss</groupId>
+        <artifactId>jboss-parent</artifactId>
+        <version>4</version>
+    </parent>
 
-  <!-- Model Information -->
-  <modelVersion>4.0.0</modelVersion>
-  
+    <!-- Model Information -->
+    <modelVersion>4.0.0</modelVersion>
+
     <!-- Artifact Information  -->
-  <groupId>org.jboss.ejb3.nointerface</groupId>
-  <artifactId>jboss-ejb3-nointerface-aggregator</artifactId>
-  <version>1.0.0-SNAPSHOT</version>
-  <packaging>pom</packaging>
-  <name>JBoss EJB 3.1+ no-interface component Aggregator</name>
-  <url>http://www.jboss.org</url>
-  <description>Aggregator for no-interface component</description>
+    <groupId>org.jboss.ejb3.nointerface</groupId>
+    <artifactId>jboss-ejb3-nointerface-aggregator</artifactId>
+    <version>1.0.0-SNAPSHOT</version>
+    <packaging>pom</packaging>
+    <name>JBoss EJB 3.1+ no-interface component Aggregator</name>
+    <url>http://www.jboss.org</url>
+    <description>Aggregator for no-interface component</description>
 
-  <!-- Plugin Configuration -->
-  <build>
-    <plugins>
+    <!-- Plugin Configuration -->
+    <build>
+        <plugins>
 
-      <!-- Deploy -->
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-deploy-plugin</artifactId>
-        <configuration>
-          <!-- Don't include this aggregator in the deployment -->
-          <skip>true</skip>
-        </configuration>
-      </plugin>
+            <!-- Deploy -->
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-deploy-plugin</artifactId>
+                <configuration>
+                    <!-- Don't include this aggregator in the deployment -->
+                    <skip>true</skip>
+                </configuration>
+            </plugin>
 
-    </plugins>
-  </build>
+        </plugins>
+    </build>
 
-  <!-- Aggregate Modules -->
-  <modules>
-    <module>spi</module>
-    <module>build</module>
-    <module>impl</module>
-  </modules>
+    <!-- Aggregate Modules -->
+    <modules>
+        <module>spi</module>
+        <module>build</module>
+        <module>impl</module>
+    </modules>
 
 </project>

Modified: projects/ejb3/components/nointerface/trunk/spi/pom.xml
===================================================================
--- projects/ejb3/components/nointerface/trunk/spi/pom.xml	2010-01-19 11:19:13 UTC (rev 99591)
+++ projects/ejb3/components/nointerface/trunk/spi/pom.xml	2010-01-19 11:32:14 UTC (rev 99592)
@@ -1,90 +1,94 @@
-<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 -->
-  <parent>
-	<groupId>org.jboss.ejb3.nointerface</groupId>
-	<artifactId>jboss-ejb3-nointerface-build</artifactId>
-	<version>1.0.0-SNAPSHOT</version>
-  </parent>
 
-  <!-- POM Model Version -->
-  <modelVersion>4.0.0</modelVersion>
+    <!-- Parent -->
+    <parent>
+        <groupId>org.jboss.ejb3.nointerface</groupId>
+        <artifactId>jboss-ejb3-nointerface-build</artifactId>
+        <version>1.0.0-SNAPSHOT</version>
+    </parent>
 
-  <!-- Artifact Information -->
-  <groupId>org.jboss.ejb3.nointerface</groupId>
-  <artifactId>jboss-ejb3-nointerface-spi</artifactId>
-  <packaging>jar</packaging>
-  <version>1.0.0-SNAPSHOT</version>
-  <name>JBoss EJB3 No-Interface view SPI</name>
-  <url>http://labs.jboss.com/jbossejb3</url>
-  <description>SPI for JBoss EJB3 No-Interface view</description>
+    <!-- POM Model Version -->
+    <modelVersion>4.0.0</modelVersion>
 
+    <!-- Artifact Information -->
+    <groupId>org.jboss.ejb3.nointerface</groupId>
+    <artifactId>jboss-ejb3-nointerface-spi</artifactId>
+    <packaging>jar</packaging>
+    <version>1.0.0-SNAPSHOT</version>
+    <name>JBoss EJB3 No-Interface view SPI</name>
+    <url>http://labs.jboss.com/jbossejb3</url>
+    <description>SPI for JBoss EJB3 No-Interface view</description>
 
-  <properties>
-	  <version.metadata_ejb>2.0.0-alpha-5</version.metadata_ejb>
-  </properties>
-  
-  <build>
 
-   <plugins>
-        <!-- We have a dependency on @LocalBean which comes from ejb3-api (=JDK6) -->
-        <plugin>
-            <artifactId>maven-enforcer-plugin</artifactId>
-	    <executions>
-		    <!--  Enforce JDK6 -->
-		    <execution>
-			    <id>enforce-jdk6</id>
-			    <goals>
-				    <goal>enforce</goal>
-			    </goals>
-			    <configuration>
-				    <rules>
-					    <requireJavaVersion>
-						    <version>1.6</version>
-					    </requireJavaVersion>
-				    </rules>
-			    </configuration>
-		    </execution>
-            </executions>
-        </plugin>
+    <properties>
+        <version.metadata_ejb>2.0.0-alpha-5</version.metadata_ejb>
+    </properties>
 
-        <plugin>
-            <groupId>org.apache.maven.plugins</groupId>
-            <artifactId>maven-surefire-plugin</artifactId>
-            <configuration>
-              <!-- Use Java6 -->
-              <forkMode>once</forkMode>
-              <jvm>${JAVA_HOME}/bin/java</jvm>
-                <argLine>-Dxb.builder.useUnorderedSequence=true</argLine>
-            </configuration>
-        </plugin>
+    <build>
 
+        <plugins>
+            <!--
+                We have a dependency on @LocalBean which comes from
+                ejb3-api (=JDK6)
+            -->
+            <plugin>
+                <artifactId>maven-enforcer-plugin</artifactId>
+                <executions>
+                    <!--  Enforce JDK6 -->
+                    <execution>
+                        <id>enforce-jdk6</id>
+                        <goals>
+                            <goal>enforce</goal>
+                        </goals>
+                        <configuration>
+                            <rules>
+                                <requireJavaVersion>
+                                    <version>1.6</version>
+                                </requireJavaVersion>
+                            </rules>
+                        </configuration>
+                    </execution>
+                </executions>
+            </plugin>
 
-        <plugin>
-            <artifactId>maven-compiler-plugin</artifactId>
-            <configuration>
-              <source>1.6</source>
-              <target>1.6</target>
-              <executable>${JAVA_HOME}/bin/javac</executable>
-            </configuration>
-        </plugin>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-surefire-plugin</artifactId>
+                <configuration>
+                    <!-- Use Java6 -->
+                    <forkMode>once</forkMode>
+                    <jvm>${JAVA_HOME}/bin/java</jvm>
+                    <argLine>-Dxb.builder.useUnorderedSequence=true</argLine>
+                </configuration>
+            </plugin>
 
-    </plugins>
 
-  </build>
+            <plugin>
+                <artifactId>maven-compiler-plugin</artifactId>
+                <configuration>
+                    <source>1.6</source>
+                    <target>1.6</target>
+                    <executable>${JAVA_HOME}/bin/javac</executable>
+                </configuration>
+            </plugin>
 
+        </plugins>
 
- <!-- Dependencies -->
-  <dependencies>
+    </build>
 
 
-   <!--  JBoss Metadata -->
-   <dependency>
-      <groupId>org.jboss.metadata</groupId>
-      <artifactId>jboss-metadata-ejb</artifactId>
-      <version>${version.metadata_ejb}</version>
-    </dependency>
+    <!-- Dependencies -->
+    <dependencies>
 
-  </dependencies>
+
+        <!--  JBoss Metadata -->
+        <dependency>
+            <groupId>org.jboss.metadata</groupId>
+            <artifactId>jboss-metadata-ejb</artifactId>
+            <version>${version.metadata_ejb}</version>
+        </dependency>
+
+    </dependencies>
 </project>
\ No newline at end of file




More information about the jboss-cvs-commits mailing list