Changeset 463


Ignore:
Timestamp:
07/25/12 11:17:11 (12 years ago)
Author:
pharms
Message:

removed m2eclipse error message

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/quest-core-tasktrees-test/pom.xml

    r462 r463  
    2323  </dependencies> 
    2424  <build> 
     25    <pluginManagement> 
     26      <plugins> 
     27        <plugin> 
     28          <groupId>org.eclipse.m2e</groupId> 
     29          <artifactId>lifecycle-mapping</artifactId> 
     30          <version>1.0.0</version> 
     31          <configuration> 
     32            <lifecycleMappingMetadata> 
     33              <pluginExecutions> 
     34                <pluginExecution> 
     35                  <pluginExecutionFilter> 
     36                    <groupId>org.apache.maven.plugins</groupId> 
     37                    <artifactId>maven-dependency-plugin</artifactId> 
     38                    <versionRange>[1.0.0,)</versionRange> 
     39                    <goals> 
     40                      <goal>unpack</goal> 
     41                    </goals> 
     42                  </pluginExecutionFilter> 
     43                  <action> 
     44                    <ignore/> 
     45                  </action> 
     46                </pluginExecution> 
     47                <pluginExecution> 
     48                  <pluginExecutionFilter> 
     49                    <groupId>org.codehaus.mojo</groupId> 
     50                    <artifactId>emma-maven-plugin</artifactId> 
     51                    <versionRange>[1.0-alpha-3,)</versionRange> 
     52                    <goals> 
     53                      <goal>emma</goal> 
     54                    </goals> 
     55                  </pluginExecutionFilter> 
     56                  <action> 
     57                    <ignore/> 
     58                  </action> 
     59                </pluginExecution> 
     60              </pluginExecutions> 
     61            </lifecycleMappingMetadata> 
     62          </configuration> 
     63        </plugin> 
     64      </plugins> 
     65    </pluginManagement> 
    2566    <plugins> 
    2667      <plugin> 
Note: See TracChangeset for help on using the changeset viewer.