소스 검색

Use Java 5 to illustrate annotation support.

Ben Alex 17 년 전
부모
커밋
d90ff50686
1개의 변경된 파일8개의 추가작업 그리고 0개의 파일을 삭제
  1. 8 0
      samples/tutorial/pom.xml

+ 8 - 0
samples/tutorial/pom.xml

@@ -56,6 +56,14 @@
 
     <build>
         <plugins>
+      <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>