compilation problem in Eclispe 4.4 was resolved

This commit is contained in:
Roman Ivanov 2015-03-18 10:56:20 -07:00
parent e36ae750f6
commit 946d7efb30
1 changed files with 13 additions and 0 deletions

13
pom.xml
View File

@ -282,6 +282,19 @@
<ignore />
</action>
</pluginExecution>
<pluginExecution>
<pluginExecutionFilter>
<groupId>org.codehaus.mojo</groupId>
<artifactId>tidy-maven-plugin</artifactId>
<versionRange>1.0-beta-1</versionRange>
<goals>
<goal>check</goal>
</goals>
</pluginExecutionFilter>
<action>
<execute />
</action>
</pluginExecution>
</pluginExecutions>
</lifecycleMappingMetadata>
</configuration>