You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by ke...@apache.org on 2010/10/18 18:59:54 UTC

svn commit: r1023902 - /incubator/isis/trunk/support/archetypes/application/src/main/resources/archetype-resources/scimpi/pom.xml

Author: kevin
Date: Mon Oct 18 16:59:54 2010
New Revision: 1023902

URL: http://svn.apache.org/viewvc?rev=1023902&view=rev
Log:
Uncommenting needed plugins.

Modified:
    incubator/isis/trunk/support/archetypes/application/src/main/resources/archetype-resources/scimpi/pom.xml

Modified: incubator/isis/trunk/support/archetypes/application/src/main/resources/archetype-resources/scimpi/pom.xml
URL: http://svn.apache.org/viewvc/incubator/isis/trunk/support/archetypes/application/src/main/resources/archetype-resources/scimpi/pom.xml?rev=1023902&r1=1023901&r2=1023902&view=diff
==============================================================================
--- incubator/isis/trunk/support/archetypes/application/src/main/resources/archetype-resources/scimpi/pom.xml (original)
+++ incubator/isis/trunk/support/archetypes/application/src/main/resources/archetype-resources/scimpi/pom.xml Mon Oct 18 16:59:54 2010
@@ -14,26 +14,23 @@
 
     <build>
         <plugins>
-			<!-- what are these for?
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-eclipse-plugin</artifactId>
-                <configuration>
-                    <wtpversion>1.5</wtpversion>
-                    <wtpContextName>${artifactId}</wtpContextName>
-                </configuration>
-            </plugin>
-
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-compiler-plugin</artifactId>
-                <configuration>
-                    <source>1.5</source>
-                    <target>1.5</target>
-                </configuration>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-eclipse-plugin</artifactId>
+                <configuration>
+                    <wtpversion>1.5</wtpversion>
+                    <wtpContextName>apparchtest2-scimpi</wtpContextName>
+                </configuration>
+            </plugin>
+
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-compiler-plugin</artifactId>
+                <configuration>
+                    <source>1.5</source>
+                    <target>1.5</target>
+                </configuration>
             </plugin>
-			-->
-
             <plugin>
                 <groupId>org.mortbay.jetty</groupId>
                 <artifactId>maven-jetty-plugin</artifactId>