Skip to content

Commit

Permalink
Fixing a bug with maven-eclipse-plugin that prevented aspecjt jar fro…
Browse files Browse the repository at this point in the history
…m being inserted into the .classpath
  • Loading branch information
luiz committed Nov 12, 2012
1 parent fa85e22 commit cc185fd
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions vraptor-core/pom.xml
Expand Up @@ -316,6 +316,13 @@
</formats>
</configuration>
</plugin>
<plugin>
<artifactId>maven-eclipse-plugin</artifactId>
<version>2.7</version>
<configuration>
<ajdtVersion>none</ajdtVersion>
</configuration>
</plugin>
</plugins>
</build>
</project>

0 comments on commit cc185fd

Please sign in to comment.