Skip to content

Commit

Permalink
HSEARCH-1129 Enable automatic setup of annotation processors on Eclip…
Browse files Browse the repository at this point in the history
…se project import
  • Loading branch information
Sanne committed May 16, 2012
1 parent bb5d162 commit f7be3a0
Showing 1 changed file with 1 addition and 15 deletions.
16 changes: 1 addition & 15 deletions pom.xml
Expand Up @@ -142,7 +142,7 @@
<hibernateCommonsAnnotationVersion>4.0.1.Final</hibernateCommonsAnnotationVersion>
<bytemanVersion>1.5.2</bytemanVersion>
<jbossLoggingVersion>3.1.0.GA</jbossLoggingVersion>
<jbossLoggingProcessorVersion>1.0.1.Final</jbossLoggingProcessorVersion>
<jbossLoggingProcessorVersion>1.0.3.Final</jbossLoggingProcessorVersion>
<jbossJTAVersion>4.16.4.Final</jbossJTAVersion>
</properties>

Expand Down Expand Up @@ -770,20 +770,6 @@
<ignore />
</action>
</pluginExecution>
<pluginExecution>
<pluginExecutionFilter>
<groupId>org.bsc.maven</groupId>
<artifactId>maven-processor-plugin</artifactId>
<versionRange>[2.0.2,)</versionRange>
<goals>
<goal>process-test</goal>
<goal>process</goal>
</goals>
</pluginExecutionFilter>
<action>
<ignore />
</action>
</pluginExecution>
<pluginExecution>
<pluginExecutionFilter>
<groupId>org.apache.maven.plugins</groupId>
Expand Down

0 comments on commit f7be3a0

Please sign in to comment.