Advertisement
Guest User

rat.txt

a guest
May 4th, 2013
12
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.92 KB | None | 0 0
  1.  
  2. *****************************************************
  3. Summary
  4. -------
  5. Notes: 0
  6. Binaries: 0
  7. Archives: 0
  8. Standards: 2
  9.  
  10. Apache Licensed: 0
  11. Generated Documents: 0
  12.  
  13. JavaDocs are generated and so license header is optional
  14. Generated files do not required license headers
  15.  
  16. 2 Unknown Licenses
  17.  
  18. *******************************
  19.  
  20. Archives (+ indicates readable, $ unreadable):
  21.  
  22.  
  23. *****************************************************
  24. Files with AL headers will be marked L
  25. Binary files (which do not require AL headers) will be marked B
  26. Compressed archives will be marked A
  27. Notices, licenses etc will be marked N
  28. !????? file_which_should_be_excluded.example
  29. !????? pom.xml
  30.  
  31. *****************************************************
  32. Printing headers for files without AL header...
  33.  
  34.  
  35. =======================================================================
  36. ==file_which_should_be_excluded.example
  37. =======================================================================
  38. Just an example file.
  39.  
  40. =======================================================================
  41. ==pom.xml
  42. =======================================================================
  43. <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  44. xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
  45. <modelVersion>4.0.0</modelVersion>
  46. <groupId>org.example</groupId>
  47. <artifactId>rat-test</artifactId>
  48. <version>0.0.1-SNAPSHOT</version>
  49.  
  50. <build>
  51. <plugins>
  52. <plugin>
  53. <groupId>org.apache.rat</groupId>
  54. <artifactId>apache-rat-plugin</artifactId>
  55. <version>0.10-SNAPSHOT</version>
  56. <configuration>
  57. <excludes>
  58. <exclude>file_which_should_be_excluded.txt</exclude>
  59. <exclude>*.txt</exclude>
  60. <exclude>pom.xml</exclude>
  61. </excludes>
  62. </configuration>
  63. </plugin>
  64. </plugins>
  65. </build>
  66. </project>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement