You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

assembly.xml 340B

1234567891011121314
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <assembly>
  3. <id>site</id>
  4. <formats>
  5. <format>zip</format>
  6. </formats>
  7. <includeBaseDirectory>false</includeBaseDirectory>
  8. <fileSets>
  9. <fileSet>
  10. <directory>${project.build.directory}/site</directory>
  11. <outputDirectory>/</outputDirectory>
  12. </fileSet>
  13. </fileSets>
  14. </assembly>