/layers-store/src/assembly/assembly.xml

http://alageospatialportal.googlecode.com/ · XML · 20 lines · 20 code · 0 blank · 0 comment · 0 complexity · d38f11a820f31c18b3f53d79d028f264 MD5 · raw file

  1. <assembly>
  2. <id>assembly</id>
  3. <formats>
  4. <format>jar</format>
  5. </formats>
  6. <includeBaseDirectory>false</includeBaseDirectory>
  7. <dependencySets>
  8. <dependencySet>
  9. <unpack>false</unpack>
  10. <scope>runtime</scope>
  11. <outputDirectory>/lib</outputDirectory>
  12. </dependencySet>
  13. </dependencySets>
  14. <fileSets>
  15. <fileSet>
  16. <directory>${project.build.outputDirectory}</directory>
  17. <outputDirectory>/</outputDirectory>
  18. </fileSet>
  19. </fileSets>
  20. </assembly>