You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by ma...@apache.org on 2010/11/09 09:31:32 UTC

svn commit: r1032889 - /myfaces/trinidad/trunk/trinidad-examples/trinidad-demo/pom.xml

Author: matzew
Date: Tue Nov  9 08:31:32 2010
New Revision: 1032889

URL: http://svn.apache.org/viewvc?rev=1032889&view=rev
Log:
slight update on glassfish profile...

Modified:
    myfaces/trinidad/trunk/trinidad-examples/trinidad-demo/pom.xml

Modified: myfaces/trinidad/trunk/trinidad-examples/trinidad-demo/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk/trinidad-examples/trinidad-demo/pom.xml?rev=1032889&r1=1032888&r2=1032889&view=diff
==============================================================================
--- myfaces/trinidad/trunk/trinidad-examples/trinidad-demo/pom.xml (original)
+++ myfaces/trinidad/trunk/trinidad-examples/trinidad-demo/pom.xml Tue Nov  9 08:31:32 2010
@@ -332,15 +332,15 @@
             <groupId>com.sun.faces</groupId>
             <artifactId>jsf-api</artifactId>
             <version>${jsf-ri.version}</version>
-            <scope>compile</scope>
+            <scope>provided</scope>
           </dependency>
 
-          <dependency>
+          <!--dependency>
             <groupId>com.sun.faces</groupId>
             <artifactId>jsf-impl</artifactId>
             <version>${jsf-ri.version}</version>
             <scope>runtime</scope>
-          </dependency>
+          </dependency-->
         </dependencies>
       </dependencyManagement>
       <build>
@@ -348,7 +348,7 @@
           <plugin>
             <groupId>org.glassfish</groupId>
             <artifactId>maven-embedded-glassfish-plugin</artifactId>
-            <version>3.0.1</version>
+            <version>3.1-SNAPSHOT</version>
             <configuration>
               <port>9090</port>
               <contextRoot>/</contextRoot>
@@ -364,6 +364,13 @@
         <url>http://download.java.net/maven/glassfish/</url>
       </pluginRepository>
     </pluginRepositories>
+      <repositories>
+      <!-- Repository for Embedded Glassfish plugin -->
+      <repository>
+        <id>glassfish-repository</id>
+        <url>http://download.java.net/maven/glassfish/</url>
+      </repository>
+    </repositories>
   </profile>
   </profiles>
 </project>