Advertisement
ravana

Untitled

Jul 25th, 2011
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <pluginRegistry>
  3. <plugins>
  4. <plugin>
  5. <groupId>org.apache.maven.plugins</groupId>
  6. <artifactId>maven-compiler-plugin</artifactId>
  7. <useVersion>2.3.2</useVersion>
  8.  
  9. <checkLatest>true</checkLatest>
  10.  
  11. <rejectedVersions>
  12. <rejectedVersion>2.0.2</rejectedVersion>
  13. </rejectedVersions>
  14. </plugin>
  15. </plugins>
  16. </pluginRegistry>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement