[seam-commits] Seam SVN: r14930 - in branches/community/Seam_2_3: jboss-seam and 1 other directory.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Thu Jun 21 03:40:26 EDT 2012
Author: manaRH
Date: 2012-06-21 03:40:26 -0400 (Thu, 21 Jun 2012)
New Revision: 14930
Modified:
branches/community/Seam_2_3/examples-ee6/pom.xml
branches/community/Seam_2_3/jboss-seam/pom.xml
Log:
split examples parent from jboss-seam-parent
Modified: branches/community/Seam_2_3/examples-ee6/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/pom.xml 2012-06-21 07:40:01 UTC (rev 14929)
+++ branches/community/Seam_2_3/examples-ee6/pom.xml 2012-06-21 07:40:26 UTC (rev 14930)
@@ -2,19 +2,46 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
- <parent>
- <groupId>org.jboss.seam</groupId>
- <artifactId>jboss-seam-parent</artifactId>
- <version>2.3.0.CR1-SNAPSHOT</version>
- <relativePath>../pom.xml</relativePath>
- </parent>
-
+ <groupId>org.jboss.seam</groupId>
<artifactId>examples-ee6</artifactId>
+ <version>2.3.0.CR1-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Seam 2 EE 6 examples</name>
<description>Examples for Seam 2 Framework in Java EE6 environment</description>
+ <url>http://seamframework.org/Seam2</url>
+ <licenses>
+ <license>
+ <name>LGPL</name>
+ <url>http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html</url>
+ </license>
+ </licenses>
+
+ <developers>
+ <developer>
+ <name>JBoss Seam committers</name>
+ </developer>
+ </developers>
+
+ <mailingLists>
+ <mailingList>
+ <archive>http://lists.jboss.org/pipermail/seam-dev/</archive>
+ <name>Seam Developer List</name>
+ </mailingList>
+ </mailingLists>
+
+ <scm>
+ <connection>scm:svn:https://svn.jboss.org/repos/seam/branches/enterprise/WFK-2_0</connection>
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/seam/branches/enterprise/WFK-2_0</developerConnection>
+ <url>scm:svn:https://svn.jboss.org/repos/seam/branches/enterprise/WFK-2_0</url>
+ </scm>
+
+ <organization>
+ <name>Seam Framework</name>
+ <url>http://seamframework.org</url>
+ </organization>
+
<properties>
<!-- Excluded TestNG groups (ex: slow annotated tests won't run during
the test phase) -->
@@ -46,6 +73,25 @@
<jboss.domain>default</jboss.domain>
<catalina.home>${env.CATALINA_HOME}</catalina.home>
<xml.namespace.aware>false</xml.namespace.aware>
+
+ <!-- ************** -->
+ <!-- Build settings -->
+ <!-- ************** -->
+
+ <!-- Cross plugins settings -->
+ <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+
+ <!-- maven-compiler-plugin -->
+ <maven.compiler.target>1.6</maven.compiler.target>
+ <maven.compiler.source>1.6</maven.compiler.source>
+
+ <!--
+ Options to override the compiler arguments directly on the compiler arument line to separate between what
+ the IDE understands as the source level and what the Maven compiler actually use.
+ -->
+ <maven.compiler.argument.target>${maven.compiler.target}</maven.compiler.argument.target>
+ <maven.compiler.argument.source>${maven.compiler.source}</maven.compiler.argument.source>
+
</properties>
<modules>
@@ -87,16 +133,35 @@
</modules>
<build>
+ <defaultGoal>package</defaultGoal>
<pluginManagement>
<plugins>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
+ <version>2.12</version>
<configuration>
<excludedGroups>${tests.excludedGroups}</excludedGroups>
</configuration>
</plugin>
- <!--This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself.-->
<plugin>
+ <artifactId>maven-ear-plugin</artifactId>
+ <version>2.7</version>
+ </plugin>
+
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>build-helper-maven-plugin</artifactId>
+ <version>1.7</version>
+ </plugin>
+
+ <plugin>
+ <artifactId>maven-resources-plugin</artifactId>
+ <version>2.5</version>
+ </plugin>
+
+ <!--This plugin's configuration is used to store Eclipse
+ m2e settings only. It has no influence on the Maven build itself. -->
+ <plugin>
<groupId>org.eclipse.m2e</groupId>
<artifactId>lifecycle-mapping</artifactId>
<version>1.0.0</version>
@@ -135,6 +200,22 @@
</execution>
</executions>
</plugin>
+ <plugin>
+ <artifactId>maven-ejb-plugin</artifactId>
+ <version>2.3</version>
+ <configuration>
+ <ejbVersion>3.0</ejbVersion>
+ </configuration>
+ </plugin>
+ <plugin>
+ <artifactId>maven-war-plugin</artifactId>
+ <version>2.1.1</version>
+ <inherited>true</inherited>
+ <configuration>
+ <failOnMissingWebXml>false</failOnMissingWebXml>
+ <warName>${project.build.finalName}</warName>
+ </configuration>
+ </plugin>
</plugins>
</pluginManagement>
</build>
@@ -143,23 +224,10 @@
<dependencies>
<dependency>
<groupId>org.jboss.seam</groupId>
- <artifactId>jboss-seam</artifactId>
+ <artifactId>bom</artifactId>
<version>${project.version}</version>
- <type>ejb</type>
- <exclusions>
- <exclusion>
- <groupId>org.testng</groupId>
- <artifactId>testng</artifactId>
- </exclusion>
- <exclusion>
- <groupId>junit</groupId>
- <artifactId>junit</artifactId>
- </exclusion>
- <exclusion>
- <artifactId>el-api</artifactId>
- <groupId>javax.el</groupId>
- </exclusion>
- </exclusions>
+ <type>pom</type>
+ <scope>import</scope>
</dependency>
<dependency>
Modified: branches/community/Seam_2_3/jboss-seam/pom.xml
===================================================================
--- branches/community/Seam_2_3/jboss-seam/pom.xml 2012-06-21 07:40:01 UTC (rev 14929)
+++ branches/community/Seam_2_3/jboss-seam/pom.xml 2012-06-21 07:40:26 UTC (rev 14930)
@@ -381,12 +381,6 @@
</dependency>
<dependency>
- <groupId>hsqldb</groupId>
- <artifactId>hsqldb</artifactId>
- <optional>true</optional>
- </dependency>
-
- <dependency>
<groupId>org.openid4java</groupId>
<artifactId>openid4java-consumer</artifactId>
<type>pom</type>
More information about the seam-commits
mailing list