You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by de...@apache.org on 2006/06/03 22:17:04 UTC

svn commit: r411467 - /myfaces/core/branches/jsf12/api/pom.xml

Author: dennisbyrne
Date: Sat Jun  3 13:17:04 2006
New Revision: 411467

URL: http://svn.apache.org/viewvc?rev=411467&view=rev
Log:
committing local dependency with inline installation instructions

Modified:
    myfaces/core/branches/jsf12/api/pom.xml

Modified: myfaces/core/branches/jsf12/api/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/core/branches/jsf12/api/pom.xml?rev=411467&r1=411466&r2=411467&view=diff
==============================================================================
--- myfaces/core/branches/jsf12/api/pom.xml (original)
+++ myfaces/core/branches/jsf12/api/pom.xml Sat Jun  3 13:17:04 2006
@@ -89,7 +89,19 @@
       </build>
     </profile>
   </profiles>
-  <dependencies>
+  <dependencies> 
+    <!-- 
+    
+    Download Glassfish http://java.sun.com/javaee/downloads/index.jsp
+    run this command on AppServer\lib\javaee.jar to install locally
+    mvn install:install-file -DgeneratePom=true -Dfile=javaee.jar -DgroupId=javax -DartifactId=javaee -Dversion=5.0 -Dpackaging=jar
+    
+    -->
+    <dependency>
+       <groupId>javax</groupId>
+	   <artifactId>javaee</artifactId>
+	   <version>5.0</version>
+    </dependency>
     <dependency>
       <groupId>commons-lang</groupId>
       <artifactId>commons-lang</artifactId>