You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by vg...@apache.org on 2006/08/23 15:23:18 UTC

svn commit: r434037 - /cocoon/trunk/pom.xml

Author: vgritsenko
Date: Wed Aug 23 06:23:17 2006
New Revision: 434037

URL: http://svn.apache.org/viewvc?rev=434037&view=rev
Log:
configure idea plugin

Modified:
    cocoon/trunk/pom.xml

Modified: cocoon/trunk/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/trunk/pom.xml?rev=434037&r1=434036&r2=434037&view=diff
==============================================================================
--- cocoon/trunk/pom.xml (original)
+++ cocoon/trunk/pom.xml Wed Aug 23 06:23:17 2006
@@ -17,6 +17,7 @@
   specific language governing permissions and limitations
   under the License.
 -->
+
 <!--+
     | @version $Id$
     |
@@ -332,19 +333,25 @@
         <version>1.0-alpha-6</version>
       </extension>
     </extensions>
-    <!--
     <plugins>
+      <!--
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
-          <artifactId>maven-compiler-plugin</artifactId>
-            <configuration>
-              <source>1.4</source>
-              <target>1.4</target>
-          </configuration>
+        <artifactId>maven-compiler-plugin</artifactId>
+        <configuration>
+          <source>1.4</source>
+          <target>1.4</target>
+        </configuration>
+      </plugin>
+      -->
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-idea-plugin</artifactId>
+        <configuration>
+          <!-- Cocoon 2.2 requires JDK 1.4 -->
+          <jdkName>1.4</jdkName>
+        </configuration>
       </plugin>
-    </plugins>
-    -->
-    <plugins>
       <plugin>
         <artifactId>maven-release-plugin</artifactId>
         <version>2.0-beta-4</version>