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.

src.xml 2.7KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. <?xml version="1.0" ?>
  2. <!--
  3. ~ Licensed to the Apache Software Foundation (ASF) under one
  4. ~ or more contributor license agreements. See the NOTICE file
  5. ~ distributed with this work for additional information
  6. ~ regarding copyright ownership. The ASF licenses this file
  7. ~ to you under the Apache License, Version 2.0 (the
  8. ~ "License"); you may not use this file except in compliance
  9. ~ with the License. You may obtain a copy of the License at
  10. ~
  11. ~ http://www.apache.org/licenses/LICENSE-2.0
  12. ~
  13. ~ Unless required by applicable law or agreed to in writing,
  14. ~ software distributed under the License is distributed on an
  15. ~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
  16. ~ KIND, either express or implied. See the License for the
  17. ~ specific language governing permissions and limitations
  18. ~ under the License.
  19. -->
  20. <assembly>
  21. <id>src</id>
  22. <formats>
  23. <format>zip</format>
  24. </formats>
  25. <fileSets>
  26. <fileSet>
  27. <useDefaultExcludes>false</useDefaultExcludes>
  28. <directory>.</directory>
  29. <outputDirectory>/</outputDirectory>
  30. <includes>
  31. <include>**/CVS/**</include>
  32. </includes>
  33. </fileSet>
  34. <fileSet>
  35. <directory>.</directory>
  36. <outputDirectory>/</outputDirectory>
  37. <excludes>
  38. <exclude>**/target/**</exclude>
  39. <exclude>**/archiva-webapp/src/main/webapp/archiva-applet.jar</exclude>
  40. <exclude>**/archiva-webapp/src/main/webapp/META-INF/**</exclude>
  41. <exclude>**/archiva-webapp/src/main/webapp/images/redback/**</exclude>
  42. <exclude>**/archiva-webapp/src/main/webapp/template/redback/**</exclude>
  43. <exclude>**/archiva-webapp/src/main/webapp/WEB-INF/classes/**</exclude>
  44. <exclude>**/archiva-webapp/src/main/webapp/WEB-INF/lib/**</exclude>
  45. <exclude>**/archiva-webapp/src/main/webapp/WEB-INF/database/**</exclude>
  46. <exclude>**/archiva-webapp/src/main/webapp/WEB-INF/logs/**</exclude>
  47. <exclude>**/archiva-webapp/src/main/webapp/redback/**</exclude>
  48. <exclude>**/archiva-webapp/src/main/webapp/css/redback/**</exclude>
  49. <exclude>**/archiva-webapp/src/main/webapp/WEB-INF/jsp/redback/**</exclude>
  50. <exclude>**/archiva-webapp/src/main/webapp/WEB-INF/template/redback/**</exclude>
  51. <exclude>**/archiva-webapp/src/main/webapp/WEB-INF/logs/**</exclude>
  52. <exclude>**/archiva-webapp/src/main/webapp/WEB-INF/temp/**</exclude>
  53. </excludes>
  54. </fileSet>
  55. <fileSet>
  56. <directory>target/maven-shared-archive-resources/META-INF/</directory>
  57. <outputDirectory>/</outputDirectory>
  58. <includes>
  59. <include>NOTICE</include>
  60. <include>LICENSE</include>
  61. </includes>
  62. </fileSet>
  63. </fileSets>
  64. </assembly>