아래의 내용을 <build> 태그 사이에 입력

<pluginManagement>
<plugins>
    <!-- Ignore/Execute plugin execution -->
    <plugin>
        <groupId>org.eclipse.m2e</groupId>
        <artifactId>lifecycle-mapping</artifactId>
        <version>1.0.0</version>
        <configuration>
            <lifecycleMappingMetadata>
                <pluginExecutions>
                    <!-- copy-dependency plugin -->
                    <pluginExecution>
                        <pluginExecutionFilter>
                            <groupId>org.apache.maven.plugins</groupId>
                            <artifactId>maven-dependency-plugin</artifactId>
                            <versionRange>[1.0.0,)</versionRange>
                            <goals>
                                <goal>copy-dependencies</goal>
                            </goals>
                        </pluginExecutionFilter>
                        <action>
                            <ignore />
                        </action>
                    </pluginExecution>
                </pluginExecutions>
            </lifecycleMappingMetadata>
        </configuration>
    </plugin>
   </plugins></pluginManagement>




maven-resources-plugin prior to 2.4 is not supported by m2e. Use maven-resources-plugin version 2.4 or later.

에러시 아래와 같이 처리

  <plugin> 
   
<groupId>org.apache.maven.plugins</groupId> 
   
<artifactId>maven-resources-plugin</artifactId> 
     
<version>2.4</version> 
   
<executions> 
     
<!-- had a process goal here that i removed because it was not compatible --> 
   
</executions> 
 
</plugin> 


크리에이티브 커먼즈 라이센스
Creative Commons License
이올린에 북마크하기
2012/02/24 22:37 2012/02/24 22:37
Posted by Marine™
<< PREV : [1] : [2] : [3] : [4] : [5] : ... [130] : NEXT >>

BLOG main image
변해가는 세상은 뒤로 두고 by Marine™

카테고리

전체 (130)
Know (69)
Its Life (60)

최근에 받은 트랙백

글 보관함

달력

«   2012/05   »
    1 2 3 4 5
6 7 8 9 10 11 12
13 14 15 16 17 18 19
20 21 22 23 24 25 26
27 28 29 30 31    
Total : 216795
Today : 38 Yesterday : 100