Configuration for m2eclipse
authorindvdum
Fri, 26 Aug 2011 12:36:26 +0300
changeset 19fd9a398d0dbb
parent 18 820cfc021de8
child 20 f927e5a4ccba
Configuration for m2eclipse
pom.xml
     1.1 --- a/pom.xml	Thu Jul 28 21:33:42 2011 +0300
     1.2 +++ b/pom.xml	Fri Aug 26 12:36:26 2011 +0300
     1.3 @@ -126,6 +126,41 @@
     1.4  				<directory>src/main/resources</directory>
     1.5  			</resource>
     1.6  		</resources>
     1.7 +		<pluginManagement>
     1.8 +			<plugins>
     1.9 +				<!--This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself.-->
    1.10 +				<plugin>
    1.11 +					<groupId>org.eclipse.m2e</groupId>
    1.12 +					<artifactId>lifecycle-mapping</artifactId>
    1.13 +					<version>1.0.0</version>
    1.14 +					<configuration>
    1.15 +						<lifecycleMappingMetadata>
    1.16 +							<pluginExecutions>
    1.17 +								<pluginExecution>
    1.18 +									<pluginExecutionFilter>
    1.19 +										<groupId>
    1.20 +											org.codehaus.mojo
    1.21 +										</groupId>
    1.22 +										<artifactId>
    1.23 +											gwt-maven-plugin
    1.24 +										</artifactId>
    1.25 +										<versionRange>
    1.26 +											[2.3.0-1,)
    1.27 +										</versionRange>
    1.28 +										<goals>
    1.29 +											<goal>resources</goal>
    1.30 +										</goals>
    1.31 +									</pluginExecutionFilter>
    1.32 +									<action>
    1.33 +										<ignore></ignore>
    1.34 +									</action>
    1.35 +								</pluginExecution>
    1.36 +							</pluginExecutions>
    1.37 +						</lifecycleMappingMetadata>
    1.38 +					</configuration>
    1.39 +				</plugin>
    1.40 +			</plugins>
    1.41 +		</pluginManagement>
    1.42  	</build>
    1.43  	
    1.44  	<profiles>