You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lu...@apache.org on 2009/07/09 04:14:07 UTC

svn commit: r792380 - /myfaces/current20/pom.xml

Author: lu4242
Date: Thu Jul  9 02:14:07 2009
New Revision: 792380

URL: http://svn.apache.org/viewvc?rev=792380&view=rev
Log:
add base pom.xml to build both share and core at the same time

Added:
    myfaces/current20/pom.xml   (with props)

Added: myfaces/current20/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/current20/pom.xml?rev=792380&view=auto
==============================================================================
--- myfaces/current20/pom.xml (added)
+++ myfaces/current20/pom.xml Thu Jul  9 02:14:07 2009
@@ -0,0 +1,28 @@
+<?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">
+
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>org.apache.myfaces</groupId>
+  <artifactId>myfaces-base</artifactId>
+  <packaging>pom</packaging>
+  <version>2.0.0-SNAPSHOT</version>
+  <name>Build Project</name>
+  <url>http://myfaces.apache.org</url>
+
+  <scm>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/current20</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/current20</developerConnection>
+    <url>http://svn.apache.org/viewcvs.cgi/myfaces/current20</url>
+  </scm>
+
+  <modules>
+    <module>shared</module>
+    <module>core</module>
+    <!-- module>test-webapp</module  -->
+  </modules>
+
+  <build>
+  	<defaultGoal>install</defaultGoal>
+  </build>
+
+</project>
\ No newline at end of file

Propchange: myfaces/current20/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: myfaces/current20/pom.xml
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL