You are viewing a plain text version of this content. The canonical link for it is here.
Posted to adffaces-commits@incubator.apache.org by ma...@apache.org on 2006/08/16 03:39:25 UTC

svn commit: r431788 - /incubator/adffaces/branches/matzew-rc1-plugins-m1/myfaces-archetype-trinidad/src/main/resources/archetype-resources/pom.xml

Author: matzew
Date: Tue Aug 15 20:39:25 2006
New Revision: 431788

URL: http://svn.apache.org/viewvc?rev=431788&view=rev
Log:
clean up pom to remove most SNAPSHOT dependencies (trinidad still there...)

Modified:
    incubator/adffaces/branches/matzew-rc1-plugins-m1/myfaces-archetype-trinidad/src/main/resources/archetype-resources/pom.xml

Modified: incubator/adffaces/branches/matzew-rc1-plugins-m1/myfaces-archetype-trinidad/src/main/resources/archetype-resources/pom.xml
URL: http://svn.apache.org/viewvc/incubator/adffaces/branches/matzew-rc1-plugins-m1/myfaces-archetype-trinidad/src/main/resources/archetype-resources/pom.xml?rev=431788&r1=431787&r2=431788&view=diff
==============================================================================
--- incubator/adffaces/branches/matzew-rc1-plugins-m1/myfaces-archetype-trinidad/src/main/resources/archetype-resources/pom.xml (original)
+++ incubator/adffaces/branches/matzew-rc1-plugins-m1/myfaces-archetype-trinidad/src/main/resources/archetype-resources/pom.xml Tue Aug 15 20:39:25 2006
@@ -15,64 +15,6 @@
     <finalName>${artifactId}</finalName>
   </build>
 
-  <!-- Profile to run jetty, so the tomcat jars are included in the bundle. They are not included by default -->
-  <profiles>
-    <profile>
-      <id>jettyConfig</id>
-      <build>
-        <plugins>
-          <plugin>
-            <groupId>org.mortbay.jetty</groupId>
-            <artifactId>maven-jetty6-plugin</artifactId>
-            <configuration>
-              <scanIntervalSeconds>10</scanIntervalSeconds>
-            </configuration>
-          </plugin>
-        </plugins>
-      </build>
-
-      <dependencies>
-        <dependency>
-          <groupId>javax.servlet</groupId>
-          <artifactId>jsp-api</artifactId>
-          <version>2.0</version>
-          <scope>compile</scope>
-        </dependency>
-
-        <dependency>
-          <groupId>tomcat</groupId>
-          <artifactId>jasper-compiler</artifactId>
-          <version>5.5.9</version>
-          <scope>compile</scope>
-        </dependency>
-
-        <dependency>
-          <groupId>tomcat</groupId>
-          <artifactId>jasper-runtime</artifactId>
-          <version>5.5.9</version>
-          <scope>compile</scope>
-        </dependency>
-
-        <dependency>
-          <groupId>tomcat</groupId>
-          <artifactId>jasper-compiler-jdt</artifactId>
-          <version>5.5.9</version>
-          <scope>compile</scope>
-        </dependency>
-      </dependencies>
-
-      <pluginRepositories>
-      <!-- Repository to get the jetty plugin -->
-        <pluginRepository>
-          <id>mortbay-repo</id>
-          <name>mortbay-repo</name>
-          <url>http://www.mortbay.org/maven2/snapshot</url>
-        </pluginRepository>
-      </pluginRepositories>
-
-    </profile>
-  </profiles>
-
   <repositories>
     <repository>
       <releases>
@@ -91,14 +33,14 @@
     <dependency>
       <groupId>org.apache.myfaces.core</groupId>
       <artifactId>myfaces-api</artifactId>
-      <version>1.1.5-SNAPSHOT</version>
+      <version>1.1.2</version>
       <scope>compile</scope>
     </dependency>
 
     <dependency>
       <groupId>org.apache.myfaces.core</groupId>
       <artifactId>myfaces-impl</artifactId>
-      <version>1.1.5-SNAPSHOT</version>
+      <version>1.1.2</version>
       <scope>compile</scope>
     </dependency>
 
@@ -115,13 +57,6 @@
       <artifactId>trinidad-impl</artifactId>
       <version>incubator-m1-SNAPSHOT</version>
       <scope>compile</scope>
-    </dependency>
-
-    <dependency>
-      <groupId>junit</groupId>
-      <artifactId>junit</artifactId>
-      <version>4.0</version>
-      <scope>test</scope>
     </dependency>
 
   </dependencies>