PageRenderTime 37ms CodeModel.GetById 16ms RepoModel.GetById 1ms app.codeStats 0ms

/activeobjects-plugin/src/main/assembly/src.xml

https://bitbucket.org/activeobjects/ao-plugin
XML | 27 lines | 27 code | 0 blank | 0 comment | 0 complexity | 13cf7d6af7da3ebcd4ee34b429c6abc2 MD5 | raw file
Possible License(s): Apache-2.0
  1. <assembly xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2"
  2. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3. xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2 http://maven.apache.org/xsd/assembly-1.1.2.xsd">
  4. <id>sources</id>
  5. <formats>
  6. <format>jar</format>
  7. </formats>
  8. <includeBaseDirectory>false</includeBaseDirectory>
  9. <fileSets>
  10. <fileSet>
  11. <directory>src/main/java</directory>
  12. <outputDirectory>.</outputDirectory>
  13. </fileSet>
  14. <fileSet>
  15. <directory>src/main/resources</directory>
  16. <outputDirectory>.</outputDirectory>
  17. </fileSet>
  18. </fileSets>
  19. <dependencySets>
  20. <dependencySet>
  21. <unpack>true</unpack>
  22. <includes>
  23. <include>*:*:*:sources</include>
  24. </includes>
  25. </dependencySet>
  26. </dependencySets>
  27. </assembly>