[seam-commits] Seam SVN: r12697 - in modules/international/trunk: impl and 1 other directory.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Fri May 7 02:11:57 EDT 2010


Author: mgencur at redhat.com
Date: 2010-05-07 02:11:57 -0400 (Fri, 07 May 2010)
New Revision: 12697

Modified:
   modules/international/trunk/impl/pom.xml
   modules/international/trunk/pom.xml
Log:
JBQA-3325, minor change

Modified: modules/international/trunk/impl/pom.xml
===================================================================
--- modules/international/trunk/impl/pom.xml	2010-05-07 05:21:18 UTC (rev 12696)
+++ modules/international/trunk/impl/pom.xml	2010-05-07 06:11:57 UTC (rev 12697)
@@ -1,59 +1,63 @@
 <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>
+	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.seam.international</groupId>
-      <artifactId>seam-international-parent</artifactId>
-      <version>3.0.0-SNAPSHOT</version>
-   </parent>
+	<parent>
+		<groupId>org.jboss.seam.international</groupId>
+		<artifactId>seam-international-parent</artifactId>
+		<version>3.0.0-SNAPSHOT</version>
+	</parent>
 
-   <artifactId>seam-international</artifactId>
-   <version>3.0.0-SNAPSHOT</version>
+	<artifactId>seam-international</artifactId>
+	<version>3.0.0-SNAPSHOT</version>
 
-   <packaging>jar</packaging>
-   <name>Seam International Module Core Implementation</name>
+	<packaging>jar</packaging>
+	<name>Seam International Module Core Implementation</name>
 
-  <!-- Snapshots repo to get parent -->
-  <repositories>
-      <repository>
-         <id>oss.sonatype.org/jboss-snapshots</id>
-         <name>JBoss (Nexus) Snapshots Repository</name>
-         <url>http://oss.sonatype.org/content/repositories/jboss-snapshots
+	<!-- Snapshots repo to get parent -->
+	<repositories>
+		<repository>
+			<id>oss.sonatype.org/jboss-snapshots</id>
+			<name>JBoss (Nexus) Snapshots Repository</name>
+			<url>http://oss.sonatype.org/content/repositories/jboss-snapshots
          </url>
-         <releases>
-            <enabled>false</enabled>
-         </releases>
-         <snapshots>
-            <enabled>true</enabled>
-            <updatePolicy>never</updatePolicy>
-         </snapshots>
-      </repository>
-   </repositories>
+			<releases>
+				<enabled>false</enabled>
+			</releases>
+			<snapshots>
+				<enabled>true</enabled>
+				<updatePolicy>never</updatePolicy>
+			</snapshots>
+		</repository>
+	</repositories>
 
-   <dependencies>
-      <dependency>
-         <artifactId>seam-international-api</artifactId>
-         <groupId>org.jboss.seam.international</groupId>
-         <version>${project.version}</version>
-         <scope>compile</scope>
-      </dependency>
-   </dependencies>
-   
-   <profiles>
+	<dependencies>
+		<dependency>
+			<artifactId>seam-international-api</artifactId>
+			<groupId>org.jboss.seam.international</groupId>
+			<version>${project.version}</version>
+			<scope>compile</scope>
+		</dependency>
+	</dependencies>
+
+	<profiles>
 		<profile>
 			<id>code-coverage</id>
 			<build>
-			  <plugins>     
-					<plugin>      
-					  <groupId>org.codehaus.mojo</groupId>
-					  <artifactId>emma-maven-plugin</artifactId>
+				<plugins>
+					<plugin>
+						<groupId>org.codehaus.mojo</groupId>
+						<artifactId>emma-maven-plugin</artifactId>
 					</plugin>
 					<plugin>
-					  <groupId>org.apache.maven.plugins</groupId>
-					  <artifactId>maven-surefire-plugin</artifactId>
+						<groupId>org.apache.maven.plugins</groupId>
+						<artifactId>maven-surefire-plugin</artifactId>
 					</plugin>
-				 </plugins>
+					<plugin>
+						<groupId>org.sonatype.maven.plugin</groupId>
+						<artifactId>emma4it-maven-plugin</artifactId>
+					</plugin>
+				</plugins>
 			</build>
 		</profile>
 	</profiles>

Modified: modules/international/trunk/pom.xml
===================================================================
--- modules/international/trunk/pom.xml	2010-05-07 05:21:18 UTC (rev 12696)
+++ modules/international/trunk/pom.xml	2010-05-07 06:11:57 UTC (rev 12697)
@@ -1,214 +1,216 @@
 <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>
+	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.weld</groupId>
-    <artifactId>weld-parent</artifactId>
-    <version>9</version>
-  </parent>
+	<parent>
+		<groupId>org.jboss.weld</groupId>
+		<artifactId>weld-parent</artifactId>
+		<version>9</version>
+	</parent>
 
-  <artifactId>seam-international-parent</artifactId>
-  <groupId>org.jboss.seam.international</groupId>
-  <version>3.0.0-SNAPSHOT</version>
+	<artifactId>seam-international-parent</artifactId>
+	<groupId>org.jboss.seam.international</groupId>
+	<version>3.0.0-SNAPSHOT</version>
 
-  <packaging>pom</packaging>
-  <name>Seam International Module Parent POM</name>
+	<packaging>pom</packaging>
+	<name>Seam International Module Parent POM</name>
 
-  <description>The Parent for Seam International Module</description>
-  <url>http://www.seamframework.org</url>
+	<description>The Parent for Seam International Module</description>
+	<url>http://www.seamframework.org</url>
 
-  <modules>
-    <module>api</module>
-    <module>impl</module>
-    <!--module>docs</module-->
-    <!--module>examples/??</module-->
-  </modules>
+	<modules>
+		<module>api</module>
+		<module>impl</module>
+		<!--module>docs</module-->
+		<!--module>examples/??</module-->
+	</modules>
 
-  <properties>
-    <arquillian.version>1.0.0.Alpha1</arquillian.version>
-    <seam.xml.version>3.0.0-SNAPSHOT</seam.xml.version>
-    <weld.extensions.version>1.0.0.Alpha1</weld.extensions.version>
-    <weld.api.version>1.0-SP1</weld.api.version>
-    <joda-time.version>1.6</joda-time.version>
-    <pretty-time.version>1.0.6</pretty-time.version>
-    <emma.maven.plugin.version>1.0-alpha-2</emma.maven.plugin.version>
-    <emma4it.maven.plugin.version>1.3</emma4it.maven.plugin.version>
-  </properties>
+	<properties>
+		<arquillian.version>1.0.0.Alpha1</arquillian.version>
+		<seam.xml.version>3.0.0-SNAPSHOT</seam.xml.version>
+		<weld.extensions.version>1.0.0.Alpha1</weld.extensions.version>
+		<weld.api.version>1.0-SP1</weld.api.version>
+		<joda-time.version>1.6</joda-time.version>
+		<pretty-time.version>1.0.6</pretty-time.version>
+		<emma.maven.plugin.version>1.0-alpha-2</emma.maven.plugin.version>
+		<emma4it.maven.plugin.version>1.3</emma4it.maven.plugin.version>
+	</properties>
 
-  <dependencyManagement>
-    <dependencies>
-      <dependency>
-        <groupId>org.jboss.weld</groupId>
-        <artifactId>weld-api-bom</artifactId>
-        <version>${weld.api.version}</version>
-        <scope>import</scope>
-        <type>pom</type>
-      </dependency>
-    </dependencies>
-  </dependencyManagement>
+	<dependencyManagement>
+		<dependencies>
+			<dependency>
+				<groupId>org.jboss.weld</groupId>
+				<artifactId>weld-api-bom</artifactId>
+				<version>${weld.api.version}</version>
+				<scope>import</scope>
+				<type>pom</type>
+			</dependency>
+		</dependencies>
+	</dependencyManagement>
 
-  <dependencies>
+	<dependencies>
 
-    <!-- Environment Dependencies -->
-    <dependency>
-      <groupId>javax.el</groupId>
-      <artifactId>el-api</artifactId>
-      <version>2.2</version>
-      <scope>provided</scope>
-    </dependency>
-    <dependency>
-      <groupId>javax.enterprise</groupId>
-      <artifactId>cdi-api</artifactId>
-      <scope>provided</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.jboss.weld</groupId>
-      <artifactId>weld-extensions</artifactId>
-      <version>${weld.extensions.version}</version>
-    </dependency>
-    <dependency>
-      <groupId>joda-time</groupId>
-      <artifactId>joda-time</artifactId>
-      <version>${joda-time.version}</version>
-    </dependency>
-    <dependency>
-      <groupId>com.ocpsoft</groupId>
-      <artifactId>ocpsoft-pretty-time</artifactId>
-      <version>${pretty-time.version}</version>
-    </dependency>
+		<!-- Environment Dependencies -->
+		<dependency>
+			<groupId>javax.el</groupId>
+			<artifactId>el-api</artifactId>
+			<version>2.2</version>
+			<scope>provided</scope>
+		</dependency>
+		<dependency>
+			<groupId>javax.enterprise</groupId>
+			<artifactId>cdi-api</artifactId>
+			<scope>provided</scope>
+		</dependency>
+		<dependency>
+			<groupId>org.jboss.weld</groupId>
+			<artifactId>weld-extensions</artifactId>
+			<version>${weld.extensions.version}</version>
+		</dependency>
+		<dependency>
+			<groupId>joda-time</groupId>
+			<artifactId>joda-time</artifactId>
+			<version>${joda-time.version}</version>
+		</dependency>
+		<dependency>
+			<groupId>com.ocpsoft</groupId>
+			<artifactId>ocpsoft-pretty-time</artifactId>
+			<version>${pretty-time.version}</version>
+		</dependency>
 
-    <!-- Test Dependencies -->
-    <dependency>
-      <groupId>junit</groupId>
-      <artifactId>junit</artifactId>
-      <version>4.8.1</version>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.jboss.arquillian</groupId>
-      <artifactId>arquillian-junit</artifactId>
-      <version>${arquillian.version}</version>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.jboss.arquillian.container</groupId>
-      <artifactId>arquillian-weld-embedded</artifactId>
-      <version>${arquillian.version}</version>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.jboss.seam.xml</groupId>
-      <artifactId>seam-xml-bean-config</artifactId>
-      <version>${seam.xml.version}</version>
-    </dependency>
-  </dependencies>
+		<!-- Test Dependencies -->
+		<dependency>
+			<groupId>junit</groupId>
+			<artifactId>junit</artifactId>
+			<version>4.8.1</version>
+			<scope>test</scope>
+		</dependency>
+		<dependency>
+			<groupId>org.jboss.arquillian</groupId>
+			<artifactId>arquillian-junit</artifactId>
+			<version>${arquillian.version}</version>
+			<scope>test</scope>
+		</dependency>
+		<dependency>
+			<groupId>org.jboss.arquillian.container</groupId>
+			<artifactId>arquillian-weld-embedded</artifactId>
+			<version>${arquillian.version}</version>
+			<scope>test</scope>
+		</dependency>
+		<dependency>
+			<groupId>org.jboss.seam.xml</groupId>
+			<artifactId>seam-xml-bean-config</artifactId>
+			<version>${seam.xml.version}</version>
+		</dependency>
+	</dependencies>
 
-  <developers>
-    <developer>
-      <name>Lincoln Baxter, III</name>
-      <email>lincolnbaxter at gmail.com</email>
-      <url>http://ocpsoft.com</url>
-      <organization>JBoss, by Red Hat</organization>
-      <organizationUrl>http://jboss.org</organizationUrl>
-      <timezone>EST</timezone>
-      <roles>
-        <role>Project Lead</role>
-      </roles>
-    </developer>
-    <developer>
-      <name>Ken Finnigan</name>
-      <timezone>GMT</timezone>
-      <roles>
-        <role>Project Lead</role>
-      </roles>
-    </developer>
-  </developers>
+	<developers>
+		<developer>
+			<name>Lincoln Baxter, III</name>
+			<email>lincolnbaxter at gmail.com</email>
+			<url>http://ocpsoft.com</url>
+			<organization>JBoss, by Red Hat</organization>
+			<organizationUrl>http://jboss.org</organizationUrl>
+			<timezone>EST</timezone>
+			<roles>
+				<role>Project Lead</role>
+			</roles>
+		</developer>
+		<developer>
+			<name>Ken Finnigan</name>
+			<timezone>GMT</timezone>
+			<roles>
+				<role>Project Lead</role>
+			</roles>
+		</developer>
+	</developers>
 
-  <scm>
-    <connection>scm:svn:http://anonsvn.jboss.org/repos/seam/modules/international/trunk</connection>
-    <developerConnection>scm:svn:https://svn.jboss.org/repos/seam/modules/international/trunk</developerConnection>
-    <url>http://fisheye.jboss.org/browse/Seam/modules/international/trunk</url>
-  </scm>
+	<scm>
+		<connection>scm:svn:http://anonsvn.jboss.org/repos/seam/modules/international/trunk</connection>
+		<developerConnection>scm:svn:https://svn.jboss.org/repos/seam/modules/international/trunk</developerConnection>
+		<url>http://fisheye.jboss.org/browse/Seam/modules/international/trunk</url>
+	</scm>
 
-  <build>
-    <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>
-        </configuration>
-      </plugin>
-    </plugins>
-  </build>
-  
-  <profiles>
-	  <profile>
-            <id>code-coverage</id>
-            <build>
-					  <plugins>     
-							<plugin>      
-							  <groupId>org.codehaus.mojo</groupId>
-							  <artifactId>emma-maven-plugin</artifactId>
-							  <version>${emma.maven.plugin.version}</version>
-							  <inherited>true</inherited>          
-							  <executions>
-								 <execution>
+	<build>
+		<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>
+				</configuration>
+			</plugin>
+		</plugins>
+	</build>
+
+	<profiles>
+		<profile>
+			<id>code-coverage</id>
+			<build>
+				<pluginManagement>
+					<plugins>
+						<plugin>
+							<groupId>org.codehaus.mojo</groupId>
+							<artifactId>emma-maven-plugin</artifactId>
+							<version>${emma.maven.plugin.version}</version>
+							<inherited>true</inherited>
+							<executions>
+								<execution>
 									<id>instrumentation</id>
-									<phase>process-classes</phase>               
+									<phase>process-classes</phase>
 									<goals>
-									  <goal>instrument</goal>
+										<goal>instrument</goal>
 									</goals>
 									<configuration>
 										<verbose>true</verbose>
 									</configuration>
-								 </execution>
-								 <execution>
-								   <id>cleaning</id>
-									<phase>clean</phase>               
+								</execution>
+								<execution>
+									<id>cleaning</id>
+									<phase>clean</phase>
 									<goals>
-									  <goal>clean</goal>
+										<goal>clean</goal>
 									</goals>
-								 </execution>
-							  </executions>
-							</plugin>
-							
-							<plugin>
-							  <groupId>org.apache.maven.plugins</groupId>
-							  <artifactId>maven-surefire-plugin</artifactId>
-							  <inherited>true</inherited>
-							  <configuration>
-								 <forkMode>once</forkMode>
-								 <classesDirectory>${project.build.directory}/generated-classes/emma/classes</classesDirectory>    
-							  </configuration>        
-							</plugin>
-						 
-							<plugin>
-								  <groupId>org.sonatype.maven.plugin</groupId>
-								  <artifactId>emma4it-maven-plugin</artifactId>
-								  <version>${emma4it.maven.plugin.version}</version>
-								  <executions>
-									 <execution>
-										  <id>report</id>
-										  <phase>test</phase>
-										  <goals>
-											 <goal>report</goal>
-										  </goals>
-										  <configuration>
-											 <sourceSets>
-												<sourceSet>
-												  <directory>${project.build.sourceDirectory}</directory>
-												</sourceSet>
-											 </sourceSets>
-										  </configuration>
-										</execution>
-								  </executions>
-							</plugin>
-						 </plugins>
-				</build>
+								</execution>
+							</executions>
+						</plugin>
+
+						<plugin>
+							<groupId>org.apache.maven.plugins</groupId>
+							<artifactId>maven-surefire-plugin</artifactId>
+							<inherited>true</inherited>
+							<configuration>
+								<forkMode>once</forkMode>
+								<classesDirectory>${project.build.directory}/generated-classes/emma/classes</classesDirectory>
+							</configuration>
+						</plugin>
+
+						<plugin>
+							<groupId>org.sonatype.maven.plugin</groupId>
+							<artifactId>emma4it-maven-plugin</artifactId>
+							<version>${emma4it.maven.plugin.version}</version>
+							<executions>
+								<execution>
+									<id>report</id>
+									<phase>test</phase>
+									<goals>
+										<goal>report</goal>
+									</goals>
+									<configuration>
+										<sourceSets>
+											<sourceSet>
+												<directory>${project.build.sourceDirectory}</directory>
+											</sourceSet>
+										</sourceSets>
+									</configuration>
+								</execution>
+							</executions>
+						</plugin>
+					</plugins>
+				</pluginManagement>
+			</build>
 		</profile>
-    </profiles>  
+	</profiles>
 </project>



More information about the seam-commits mailing list