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.4KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  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. <directory>.</directory>
  28. <outputDirectory>/</outputDirectory>
  29. <excludes>
  30. <exclude>**/target/**</exclude>
  31. <exclude>archiva-webapp/src/main/webapp/archiva-applet.jar</exclude>
  32. <exclude>archiva-webapp/src/main/webapp/META-INF/**</exclude>
  33. <exclude>archiva-webapp/src/main/webapp/images/redback/**</exclude>
  34. <exclude>archiva-webapp/src/main/webapp/template/redback/**</exclude>
  35. <exclude>archiva-webapp/src/main/webapp/WEB-INF/classes/**</exclude>
  36. <exclude>archiva-webapp/src/main/webapp/WEB-INF/lib/**</exclude>
  37. <exclude>archiva-webapp/src/main/webapp/WEB-INF/database/**</exclude>
  38. <exclude>archiva-webapp/src/main/webapp/WEB-INF/logs/**</exclude>
  39. <exclude>archiva-webapp/src/main/webapp/redback/**</exclude>
  40. <exclude>archiva-webapp/src/main/webapp/css/redback/**</exclude>
  41. <exclude>archiva-webapp/src/main/webapp/WEB-INF/jsp/redback/**</exclude>
  42. <exclude>archiva-webapp/src/main/webapp/WEB-INF/template/redback/**</exclude>
  43. <exclude>archiva-webapp/src/main/webapp/WEB-INF/logs/**</exclude>
  44. <exclude>archiva-webapp/src/main/webapp/WEB-INF/temp/**</exclude>
  45. </excludes>
  46. </fileSet>
  47. <fileSet>
  48. <directory>target/maven-shared-archive-resources/META-INF/</directory>
  49. <outputDirectory>/</outputDirectory>
  50. <includes>
  51. <include>NOTICE</include>
  52. <include>LICENSE</include>
  53. </includes>
  54. </fileSet>
  55. </fileSets>
  56. </assembly>