Author: chris.laprun(a)jboss.com
Date: 2009-01-26 11:43:23 -0500 (Mon, 26 Jan 2009)
New Revision: 12643
Modified:
modules/presentation/trunk/ajax/pom.xml
modules/presentation/trunk/build/pom.xml
modules/presentation/trunk/classic/pom.xml
modules/presentation/trunk/portal/pom.xml
Log:
- Updated pom files with more recent versions of modules.
- Commented out remoting which doesn't seem to be needed to compile or tests (plus
it's imported by some module).
Modified: modules/presentation/trunk/ajax/pom.xml
===================================================================
--- modules/presentation/trunk/ajax/pom.xml 2009-01-26 16:42:58 UTC (rev 12642)
+++ modules/presentation/trunk/ajax/pom.xml 2009-01-26 16:43:23 UTC (rev 12643)
@@ -6,7 +6,7 @@
<version>1.0.0-SNAPSHOT</version>
<relativePath>../build/pom.xml</relativePath>
</parent>
-
+
<modelVersion>4.0.0</modelVersion>
<artifactId>presentation-ajax</artifactId>
<packaging>jar</packaging>
@@ -19,7 +19,7 @@
<artifactId>presentation-presentation</artifactId>
<version>${project.version}</version>
</dependency>
-
+
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>servlet-api</artifactId>
@@ -44,7 +44,7 @@
<groupId>org.jboss.portal.common</groupId>
<artifactId>common-portal</artifactId>
</dependency>
-
+
<dependency>
<groupId>org.jboss.portal.common</groupId>
<artifactId>common-mc</artifactId>
@@ -86,11 +86,11 @@
</dependency>
<dependency>
- <groupId>jboss</groupId>
+ <groupId>org.jboss</groupId>
<artifactId>jboss-common-core</artifactId>
</dependency>
- </dependencies>
+ </dependencies>
<profiles>
<profile>
@@ -151,19 +151,22 @@
<phase>package</phase>
<configuration>
<tasks>
- <echo>maven.dependency.com.google.gwt.gwt-user.jar.path:
${maven.dependency.com.google.gwt.gwt-user.jar.path}</echo>
+ <echo>maven.dependency.com.google.gwt.gwt-user.jar.path:
+ ${maven.dependency.com.google.gwt.gwt-user.jar.path}
+ </echo>
<java
fork="true"
classname="com.google.gwt.dev.GWTCompiler">
<classpath>
<pathelement
path="${basedir}/src/main/java"/>
<pathelement
location="${maven.dependency.com.google.gwt.gwt-user.jar.path}"/>
- <pathelement
location="${settings.localRepository}/com/google/gwt/gwt-dev/${version.gwt}/gwt-dev-${version.gwt}-${gwt.os}.jar"/>
+ <pathelement
+
location="${settings.localRepository}/com/google/gwt/gwt-dev/${version.gwt}/gwt-dev-${version.gwt}-${gwt.os}.jar"/>
</classpath>
<arg line="-out
${basedir}/target/gwt-client/"/>
<arg
line="org.jboss.portal.presentation.ajax.Presentation"/>
</java>
- </tasks>
+ </tasks>
</configuration>
<goals>
<goal>run</goal>
@@ -180,13 +183,13 @@
</descriptors>
</configuration>
<executions>
- <execution>
- <id>make-assembly</id>
- <phase>package</phase>
- <goals>
- <goal>attached</goal>
- </goals>
- </execution>
+ <execution>
+ <id>make-assembly</id>
+ <phase>package</phase>
+ <goals>
+ <goal>attached</goal>
+ </goals>
+ </execution>
</executions>
</plugin>
Modified: modules/presentation/trunk/build/pom.xml
===================================================================
--- modules/presentation/trunk/build/pom.xml 2009-01-26 16:42:58 UTC (rev 12642)
+++ modules/presentation/trunk/build/pom.xml 2009-01-26 16:43:23 UTC (rev 12643)
@@ -9,41 +9,41 @@
the property
-->
<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.portal</groupId>
- <artifactId>jboss-portal-parent</artifactId>
- <version>1.0.0</version>
- </parent>
- <modelVersion>4.0.0</modelVersion>
- <groupId>org.jboss.portal.presentation</groupId>
- <artifactId>module-parent</artifactId>
- <version>1.0.0-SNAPSHOT</version>
- <packaging>pom</packaging>
- <name>JBoss Portal Presentation Framework - Parent Module</name>
- <
url>http://www.jboss.com/products/jbossmc</url>
+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd">
+ <parent>
+ <groupId>org.jboss.portal</groupId>
+ <artifactId>jboss-portal-parent</artifactId>
+ <version>1.0.0</version>
+ </parent>
+ <modelVersion>4.0.0</modelVersion>
+ <groupId>org.jboss.portal.presentation</groupId>
+ <artifactId>module-parent</artifactId>
+ <version>1.0.0-SNAPSHOT</version>
+ <packaging>pom</packaging>
+ <name>JBoss Portal Presentation Framework - Parent Module</name>
+ <
url>http://www.jboss.com/products/jbossmc</url>
- <properties>
- <version.javax.servlet>2.4</version.javax.servlet>
- <version.apache-log4j>1.2.8</version.apache-log4j>
- <version.junit>3.8.1</version.junit>
- <version.httpunit>1.6</version.httpunit>
- <version.gwt>1.5.3</version.gwt>
+ <properties>
+ <version.javax.servlet>2.4</version.javax.servlet>
+ <version.apache-log4j>1.2.8</version.apache-log4j>
+ <version.junit>3.8.1</version.junit>
+ <version.httpunit>1.6</version.httpunit>
+ <version.gwt>1.5.3</version.gwt>
- <version.portlet-api>2.0</version.portlet-api>
+ <version.portlet-api>2.0</version.portlet-api>
- <version.jboss.portal.common>1.2-SNAPSHOT</version.jboss.portal.common>
-
<version.jboss.portal.portlet>2.1.0-SNAPSHOT</version.jboss.portal.portlet>
- <version.jboss.portal.web>1.2.0</version.jboss.portal.web>
- <version.jboss.unit>1.2.0.Beta2</version.jboss.unit>
-
-
<version.jboss.microcontainer>2.0.0.Beta13</version.jboss.microcontainer>
- <version.jboss.common.core>2.0.4.GA</version.jboss.common.core>
- <version.jboss.remoting>2.2.1.GA</version.jboss.remoting>
-
- <!-- your local appserver installation -->
- <jboss.home>/home/soshah/appServers/jboss-4.2.1.GA</jboss.home>
- <portal.deploy.dir>presentation</portal.deploy.dir>
+
<version.jboss.portal.common>trunk-SNAPSHOT</version.jboss.portal.common>
+ <version.jboss.portal.portlet>2.0.5</version.jboss.portal.portlet>
+ <version.jboss.portal.web>1.2.3</version.jboss.portal.web>
+ <version.jboss.unit>1.2.2</version.jboss.unit>
+
+ <version.jboss.microcontainer>2.0.2.GA</version.jboss.microcontainer>
+ <version.jboss.common.core>2.2.10.GA</version.jboss.common.core>
+ <!--<version.jboss.remoting>2.5.0.SP2</version.jboss.remoting>
-->
+
+ <!-- your local appserver installation -->
+ <jboss.home>/home/soshah/appServers/jboss-4.2.1.GA</jboss.home>
+ <portal.deploy.dir>presentation</portal.deploy.dir>
</properties>
<repositories>
@@ -79,7 +79,7 @@
</snapshots>
</pluginRepository>
</pluginRepositories>
-
+
<dependencyManagement>
<!-- The parent pom manages the inter-dependencies of the modules. -->
<dependencies>
@@ -136,7 +136,7 @@
<artifactId>common-portal</artifactId>
<version>${version.jboss.portal.common}</version>
</dependency>
-
+
<dependency>
<groupId>org.jboss.portal.common</groupId>
<artifactId>common-mc</artifactId>
@@ -216,16 +216,16 @@
</dependency>
<dependency>
- <groupId>jboss</groupId>
+ <groupId>org.jboss</groupId>
<artifactId>jboss-common-core</artifactId>
<version>${version.jboss.common.core}</version>
</dependency>
- <dependency>
+ <!--<dependency>
<groupId>jboss</groupId>
<artifactId>jboss-remoting</artifactId>
<version>${version.jboss.remoting}</version>
- </dependency>
+ </dependency> -->
</dependencies>
</dependencyManagement>
</project>
Modified: modules/presentation/trunk/classic/pom.xml
===================================================================
--- modules/presentation/trunk/classic/pom.xml 2009-01-26 16:42:58 UTC (rev 12642)
+++ modules/presentation/trunk/classic/pom.xml 2009-01-26 16:43:23 UTC (rev 12643)
@@ -6,7 +6,7 @@
<version>1.0.0-SNAPSHOT</version>
<relativePath>../build/pom.xml</relativePath>
</parent>
-
+
<modelVersion>4.0.0</modelVersion>
<artifactId>presentation-classic</artifactId>
<packaging>jar</packaging>
@@ -36,8 +36,8 @@
</dependency>
<dependency>
- <groupId>org.jboss.portal.common</groupId>
- <artifactId>common-common</artifactId>
+ <groupId>org.jboss.portal.common</groupId>
+ <artifactId>common-common</artifactId>
</dependency>
<dependency>
@@ -86,18 +86,18 @@
</dependency>
<dependency>
- <groupId>jboss</groupId>
+ <groupId>org.jboss</groupId>
<artifactId>jboss-common-core</artifactId>
</dependency>
- <dependency>
+ <!--<dependency>
<groupId>jboss</groupId>
<artifactId>jboss-remoting</artifactId>
- </dependency>
+ </dependency>-->
</dependencies>
-
+
<build>
- <plugins>
+ <plugins>
</plugins>
</build>
</project>
Modified: modules/presentation/trunk/portal/pom.xml
===================================================================
--- modules/presentation/trunk/portal/pom.xml 2009-01-26 16:42:58 UTC (rev 12642)
+++ modules/presentation/trunk/portal/pom.xml 2009-01-26 16:43:23 UTC (rev 12643)
@@ -6,7 +6,7 @@
<version>1.0.0-SNAPSHOT</version>
<relativePath>../build/pom.xml</relativePath>
</parent>
-
+
<modelVersion>4.0.0</modelVersion>
<artifactId>presentation-portal</artifactId>
<packaging>jar</packaging>
@@ -55,8 +55,8 @@
</dependency>
<dependency>
- <groupId>org.jboss.portal.common</groupId>
- <artifactId>common-common</artifactId>
+ <groupId>org.jboss.portal.common</groupId>
+ <artifactId>common-common</artifactId>
</dependency>
<dependency>
@@ -106,7 +106,7 @@
</dependency>
<dependency>
- <groupId>jboss</groupId>
+ <groupId>org.jboss</groupId>
<artifactId>jboss-common-core</artifactId>
</dependency>
@@ -168,16 +168,16 @@
</descriptors>
</configuration>
<executions>
- <execution>
- <id>make-assembly</id>
- <phase>package</phase>
- <goals>
- <goal>attached</goal>
- </goals>
- </execution>
+ <execution>
+ <id>make-assembly</id>
+ <phase>package</phase>
+ <goals>
+ <goal>attached</goal>
+ </goals>
+ </execution>
</executions>
</plugin>
</plugins>
</build>
-
+
</project>