[prev in list] [next in list] [prev in thread] [next in thread] 

List:       maven-dev
Subject:    svn commit: r939134 -
From:       hboutemy () apache ! org
Date:       2010-04-28 23:35:12
Message-ID: 20100428233512.67F64238899B () eris ! apache ! org
[Download RAW message or body]

Author: hboutemy
Date: Wed Apr 28 23:35:12 2010
New Revision: 939134

URL: http://svn.apache.org/viewvc?rev=939134&view=rev
Log:
updated generated pom.xml to configure compiler plugin JDK version to 1.5 and JUnit \
to 4.7

Modified:
    maven/archetype/trunk/maven-archetype-bundles/maven-archetype-quickstart/src/main/resources/archetype-resources/pom.xml


Modified: maven/archetype/trunk/maven-archetype-bundles/maven-archetype-quickstart/src/main/resources/archetype-resources/pom.xml
                
URL: http://svn.apache.org/viewvc/maven/archetype/trunk/maven-archetype-bundles/maven- \
archetype-quickstart/src/main/resources/archetype-resources/pom.xml?rev=939134&r1=939133&r2=939134&view=diff
 ==============================================================================
--- maven/archetype/trunk/maven-archetype-bundles/maven-archetype-quickstart/src/main/resources/archetype-resources/pom.xml \
                (original)
+++ maven/archetype/trunk/maven-archetype-bundles/maven-archetype-quickstart/src/main/resources/archetype-resources/pom.xml \
Wed Apr 28 23:35:12 2010 @@ -18,8 +18,22 @@
     <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
-      <version>3.8.1</version>
+      <version>4.7</version>
       <scope>test</scope>
     </dependency>
   </dependencies>
+
+  <build>
+    <pluginManagement>
+      <plugins>
+        <plugin>
+          <artifactId>maven-compiler-plugin</artifactId>
+          <configuration>
+            <source>1.5</source>
+            <target>1.5</target>
+          </configuration>
+        </plugin>
+      </plugins>
+    </pluginManagement>
+  </build>
 </project>


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic