<configuration>
<excludes>
<exclude>src/test/repo-with-osgi/**</exclude>
+ <exclude>src/test/repo-with-classifier-only/**</exclude>
+ <exclude>src/test/repo-with-snapshots/**</exclude>
</excludes>
</configuration>
</plugin>
+#
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements. See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership. The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License. You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied. See the License for the
+# specific language governing permissions and limitations
+# under the License.
+#
+
# This file controls what Internet media types are sent to the client for
# given file extension(s). Sending the correct media type to the client
# is important so they know how to handle the content of the file.
<exclude>src/test/resources/test-repo/**</exclude>
<exclude>src/test/resources/**</exclude>
<exclude>src/sql/**</exclude>
+ <exclude>src/test/repositories/test-repo/**</exclude>
+ <exclude>src/main/webapp/META-INF/MANIFEST.MF</exclude>
</excludes>
</configuration>
</plugin>
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+
+<!--
+ ~ Licensed to the Apache Software Foundation (ASF) under one
+ ~ or more contributor license agreements. See the NOTICE file
+ ~ distributed with this work for additional information
+ ~ regarding copyright ownership. The ASF licenses this file
+ ~ to you under the Apache License, Version 2.0 (the
+ ~ "License"); you may not use this file except in compliance
+ ~ with the License. You may obtain a copy of the License at
+ ~
+ ~ http://www.apache.org/licenses/LICENSE-2.0
+ ~
+ ~ Unless required by applicable law or agreed to in writing,
+ ~ software distributed under the License is distributed on an
+ ~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ ~ KIND, either express or implied. See the License for the
+ ~ specific language governing permissions and limitations
+ ~ under the License.
+ -->
+
<taglib xmlns="http://java.sun.com/xml/ns/j2ee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="2.0" xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-jsptaglibrary_2_0.xsd">
<description><![CDATA[Archiva taglibs.]]></description>
<display-name>Archiva Taglib</display-name>
<configuration>
<excludes>
<!-- for when the profile is not activated -->
+ <exclude>archiva-webapp-test-js/**</exclude>
<exclude>archiva-webapp-test/**</exclude>
</excludes>
</configuration>
<exclude>*.sh</exclude>
<exclude>.git/**</exclude>
<exclude>src/test/resources/projects/compile/goal.txt</exclude>
+ <exclude>**/*.iml</exclude>
</excludes>
</configuration>
</plugin>