pom.xml revision 377
2670cd577aa57eb9f915a4f4220ae48c9b4fc5fbTimo Sirainen DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
2670cd577aa57eb9f915a4f4220ae48c9b4fc5fbTimo Sirainen Copyright (c) 1997-2011 Oracle and/or its affiliates. All rights reserved.
2670cd577aa57eb9f915a4f4220ae48c9b4fc5fbTimo Sirainen The contents of this file are subject to the terms of either the GNU
2670cd577aa57eb9f915a4f4220ae48c9b4fc5fbTimo Sirainen General Public License Version 2 only ("GPL") or the Common Development
09060303d565e15d54e42b4ef722f9d3c26f5336Timo Sirainen and Distribution License("CDDL") (collectively, the "License"). You
2670cd577aa57eb9f915a4f4220ae48c9b4fc5fbTimo Sirainen may not use this file except in compliance with the License. You can
9522aa5f33cc37fe8ccd0d647cc51dd3ba6a9b55Timo Sirainen obtain a copy of the License at
2670cd577aa57eb9f915a4f4220ae48c9b4fc5fbTimo Sirainen https://glassfish.dev.java.net/public/CDDL+GPL_1_1.html
2670cd577aa57eb9f915a4f4220ae48c9b4fc5fbTimo Sirainen or packager/legal/LICENSE.txt. See the License for the specific
2670cd577aa57eb9f915a4f4220ae48c9b4fc5fbTimo Sirainen language governing permissions and limitations under the License.
2670cd577aa57eb9f915a4f4220ae48c9b4fc5fbTimo Sirainen When distributing the software, include this License Header Notice in each
4fda77c9e9fc68feb292c4dacae1fac49dd08165Timo Sirainen file and include the License file at packager/legal/LICENSE.txt.
2670cd577aa57eb9f915a4f4220ae48c9b4fc5fbTimo Sirainen GPL Classpath Exception:
2670cd577aa57eb9f915a4f4220ae48c9b4fc5fbTimo Sirainen Oracle designates this particular file as subject to the "Classpath"
2670cd577aa57eb9f915a4f4220ae48c9b4fc5fbTimo Sirainen exception as provided by Oracle in the GPL Version 2 section of the License
f158d9a303bb15a6848ca276c9391c7ca52e452bTimo Sirainen file that accompanied this code.
2670cd577aa57eb9f915a4f4220ae48c9b4fc5fbTimo Sirainen Modifications:
2670cd577aa57eb9f915a4f4220ae48c9b4fc5fbTimo Sirainen If applicable, add the following below the License Header, with the fields
2670cd577aa57eb9f915a4f4220ae48c9b4fc5fbTimo Sirainen enclosed by brackets [] replaced by your own identifying information:
2670cd577aa57eb9f915a4f4220ae48c9b4fc5fbTimo Sirainen "Portions Copyright [year] [name of copyright owner]"
2670cd577aa57eb9f915a4f4220ae48c9b4fc5fbTimo Sirainen Contributor(s):
2670cd577aa57eb9f915a4f4220ae48c9b4fc5fbTimo Sirainen If you wish your version of this file to be governed by only the CDDL or
2670cd577aa57eb9f915a4f4220ae48c9b4fc5fbTimo Sirainen only the GPL Version 2, indicate your decision by adding "[Contributor]
2670cd577aa57eb9f915a4f4220ae48c9b4fc5fbTimo Sirainen elects to include this software in this distribution under the [CDDL or GPL
2670cd577aa57eb9f915a4f4220ae48c9b4fc5fbTimo Sirainen Version 2] license." If you don't indicate a single choice of license, a
2670cd577aa57eb9f915a4f4220ae48c9b4fc5fbTimo Sirainen recipient has the option to distribute your version of this file under
2670cd577aa57eb9f915a4f4220ae48c9b4fc5fbTimo Sirainen either the CDDL, the GPL Version 2 or to extend the choice of license to
2670cd577aa57eb9f915a4f4220ae48c9b4fc5fbTimo Sirainen its licensees as provided above. However, if you add GPL Version 2 code
2670cd577aa57eb9f915a4f4220ae48c9b4fc5fbTimo Sirainen and therefore, elected the GPL Version 2 license, then the option applies
2670cd577aa57eb9f915a4f4220ae48c9b4fc5fbTimo Sirainen only if the new code is made subject to such option by the copyright
2670cd577aa57eb9f915a4f4220ae48c9b4fc5fbTimo Sirainen<project xmlns="http://maven.apache.org/POM/4.0.0"
2670cd577aa57eb9f915a4f4220ae48c9b4fc5fbTimo Sirainen xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2670cd577aa57eb9f915a4f4220ae48c9b4fc5fbTimo Sirainen xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
8b16d3b00f051401c97568697ccdbba48663759aTimo Sirainen <connection>scm:hg:http://kenai.com/hg/javamail~mercurial</connection>
8b16d3b00f051401c97568697ccdbba48663759aTimo Sirainen <developerConnection>scm:hg:https://kenai.com/hg/javamail~mercurial</developerConnection>
8b16d3b00f051401c97568697ccdbba48663759aTimo Sirainen <url>http://kenai.com/hg/javamail~mercurial</url>
8b16d3b00f051401c97568697ccdbba48663759aTimo Sirainen <issueManagement>
8b16d3b00f051401c97568697ccdbba48663759aTimo Sirainen </issueManagement>
8b16d3b00f051401c97568697ccdbba48663759aTimo Sirainen <comments>A business-friendly OSS license</comments>
8b16d3b00f051401c97568697ccdbba48663759aTimo Sirainen <url>https://glassfish.dev.java.net/public/CDDL+GPL.html</url>
8b16d3b00f051401c97568697ccdbba48663759aTimo Sirainen <comments>GPL version 2 plus the Classpath Exception</comments>
8b16d3b00f051401c97568697ccdbba48663759aTimo Sirainen <organization>
8b16d3b00f051401c97568697ccdbba48663759aTimo Sirainen </organization>
e2a88d59c0d47d63ce1ad5b1fd95e487124a3fd4Timo Sirainen <!-- like mail.version, but with underscores instead of dots -->
8b16d3b00f051401c97568697ccdbba48663759aTimo Sirainen <mail.zipversion>1_4_5-SNAPSHOT</mail.zipversion>
8b16d3b00f051401c97568697ccdbba48663759aTimo Sirainen <activation-api.version>1.1</activation-api.version>
8b16d3b00f051401c97568697ccdbba48663759aTimo Sirainen <!-- defaults that are overridden in mail module -->
ad404d294fedf792619aed432ed8de5174e9ce7cTimo Sirainen javax.security.sasl;resolution:=optional,
ad404d294fedf792619aed432ed8de5174e9ce7cTimo Sirainen sun.security.util;resolution:=optional,
ad404d294fedf792619aed432ed8de5174e9ce7cTimo Sirainen jcifs.ntlmssp;resolution:=optional,
ad404d294fedf792619aed432ed8de5174e9ce7cTimo Sirainen <!-- for the osgiversion-maven-plugin -->
ad404d294fedf792619aed432ed8de5174e9ce7cTimo Sirainen <hk2.plugin.version>0.4.11</hk2.plugin.version>
ad404d294fedf792619aed432ed8de5174e9ce7cTimo Sirainen <javac.path>/opt/jdk1.4/bin/javac</javac.path>
ad404d294fedf792619aed432ed8de5174e9ce7cTimo Sirainen <project.build.sourceEncoding>iso-8859-1</project.build.sourceEncoding>
ad404d294fedf792619aed432ed8de5174e9ce7cTimo Sirainen </properties>
ad404d294fedf792619aed432ed8de5174e9ce7cTimo Sirainen </developers>
4fda77c9e9fc68feb292c4dacae1fac49dd08165Timo Sirainen This profile contains modules that should only be built
4fda77c9e9fc68feb292c4dacae1fac49dd08165Timo Sirainen but not installed or deployed.
ad404d294fedf792619aed432ed8de5174e9ce7cTimo Sirainen </activation>
ad404d294fedf792619aed432ed8de5174e9ce7cTimo Sirainen This profile is used for deploying a JavaMail final release.
ad404d294fedf792619aed432ed8de5174e9ce7cTimo Sirainen Activating this profile manually for deployment causes
ad404d294fedf792619aed432ed8de5174e9ce7cTimo Sirainen the above profile to be deactivated, which works around
2670cd577aa57eb9f915a4f4220ae48c9b4fc5fbTimo Sirainen an apparent bug in maven that prevents me from manually
2670cd577aa57eb9f915a4f4220ae48c9b4fc5fbTimo Sirainen deactivating a profile. This profile purposely has none
e2a88d59c0d47d63ce1ad5b1fd95e487124a3fd4Timo Sirainen of the modules I don't want to be deployed.
e4194f4703eeec32b432371ae30fc8f25ab720d8Timo Sirainen <artifactId>maven-surefire-plugin</artifactId>
e4194f4703eeec32b432371ae30fc8f25ab720d8Timo Sirainen <configuration>
009217abb57a24a4076092e8e4e165545747839eStephan Bosch </configuration>
e4194f4703eeec32b432371ae30fc8f25ab720d8Timo Sirainen </executions>
e4194f4703eeec32b432371ae30fc8f25ab720d8Timo Sirainen </executions>
e2a88d59c0d47d63ce1ad5b1fd95e487124a3fd4Timo Sirainen This profile is used for deploying a JavaMail SNAPSHOT release.
e4194f4703eeec32b432371ae30fc8f25ab720d8Timo Sirainen It's identical to the above deploy-release profile except that
e4194f4703eeec32b432371ae30fc8f25ab720d8Timo Sirainen artifacts aren't signed.
8ae72ad7d0c69e972cfa65d1e2ce4e3e9a8b765cTimo Sirainen <artifactId>maven-surefire-plugin</artifactId>
2670cd577aa57eb9f915a4f4220ae48c9b4fc5fbTimo Sirainen <configuration>
09060303d565e15d54e42b4ef722f9d3c26f5336Timo Sirainen </configuration>
2670cd577aa57eb9f915a4f4220ae48c9b4fc5fbTimo Sirainen </executions>
a4502a71879d6018bd2c64f13614bb619911dd9fTimo Sirainen A special profile for compiling with the real JDK 1.4
a4502a71879d6018bd2c64f13614bb619911dd9fTimo Sirainen compiler, to make sure there are no accidental dependencies
a4502a71879d6018bd2c64f13614bb619911dd9fTimo Sirainen on JDK 1.5 APIs. Set the property javac.path to the path
a4502a71879d6018bd2c64f13614bb619911dd9fTimo Sirainen to the JDK 1.4 compiler, e.g.,
09060303d565e15d54e42b4ef722f9d3c26f5336Timo Sirainen "mvn -P1.4 -Djavac.path=/opt/jdk1.4/bin/javac".
cf9d67e4a9bfee31cf3be05244555d51a3d1b9feTimo Sirainen <artifactId>maven-compiler-plugin</artifactId>
0a53eb0283d7ec28c6105f61e118b96fce8ecb95Timo Sirainen <configuration>
a4502a71879d6018bd2c64f13614bb619911dd9fTimo Sirainen <!-- these classes depend on JDK 1.5 APIs -->
a4502a71879d6018bd2c64f13614bb619911dd9fTimo Sirainen com/sun/mail/imap/protocol/IMAPSaslAuthenticator.java
a4502a71879d6018bd2c64f13614bb619911dd9fTimo Sirainen </configuration>
a4502a71879d6018bd2c64f13614bb619911dd9fTimo Sirainen </executions>
a5ddfd7a8b473f73135b93d5e081e470a87f0f7eTimo Sirainen Make sure we're using the correct version of maven,
a5ddfd7a8b473f73135b93d5e081e470a87f0f7eTimo Sirainen required to allow us to build JavaMail with JDK 1.4
a5ddfd7a8b473f73135b93d5e081e470a87f0f7eTimo Sirainen and build the tests with JDK 1.5. See the
a5ddfd7a8b473f73135b93d5e081e470a87f0f7eTimo Sirainen maven-compiler-plugin configuration below.
28789c7ce1aa66ab21798bfb73ec64308b9a4de8Timo Sirainen <artifactId>maven-enforcer-plugin</artifactId>
a5ddfd7a8b473f73135b93d5e081e470a87f0f7eTimo Sirainen <configuration>
a5ddfd7a8b473f73135b93d5e081e470a87f0f7eTimo Sirainen <requireMavenVersion>
a5ddfd7a8b473f73135b93d5e081e470a87f0f7eTimo Sirainen </requireMavenVersion>
a5ddfd7a8b473f73135b93d5e081e470a87f0f7eTimo Sirainen </configuration>
a5ddfd7a8b473f73135b93d5e081e470a87f0f7eTimo Sirainen </executions>
2670cd577aa57eb9f915a4f4220ae48c9b4fc5fbTimo Sirainen This plugin is reponsible for packaging artifacts
2670cd577aa57eb9f915a4f4220ae48c9b4fc5fbTimo Sirainen as OSGi bundles. Please refer to
2670cd577aa57eb9f915a4f4220ae48c9b4fc5fbTimo Sirainen http://felix.apache.org/site/apache-felix-maven-bundle-plugin-bnd.html
2670cd577aa57eb9f915a4f4220ae48c9b4fc5fbTimo Sirainen for more information about how to use this plugin.
2670cd577aa57eb9f915a4f4220ae48c9b4fc5fbTimo Sirainen <configuration>
e2a88d59c0d47d63ce1ad5b1fd95e487124a3fd4Timo Sirainen <instructions>
9ffd3c8ca82bd2af8ca4f7e167339820ddcf1fe3Timo Sirainen </instructions>
0a53eb0283d7ec28c6105f61e118b96fce8ecb95Timo Sirainen </configuration>
0a53eb0283d7ec28c6105f61e118b96fce8ecb95Timo Sirainen Since we don't change the packaging type to bundle, we
9ffd3c8ca82bd2af8ca4f7e167339820ddcf1fe3Timo Sirainen need to configure the plugin to execute the manifest goal
9ffd3c8ca82bd2af8ca4f7e167339820ddcf1fe3Timo Sirainen during the process-classes phase of the build life cycle.
5e9bb72de1209cd39fdf3e95bdb26e047cc5594eTimo Sirainen </executions>
5e9bb72de1209cd39fdf3e95bdb26e047cc5594eTimo Sirainen Since we don't want a qualifier like b05 or SNAPSHOT to
5e9bb72de1209cd39fdf3e95bdb26e047cc5594eTimo Sirainen appear in the OSGi package version attribute, we use
5e9bb72de1209cd39fdf3e95bdb26e047cc5594eTimo Sirainen the following plugin to populate a project property
5e9bb72de1209cd39fdf3e95bdb26e047cc5594eTimo Sirainen with an OSGi version that is equivalent to the maven
5e9bb72de1209cd39fdf3e95bdb26e047cc5594eTimo Sirainen version without the qualifier.
e2a88d59c0d47d63ce1ad5b1fd95e487124a3fd4Timo Sirainen <artifactId>osgiversion-maven-plugin</artifactId>
0a53eb0283d7ec28c6105f61e118b96fce8ecb95Timo Sirainen <configuration>
0a53eb0283d7ec28c6105f61e118b96fce8ecb95Timo Sirainen <dropVersionComponent>qualifier</dropVersionComponent>
e2a88d59c0d47d63ce1ad5b1fd95e487124a3fd4Timo Sirainen <versionPropertyName>mail.osgiversion</versionPropertyName>
5e9bb72de1209cd39fdf3e95bdb26e047cc5594eTimo Sirainen </configuration>
7bccaece91a0b1bc61111c30443d6bad6b22c6d0Timo Sirainen </executions>
7bccaece91a0b1bc61111c30443d6bad6b22c6d0Timo Sirainen Use the 1.4 compiler for JavaMail itself, but use the
7bccaece91a0b1bc61111c30443d6bad6b22c6d0Timo Sirainen 1.5 compiler for the test classes, so we can use JUnit 4.
7bccaece91a0b1bc61111c30443d6bad6b22c6d0Timo Sirainen <artifactId>maven-compiler-plugin</artifactId>
7bccaece91a0b1bc61111c30443d6bad6b22c6d0Timo Sirainen <configuration>
7bccaece91a0b1bc61111c30443d6bad6b22c6d0Timo Sirainen </configuration>
7bccaece91a0b1bc61111c30443d6bad6b22c6d0Timo Sirainen <configuration>
7bccaece91a0b1bc61111c30443d6bad6b22c6d0Timo Sirainen </configuration>
7bccaece91a0b1bc61111c30443d6bad6b22c6d0Timo Sirainen </executions>
7bccaece91a0b1bc61111c30443d6bad6b22c6d0Timo Sirainen <!-- need at least this version to make excludes work -->
7bccaece91a0b1bc61111c30443d6bad6b22c6d0Timo Sirainen <configuration>
7bccaece91a0b1bc61111c30443d6bad6b22c6d0Timo Sirainen Configure the maven-jar-plugin to pick up
7bccaece91a0b1bc61111c30443d6bad6b22c6d0Timo Sirainen META-INF/MANIFEST.MF that's generated by
7bccaece91a0b1bc61111c30443d6bad6b22c6d0Timo Sirainen the maven-bundle-plugin.
7bccaece91a0b1bc61111c30443d6bad6b22c6d0Timo Sirainen <manifestFile>
7bccaece91a0b1bc61111c30443d6bad6b22c6d0Timo Sirainen ${project.build.outputDirectory}/META-INF/MANIFEST.MF
7bccaece91a0b1bc61111c30443d6bad6b22c6d0Timo Sirainen </manifestFile>
7bccaece91a0b1bc61111c30443d6bad6b22c6d0Timo Sirainen <manifestEntries>
09060303d565e15d54e42b4ef722f9d3c26f5336Timo Sirainen </manifestEntries>
09060303d565e15d54e42b4ef722f9d3c26f5336Timo Sirainen </configuration>
edd318d5866ac3fbc6e8df28fb24a4dfef93c884Timo Sirainen Tell the source plugin about the sources that may have
edd318d5866ac3fbc6e8df28fb24a4dfef93c884Timo Sirainen been downloaded by the maven-dependency-plugin.
edd318d5866ac3fbc6e8df28fb24a4dfef93c884Timo Sirainen <artifactId>build-helper-maven-plugin</artifactId>
edd318d5866ac3fbc6e8df28fb24a4dfef93c884Timo Sirainen <configuration>
09060303d565e15d54e42b4ef722f9d3c26f5336Timo Sirainen </configuration>
edd318d5866ac3fbc6e8df28fb24a4dfef93c884Timo Sirainen </executions>
b2024fa4e6ed39f9b5b6bb6c051f6d535fc0e011Timo Sirainen Configure the source plugin here so that it will know
b2024fa4e6ed39f9b5b6bb6c051f6d535fc0e011Timo Sirainen about the sources that may have been downloaded by the
b2024fa4e6ed39f9b5b6bb6c051f6d535fc0e011Timo Sirainen maven-dependency-plugin and configured by the
caa1fa99c79c568ce2e42477bc169e7024fb220bTimo Sirainen build-helper-maven-plugin.
caa1fa99c79c568ce2e42477bc169e7024fb220bTimo Sirainen </executions>
caa1fa99c79c568ce2e42477bc169e7024fb220bTimo Sirainen <configuration>
caa1fa99c79c568ce2e42477bc169e7024fb220bTimo Sirainen </configuration>
caa1fa99c79c568ce2e42477bc169e7024fb220bTimo Sirainen This is the rule that creates the zip file for distribution.
caa1fa99c79c568ce2e42477bc169e7024fb220bTimo Sirainen <artifactId>maven-assembly-plugin</artifactId>
caa1fa99c79c568ce2e42477bc169e7024fb220bTimo Sirainen I'd like this to be run as part of the
caa1fa99c79c568ce2e42477bc169e7024fb220bTimo Sirainen package phase, but that doesn't work.
caa1fa99c79c568ce2e42477bc169e7024fb220bTimo Sirainen Have to run it explicitly as:
caa1fa99c79c568ce2e42477bc169e7024fb220bTimo Sirainen mvn package assembly:assembly
caa1fa99c79c568ce2e42477bc169e7024fb220bTimo Sirainen <phase>package</phase>
15ab2452b0220a115f4351ad9d7fd5ec70ae7966Timo Sirainen <goal>assembly</goal>
15ab2452b0220a115f4351ad9d7fd5ec70ae7966Timo Sirainen <configuration>
15ab2452b0220a115f4351ad9d7fd5ec70ae7966Timo Sirainen <finalName>javamail${mail.zipversion}</finalName>
15ab2452b0220a115f4351ad9d7fd5ec70ae7966Timo Sirainen <descriptors>
15ab2452b0220a115f4351ad9d7fd5ec70ae7966Timo Sirainen </descriptors>
3c296d819c54e21ce05c3d2eeeedc79be42ac593Timo Sirainen </configuration>
15ab2452b0220a115f4351ad9d7fd5ec70ae7966Timo Sirainen </executions>
15ab2452b0220a115f4351ad9d7fd5ec70ae7966Timo Sirainen <artifactId>maven-release-plugin</artifactId>
15ab2452b0220a115f4351ad9d7fd5ec70ae7966Timo Sirainen <configuration>
15ab2452b0220a115f4351ad9d7fd5ec70ae7966Timo Sirainen <arguments>-P deploy</arguments>
15ab2452b0220a115f4351ad9d7fd5ec70ae7966Timo Sirainen </configuration>
15ab2452b0220a115f4351ad9d7fd5ec70ae7966Timo Sirainen <pluginManagement>
15ab2452b0220a115f4351ad9d7fd5ec70ae7966Timo Sirainen By default, disable the FindBugs plugin for all modules.
e2a88d59c0d47d63ce1ad5b1fd95e487124a3fd4Timo Sirainen It's enabled in the modules where we actually want to
550d2fe097e95f12e8fa60ef52753ea7fe53d4eaTimo Sirainen <artifactId>findbugs-maven-plugin</artifactId>
550d2fe097e95f12e8fa60ef52753ea7fe53d4eaTimo Sirainen <configuration>
550d2fe097e95f12e8fa60ef52753ea7fe53d4eaTimo Sirainen <findbugsXmlWithMessages>true</findbugsXmlWithMessages>
550d2fe097e95f12e8fa60ef52753ea7fe53d4eaTimo Sirainen <excludeFilterFile>
550d2fe097e95f12e8fa60ef52753ea7fe53d4eaTimo Sirainen </excludeFilterFile>
550d2fe097e95f12e8fa60ef52753ea7fe53d4eaTimo Sirainen </configuration>
550d2fe097e95f12e8fa60ef52753ea7fe53d4eaTimo Sirainen <artifactId>maven-enforcer-plugin</artifactId>
f158d9a303bb15a6848ca276c9391c7ca52e452bTimo Sirainen </pluginManagement>
2670cd577aa57eb9f915a4f4220ae48c9b4fc5fbTimo Sirainen <dependencyManagement>
2670cd577aa57eb9f915a4f4220ae48c9b4fc5fbTimo Sirainen <dependencies>
2670cd577aa57eb9f915a4f4220ae48c9b4fc5fbTimo Sirainen </dependency>
5e9bb72de1209cd39fdf3e95bdb26e047cc5594eTimo Sirainen </dependency>
5e9bb72de1209cd39fdf3e95bdb26e047cc5594eTimo Sirainen </dependency>
5e9bb72de1209cd39fdf3e95bdb26e047cc5594eTimo Sirainen </dependency>
e34d170f8f0e084bd94bfbc1a7085ece67e508dfTimo Sirainen </dependency>
a5ddfd7a8b473f73135b93d5e081e470a87f0f7eTimo Sirainen </dependency>
a5ddfd7a8b473f73135b93d5e081e470a87f0f7eTimo Sirainen </dependencies>
a5ddfd7a8b473f73135b93d5e081e470a87f0f7eTimo Sirainen </dependencyManagement>
5e9bb72de1209cd39fdf3e95bdb26e047cc5594eTimo Sirainen <dependencies>
7bccaece91a0b1bc61111c30443d6bad6b22c6d0Timo Sirainen </dependency>
5e9bb72de1209cd39fdf3e95bdb26e047cc5594eTimo Sirainen </dependencies>
15ab2452b0220a115f4351ad9d7fd5ec70ae7966Timo Sirainen Configure FindBugs to run with "mvn site" and
550d2fe097e95f12e8fa60ef52753ea7fe53d4eaTimo Sirainen generate html output that can be viewed directly.
2670cd577aa57eb9f915a4f4220ae48c9b4fc5fbTimo Sirainen <artifactId>findbugs-maven-plugin</artifactId>
2670cd577aa57eb9f915a4f4220ae48c9b4fc5fbTimo Sirainen <configuration>
2670cd577aa57eb9f915a4f4220ae48c9b4fc5fbTimo Sirainen <excludeFilterFile>
2670cd577aa57eb9f915a4f4220ae48c9b4fc5fbTimo Sirainen </excludeFilterFile>
2670cd577aa57eb9f915a4f4220ae48c9b4fc5fbTimo Sirainen </configuration>