Author: nilsga
Date: Tue Apr 28 19:04:20 2009
New Revision: 769499

URL: http://svn.apache.org/viewvc?rev=769499&view=rev
Log:
Fix profile mess...

Modified:
    
struts/maven/trunk/struts2-archetype-portlet/src/main/resources/archetype-resources/pom.xml

Modified: 
struts/maven/trunk/struts2-archetype-portlet/src/main/resources/archetype-resources/pom.xml
URL: 
http://svn.apache.org/viewvc/struts/maven/trunk/struts2-archetype-portlet/src/main/resources/archetype-resources/pom.xml?rev=769499&r1=769498&r2=769499&view=diff
==============================================================================
--- 
struts/maven/trunk/struts2-archetype-portlet/src/main/resources/archetype-resources/pom.xml
 (original)
+++ 
struts/maven/trunk/struts2-archetype-portlet/src/main/resources/archetype-resources/pom.xml
 Tue Apr 28 19:04:20 2009
@@ -21,6 +21,24 @@
                        <artifactId>struts2-portlet-plugin</artifactId>
                        <version>2.1.6</version>
                </dependency>
+               <dependency>
+                       <groupId>com.bekk.boss</groupId>
+                       <artifactId>maven-jetty-pluto-embedded</artifactId>
+                       <version>1.0.1</version>
+                       <scope>test</scope>
+               </dependency>
+               <dependency>
+                       <groupId>org.mortbay.jetty</groupId>
+                       <artifactId>jetty</artifactId>
+                       <version>6.1.14</version>
+                       <scope>provided</scope>
+               </dependency>
+               <dependency>
+                       <groupId>org.mortbay.jetty</groupId>
+                       <artifactId>jsp-2.1</artifactId>
+                       <version>6.1.14</version>
+                       <scope>provided</scope>
+               </dependency>
        </dependencies>
 
        <build>
@@ -69,33 +87,16 @@
                                 </systemProperty>
                             </systemProperties>
                         </configuration>
+                                               <dependencies>
+                                                       <dependency>
+                                               <groupId>com.bekk.boss</groupId>
+                                               
<artifactId>maven-jetty-pluto-embedded</artifactId>
+                                               <version>1.0.1</version>
+                                   </dependency>
+                                               </dependencies>
                     </plugin>
                 </plugins>
             </build>
-                       <dependencies>
-                               <dependency>
-                                       <groupId>com.bekk.boss</groupId>
-                                       
<artifactId>maven-jetty-pluto-embedded</artifactId>
-                                       <version>1.0.1</version>
-                               </dependency>
-                               <dependency>
-                                       <groupId>javax.portlet</groupId>
-                                       <artifactId>portlet-api</artifactId>
-                                       <version>1.0</version>
-                               </dependency>
-                               <dependency>
-                                       <groupId>org.mortbay.jetty</groupId>
-                                       <artifactId>jetty</artifactId>
-                                       <version>6.1.14</version>
-                                       <scope>provided</scope>
-                               </dependency>
-                               <dependency>
-                                       <groupId>org.mortbay.jetty</groupId>
-                                       <artifactId>jsp-2.1</artifactId>
-                                       <version>6.1.14</version>
-                                       <scope>provided</scope>
-                               </dependency>
-                       </dependencies>
         </profile>
     </profiles>
 </project>


Reply via email to