Edit C:\Users\Admin\.m2\repository\org\glassfish\jersey\project\2.22.1\project-2.22.1.pom
<?xml version="1.0" encoding="UTF-8"?> <!-- DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. Copyright (c) 2010-2015 Oracle and/or its affiliates. All rights reserved. The contents of this file are subject to the terms of either the GNU General Public License Version 2 only ("GPL") or the Common Development and Distribution License("CDDL") (collectively, the "License"). You may not use this file except in compliance with the License. You can obtain a copy of the License at http://glassfish.java.net/public/CDDL+GPL_1_1.html or packager/legal/LICENSE.txt. See the License for the specific language governing permissions and limitations under the License. When distributing the software, include this License Header Notice in each file and include the License file at packager/legal/LICENSE.txt. GPL Classpath Exception: Oracle designates this particular file as subject to the "Classpath" exception as provided by Oracle in the GPL Version 2 section of the License file that accompanied this code. Modifications: If applicable, add the following below the License Header, with the fields enclosed by brackets [] replaced by your own identifying information: "Portions Copyright [year] [name of copyright owner]" Contributor(s): If you wish your version of this file to be governed by only the CDDL or only the GPL Version 2, indicate your decision by adding "[Contributor] elects to include this software in this distribution under the [CDDL or GPL Version 2] license." If you don't indicate a single choice of license, a recipient has the option to distribute your version of this file under either the CDDL, the GPL Version 2 or to extend the choice of license to its licensees as provided above. However, if you add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the option applies only if the new code is made subject to such option by the copyright holder. --> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>net.java</groupId> <artifactId>jvnet-parent</artifactId> <version>4</version> </parent> <groupId>org.glassfish.jersey</groupId> <artifactId>project</artifactId> <packaging>pom</packaging> <version>2.22.1</version> <name>jersey</name> <description> Jersey is the open source (under dual CDDL+GPL license) JAX-RS 2.0 (JSR 339) production quality Reference Implementation for building RESTful Web services. </description> <url>https://jersey.java.net/</url> <!-- prerequisites --> <issueManagement> <system>JIRA</system> <url>http://java.net/jira/browse/JERSEY/</url> </issueManagement> <ciManagement> <system>Hudson</system> <url>http://hudson.glassfish.org/job/Jersey-trunk-multiplatform/</url> </ciManagement> <inceptionYear>2010</inceptionYear> <mailingLists> <mailingList> <name>Announcements</name> <archive>http://java.net/projects/jersey/lists/announce/archive</archive> <post>announce@jersey.java.net</post> </mailingList> <mailingList> <name>Users List</name> <archive>http://java.net/projects/jersey/lists/users/archive</archive> <post>users@jersey.java.net</post> </mailingList> <mailingList> <name>Developers List</name> <archive>http://java.net/projects/jersey/lists/dev/archive</archive> <post>dev@jersey.java.net</post> </mailingList> <mailingList> <name>Issues</name> <archive>http://java.net/projects/jersey/lists/issues/archive</archive> <post>issues@jersey.java.net</post> </mailingList> <mailingList> <name>Commits</name> <archive>http://java.net/projects/jersey/lists/commits/archive</archive> <post>commits@jersey.java.net</post> </mailingList> </mailingLists> <developers> <developer> <name>Pavel Bucek</name> <organization>Oracle Corporation</organization> <organizationUrl>http://www.oracle.com/</organizationUrl> </developer> <developer> <name>Jakub Podlesak</name> <organization>Oracle Corporation</organization> <organizationUrl>http://www.oracle.com/</organizationUrl> </developer> <developer> <name>Santiago Pericas-Geertsen</name> <organization>Oracle Corporation</organization> <organizationUrl>http://www.oracle.com/</organizationUrl> </developer> <developer> <name>Marek Potociar</name> <organization>Oracle Corporation</organization> <organizationUrl>http://www.oracle.com/</organizationUrl> </developer> <developer> <name>Libor Kramolis</name> <organization>Oracle Corporation</organization> <organizationUrl>http://www.oracle.com</organizationUrl> </developer> <developer> <name>Adam Lindenthal</name> <organization>Oracle Corporation</organization> <organizationUrl>http://www.oracle.com</organizationUrl> </developer> <developer> <name>Stepan Vavra</name> <organization>Oracle Corporation</organization> <organizationUrl>http://www.oracle.com</organizationUrl> </developer> <developer> <name>Petr Bouda</name> <organization>Oracle Corporation</organization> <organizationUrl>http://www.oracle.com</organizationUrl> </developer> </developers> <contributors> <contributor> <name>Michal Gajdos</name> </contributor> </contributors> <licenses> <license> <name>CDDL+GPL License</name> <url>http://glassfish.java.net/public/CDDL+GPL_1_1.html</url> <distribution>repo</distribution> </license> </licenses> <scm> <connection>scm:git:git://java.net/jersey~code</connection> <developerConnection>scm:git:ssh://git.java.net/jersey~code</developerConnection> <url>http://java.net/projects/jersey/sources/code/show</url> <tag>2.22.1</tag> </scm> <organization> <name>Oracle Corporation</name> <url>http://www.oracle.com/</url> </organization> <build> <pluginManagement> <plugins> <plugin> <groupId>org.glassfish.jersey.tools.plugins</groupId> <artifactId>jersey-doc-modulelist-maven-plugin</artifactId> <version>1.0.1</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-enforcer-plugin</artifactId> <version>1.3.1</version> <executions> <execution> <id>enforce-versions</id> <goals> <goal>enforce</goal> </goals> <configuration> <rules> <requireJavaVersion> <version>${java.version}</version> </requireJavaVersion> </rules> </configuration> </execution> </executions> </plugin> <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>build-helper-maven-plugin</artifactId> <version>1.7</version> <executions> <execution> <phase>generate-sources</phase> <goals> <goal>add-source</goal> </goals> <configuration> <sources> <source>${project.build.directory}/generated-sources/rsrc-gen</source> </sources> </configuration> </execution> <execution> <phase>initialize</phase> <id>parse-version</id> <goals> <goal>parse-version</goal> </goals> </execution> </executions> </plugin> <plugin> <groupId>com.sun.istack</groupId> <artifactId>maven-istack-commons-plugin</artifactId> <version>2.6.1</version> <executions> <execution> <phase>generate-sources</phase> <goals> <goal>rs-gen</goal> </goals> <configuration> <resources> <directory>${basedir}/src/main/resources</directory> <includes> <include>**/localization.properties</include> </includes> </resources> <destDir>${project.build.directory}/generated-sources/rsrc-gen</destDir> <localizationUtilitiesPkgName>org.glassfish.jersey.internal.l10n</localizationUtilitiesPkgName> </configuration> </execution> </executions> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-clean-plugin</artifactId> <version>2.5</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> <version>3.1</version> <inherited>true</inherited> <configuration> <source>${java.version}</source> <target>${java.version}</target> <compilerArguments> <!--<Werror />--> <!-- TODO work towards eliminating all warnings in order to be able to enable the -Xlint option --> <!--Xlint/--> </compilerArguments> <showWarnings>false</showWarnings> <fork>false</fork> </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-jar-plugin</artifactId> <version>2.4</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-install-plugin</artifactId> <version>2.5.2</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-resources-plugin</artifactId> <version>2.6</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> <version>2.18.1</version> <configuration> <!-- for convenience reasons, 'argLine' should not be overridden in child poms. if needed, a property should be declared and used here --> <argLine>-Xmx1024m -Dfile.encoding=UTF8 ${surefire.security.argline} ${surefire.coverage.argline}</argLine> <skipTests>${skip.tests}</skipTests> </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-assembly-plugin</artifactId> <version>2.4</version> <configuration> <tarLongFileMode>gnu</tarLongFileMode> </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-dependency-plugin</artifactId> <version>2.8</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-javadoc-plugin</artifactId> <version>2.9</version> <configuration> <doctitle>Jersey ${jersey.version} API Documentation</doctitle> <windowtitle>Jersey ${jersey.version} API</windowtitle> <bottom> <![CDATA[Copyright © 2007-2015, <a href="http://www.oracle.com">Oracle</a> and/or its affiliates. All Rights Reserved. Use is subject to license terms.]]> </bottom> <links> <link>http://jax-rs-spec.java.net/nonav/2.0/apidocs</link> <link>http://hk2.java.net/nonav/hk2-api/apidocs</link> <link>http://docs.oracle.com/javaee/7/api</link> </links> <excludePackageNames> *.internal.*:*.tests.* </excludePackageNames> <sourceFileExcludes> <exclude>bundles/**</exclude> </sourceFileExcludes> <verbose /> </configuration> <executions> <execution> <id>attach-javadocs</id> <phase>package</phase> <goals> <goal>jar</goal> </goals> </execution> </executions> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-source-plugin</artifactId> <version>2.2.1</version> <executions> <execution> <id>attach-sources</id> <phase>package</phase> <goals> <goal>jar-no-fork</goal> </goals> </execution> </executions> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-deploy-plugin</artifactId> <version>2.8.1</version> <configuration> <retryFailedDeploymentCount>10</retryFailedDeploymentCount> </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-release-plugin</artifactId> <version>2.4</version> <!-- mvn release:prepare -DreleaseVersion=<release-version> -DdevelopmentVersion=<next-dev-version> -Dtag=<release-version> \ -Prelease mvn release:perform -DconnectionUrl="scm:git:file://<path-to-local-repo>" \ -Prelease,testsSkip --> <configuration> <mavenExecutorId>forked-path</mavenExecutorId> <autoVersionSubmodules>true</autoVersionSubmodules> <preparationGoals>clean install</preparationGoals> <pushChanges>false</pushChanges> <useReleaseProfile>false</useReleaseProfile> <arguments>${release.tests.args} ${release.arguments}</arguments> </configuration> </plugin> <plugin> <groupId>org.ops4j.pax.exam</groupId> <artifactId>maven-paxexam-plugin</artifactId> <version>${paxexam.mvn.plugin.version}</version> <executions> <execution> <id>generate-config</id> <goals> <goal>generate-depends-file</goal> </goals> </execution> </executions> <configuration> <options> <platform>felix</platform> </options> </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-site-plugin</artifactId> <version>3.3</version> <configuration> <generateProjectInfo>false</generateProjectInfo> <generateReports>true</generateReports> </configuration> </plugin> <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>exec-maven-plugin</artifactId> <version>1.2.1</version> <executions> <execution> <goals> <goal>java</goal> </goals> </execution> </executions> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-jxr-plugin</artifactId> <version>2.3</version> <executions> <execution> <goals> <goal>jxr</goal> </goals> <phase>validate</phase> </execution> </executions> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-checkstyle-plugin</artifactId> <version>${checkstyle.mvn.plugin.version}</version> <configuration> <configLocation>etc/config/checkstyle.xml</configLocation> <suppressionsLocation>etc/config/checkstyle-suppressions.xml</suppressionsLocation> <outputFile>${project.build.directory}/checkstyle/checkstyle-result.xml</outputFile> </configuration> <dependencies> <dependency> <groupId>com.puppycrawl.tools</groupId> <artifactId>checkstyle</artifactId> <version>${checkstyle.version}</version> <exclusions> <!-- MCHECKSTYLE-156 --> <exclusion> <groupId>com.sun</groupId> <artifactId>tools</artifactId> </exclusion> </exclusions> </dependency> </dependencies> </plugin> <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>findbugs-maven-plugin</artifactId> <version>${findbugs.version}</version> <configuration> <skip>${findbugs.skip}</skip> <threshold>${findbugs.threshold}</threshold> <excludeFilterFile>${findbugs.exclude}</excludeFilterFile> <xmlOutput>true</xmlOutput> <findbugsXmlOutput>true</findbugsXmlOutput> <!-- findbugs detector configuration --> <jvmArgs>-Dfindbugs.glassfish.logging.validLoggerPrefixes=${findbugs.glassfish.logging.validLoggerPrefixes}</jvmArgs> <plugins> <plugin> <groupId>org.glassfish.findbugs</groupId> <artifactId>findbugs-logging-detectors</artifactId> <version>${findbugs.glassfish.version}</version> </plugin> </plugins> </configuration> <dependencies> <dependency> <groupId>org.glassfish.findbugs</groupId> <artifactId>findbugs</artifactId> <version>${findbugs.glassfish.version}</version> </dependency> </dependencies> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-failsafe-plugin</artifactId> <version>2.16</version> <configuration> <skipTests>${skip.tests}</skipTests> <skipITs>${skip.tests}</skipITs> <argLine>${failsafe.coverage.argline}</argLine> </configuration> <executions> <execution> <goals> <goal>integration-test</goal> <goal>verify</goal> </goals> </execution> </executions> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-war-plugin</artifactId> <version>2.4</version> <configuration> <failOnMissingWebXml>false</failOnMissingWebXml> </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-ear-plugin</artifactId> <version>2.8</version> </plugin> <plugin> <groupId>org.glassfish.embedded</groupId> <artifactId>maven-embedded-glassfish-plugin</artifactId> <version>3.1.2.2</version> </plugin> <plugin> <groupId>org.glassfish.copyright</groupId> <artifactId>glassfish-copyright-maven-plugin</artifactId> <version>1.39</version> <configuration> <excludeFile>etc/config/copyright-exclude</excludeFile> <!--svn|mercurial|git - defaults to svn--> <scm>git</scm> <!-- turn on/off debugging --> <debug>false</debug> <!-- skip files not under SCM--> <scmOnly>true</scmOnly> <!-- turn off warnings --> <warn>true</warn> <!-- for use with repair --> <update>false</update> <!-- check that year is correct --> <ignoreYear>false</ignoreYear> <templateFile>etc/config/copyright.txt</templateFile> </configuration> </plugin> <plugin> <groupId>org.apache.felix</groupId> <artifactId>maven-bundle-plugin</artifactId> <version>2.3.7</version> <extensions>true</extensions> <configuration> <instructions> <_versionpolicy>[$(version;==;$(@)),$(version;+;$(@)))</_versionpolicy> <_nodefaultversion>false</_nodefaultversion> </instructions> </configuration> <executions> <execution> <id>osgi-bundle</id> <phase>package</phase> <goals> <goal>bundle</goal> </goals> </execution> </executions> </plugin> <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>xml-maven-plugin</artifactId> <version>1.0</version> </plugin> <plugin> <groupId>com.sun.tools.xjc.maven2</groupId> <artifactId>maven-jaxb-plugin</artifactId> <version>1.1.1</version> </plugin> <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>buildnumber-maven-plugin</artifactId> <version>1.1</version> </plugin> <!-- TODO: remove the old jetty plugin dependencies --> <plugin> <groupId>org.mortbay.jetty</groupId> <artifactId>maven-jetty-plugin</artifactId> <version>${jetty.plugin.version}</version> </plugin> <plugin> <groupId>org.mortbay.jetty</groupId> <artifactId>jetty-maven-plugin</artifactId> <version>8.1.8.v20121106</version> </plugin> <plugin> <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-maven-plugin</artifactId> <version>${jetty.version}</version> </plugin> <plugin> <groupId>org.glassfish.build</groupId> <artifactId>gfnexus-maven-plugin</artifactId> <version>0.16</version> <configuration> <stagingRepos> <stagingRepo> <!-- The reference artifact used to identify the right staging repository --> <ref>org.glassfish.jersey:project:${project.version}:pom</ref> <profile>com.sun.jersey</profile> </stagingRepo> </stagingRepos> <!-- Temporary till there is a jersey promotion profile --> <promotionProfile>glassfish-integration</promotionProfile> <message>JERSEY-${project.version}</message> </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-shade-plugin</artifactId> <version>2.2</version> <executions> <execution> <id>shade-archive</id> <goals> <goal>shade</goal> </goals> </execution> </executions> <configuration> <shadeTestJar>false</shadeTestJar> <minimizeJar>true</minimizeJar> <promoteTransitiveDependencies>true</promoteTransitiveDependencies> <!-- Do not create reduced pom - jaxrs-ri cannot be built when set to true --> <createDependencyReducedPom>false</createDependencyReducedPom> </configuration> </plugin> <plugin> <groupId>org.fortasoft</groupId> <artifactId>gradle-maven-plugin</artifactId> <version>1.0.5</version> </plugin> <plugin> <groupId>com.github.wvengen</groupId> <artifactId>proguard-maven-plugin</artifactId> <version>2.0.8</version> <dependencies> <dependency> <groupId>net.sf.proguard</groupId> <artifactId>proguard-base</artifactId> <version>5.1</version><!-- transitive dependency version increased from 5.0 --> <scope>runtime</scope> </dependency> </dependencies> </plugin> </plugins> </pluginManagement> <plugins> <plugin> <groupId>org.glassfish.jersey.tools.plugins</groupId> <artifactId>jersey-doc-modulelist-maven-plugin</artifactId> <inherited>false</inherited> <configuration> <outputFileName>docs/src/main/docbook/modules.xml</outputFileName> <templateFileName>docs/src/main/docbook/inc/modules.src</templateFileName> <tableHeaderFileName>docs/src/main/docbook/inc/modules_table_header.src</tableHeaderFileName> <tableFooterFileName>docs/src/main/docbook/inc/modules_table_footer.src</tableFooterFileName> <tableRowFileName>docs/src/main/docbook/inc/modules_table_row.src</tableRowFileName> <outputUnmatched>false</outputUnmatched> </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-enforcer-plugin</artifactId> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-source-plugin</artifactId> </plugin> </plugins> <extensions> <extension> <groupId>org.glassfish</groupId> <artifactId>findbugs</artifactId> <version>3.2-b06</version> </extension> </extensions> </build> <profiles> <profile> <!-- Use it with release-perform goal to skip another test run. --> <id>testsSkip</id> <activation> <activeByDefault>false</activeByDefault> <!-- this is how to align back with maven standards where property 'skipTests' makes maven-surefire-plugin (and also maven-failsafe-plugin) skip tests execution --> <property> <name>skipTests</name> <value>true</value> </property> </activation> <properties> <skip.release.tests>-Dmaven.test.skip=true -Dskip.tests=true</skip.release.tests> <skip.tests>true</skip.tests> </properties> </profile> <profile> <id>checkstyleSkip</id> <activation> <activeByDefault>false</activeByDefault> </activation> <properties> <checkstyle.skip>true</checkstyle.skip> </properties> </profile> <profile> <id>findbugsSkip</id> <activation> <activeByDefault>false</activeByDefault> </activation> <properties> <findbugs.skip>true</findbugs.skip> </properties> </profile> <profile> <!-- tests module will be automatically included unless tests.excluded env variable is set --> <id>testsIncluded</id> <activation> <activeByDefault>false</activeByDefault> <property> <name>!tests.excluded</name> </property> </activation> <modules> <module>tests</module> </modules> </profile> <profile> <!-- examples module will be automatically included unless examples.excluded env variable is set --> <id>examplesIncluded</id> <activation> <activeByDefault>false</activeByDefault> <property> <name>!examples.excluded</name> </property> </activation> <modules> <module>examples</module> </modules> </profile> <profile> <!-- test-framework module will be automatically included unless test-framework.excluded env variable is set --> <id>testFrameworkIncluded</id> <activation> <activeByDefault>false</activeByDefault> <property> <name>!test-framework.excluded</name> </property> </activation> <modules> <module>test-framework</module> </modules> </profile> <profile> <id>release</id> <modules> <module>docs</module> </modules> <activation> <activeByDefault>false</activeByDefault> </activation> <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-javadoc-plugin</artifactId> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-release-plugin</artifactId> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-deploy-plugin</artifactId> </plugin> </plugins> </build> </profile> <profile> <id>xdk</id> <activation> <property> <name>xdk</name> </property> </activation> <build> <plugins> <plugin> <!-- add xdk sax parser to the classpath and exclude xerces --> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> <inherited>true</inherited> <configuration> <additionalClasspathElements> <additionalClasspathElement>${xdk.absolute.path}</additionalClasspathElement> </additionalClasspathElements> <classpathDependencyExcludes> <classpathDependencyExcludes>xerces:xercesImpl</classpathDependencyExcludes> </classpathDependencyExcludes> </configuration> </plugin> <plugin> <!-- ensure, that the path to the xdk sax parser has been set --> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-enforcer-plugin</artifactId> <executions> <execution> <id>enforce-property</id> <goals> <goal>enforce</goal> </goals> <configuration> <rules> <requireProperty> <property>xdk.absolute.path</property> <message>Property 'xdk.absolute.path' has to be specified.</message> <regex>.*/xmlparserv2.jar$</regex> <regexMessage> Property 'xdk.absolute.path' has to point to the xdk parser jar (xmlparserv2.jar). </regexMessage> </requireProperty> </rules> <fail>true</fail> </configuration> </execution> </executions> </plugin> </plugins> </build> </profile> <profile> <id>moxy</id> <activation> <property> <name>moxy</name> </property> </activation> <dependencies> <dependency> <groupId>org.eclipse.persistence</groupId> <artifactId>org.eclipse.persistence.moxy</artifactId> <version>${moxy.version}</version> </dependency> </dependencies> <repositories> <repository> <id>eclipselink.repository</id> <name>Eclipse Maven Repository</name> <url>http://www.eclipse.org/downloads/download.php?r=1&nf=1&file=/rt/eclipselink/maven.repo</url> <layout>default</layout> </repository> </repositories> </profile> <profile> <id>securityOff</id> <properties> <surefire.security.argline /> </properties> </profile> <profile> <id>project-info</id> <activation> <activeByDefault>false</activeByDefault> </activation> <reporting> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-project-info-reports-plugin</artifactId> <version>2.7</version> <reportSets> <reportSet> <reports> <report>dependencies</report> </reports> </reportSet> </reportSets> </plugin> </plugins> </reporting> <!-- placeholder required for site:stage --> <distributionManagement> <site> <id>localhost</id> <url>http://localhost</url> </site> </distributionManagement> </profile> <profile> <id>jdk1.7+</id> <activation> <jdk>[1.7,)</jdk> </activation> <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-checkstyle-plugin</artifactId> <executions> <execution> <id>verify</id> <phase>validate</phase> <goals> <!-- Fail the build if checkstyle rules for contributions are not met. --> <goal>check</goal> </goals> <configuration> <configLocation>etc/config/checkstyle-verify.xml</configLocation> <consoleOutput>true</consoleOutput> <failOnViolation>true</failOnViolation> <includeTestSourceDirectory>true</includeTestSourceDirectory> </configuration> </execution> </executions> </plugin> </plugins> </build> </profile> <profile> <id>jdk1.8</id> <activation> <jdk>1.8</jdk> </activation> <modules> <module>ext/rx/rx-client-java8</module> </modules> <build> <pluginManagement> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-javadoc-plugin</artifactId> <inherited>true</inherited> <configuration> <additionalparam>-Xdoclint:none</additionalparam> </configuration> </plugin> </plugins> </pluginManagement> </build> <reporting> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-javadoc-plugin</artifactId> <inherited>true</inherited> <configuration> <additionalparam>-Xdoclint:none</additionalparam> </configuration> </plugin> </plugins> </reporting> </profile> <profile> <!-- examples jdk1.8 modules will be automatically included if jdk8 is present unless examples.excluded env variable is set --> <id>examplesIncludedJdk1.8</id> <activation> <jdk>1.8</jdk> <property> <name>!examples.excluded</name> </property> </activation> <modules> <module>examples/feed-combiner-java8-webapp</module> <module>examples/java8-webapp</module> <module>examples/rx-client-java8-webapp</module> </modules> <build> <pluginManagement> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-javadoc-plugin</artifactId> <inherited>true</inherited> <configuration> <additionalparam>-Xdoclint:none</additionalparam> </configuration> </plugin> </plugins> </pluginManagement> </build> <reporting> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-javadoc-plugin</artifactId> <inherited>true</inherited> <configuration> <additionalparam>-Xdoclint:none</additionalparam> </configuration> </plugin> </plugins> </reporting> </profile> <profile> <id>ide</id> <dependencies> <dependency> <groupId>org.ow2.asm</groupId> <artifactId>asm-debug-all</artifactId> <optional>true</optional> </dependency> </dependencies> </profile> <profile> <id>sonar</id> <properties> <!-- Sonar/Reporting settings (heavily inspired at http://www.aheritier.net/maven-failsafe-sonar-and-jacoco-are-in-a-boat/ --> <!-- Tells Sonar to use jacoco for coverage results --> <sonar.java.coveragePlugin>jacoco</sonar.java.coveragePlugin> <!-- Don't let Sonar execute tests. We will ask it to Maven --> <sonar.dynamicAnalysis>reuseReports</sonar.dynamicAnalysis> <!-- The system property jacoco.outputDir is based on. This won't work for 'sonar:sonar' (see http://jira.codehaus.org/browse/SONAR-3427), as such a property 'jacoco.outputDir' has to be explicitly specified from a command line --> <jacoco.outputDir>${session.executionRootDirectory}/target</jacoco.outputDir> <!-- Tells Sonar where the Jacoco coverage result file is located for Unit Tests --> <sonar.jacoco.reportPath>${jacoco.outputDir}/jacoco.exec</sonar.jacoco.reportPath> <!-- Tells Sonar where the Jacoco coverage result file is located for Integration Tests --> <sonar.jacoco.itReportPath>${jacoco.outputDir}/jacoco-it.exec</sonar.jacoco.itReportPath> <!-- Force JaCoCo to show 0% coverage if the report is missing --> <sonar.jacoco.reportMissing.force.zero>true</sonar.jacoco.reportMissing.force.zero> <!-- jacoco.agent.*.arg properties are dynamically generated by jacoco:prepare-agent (see bellow) --> <surefire.coverage.argline>${jacoco.agent.ut.arg}</surefire.coverage.argline> <failsafe.coverage.argline>${jacoco.agent.it.arg}</failsafe.coverage.argline> <!-- Maven versions --> <jacoco.version>0.7.4.201502262128</jacoco.version> <sonar-jacoco-listeners.version>3.2</sonar-jacoco-listeners.version> <sonar.version>2.6</sonar.version> </properties> <dependencies> <dependency> <groupId>org.codehaus.sonar-plugins.java</groupId> <artifactId>sonar-jacoco-listeners</artifactId> <version>${sonar-jacoco-listeners.version}</version> <scope>test</scope> </dependency> </dependencies> <build> <plugins> <plugin> <groupId>org.jacoco</groupId> <artifactId>jacoco-maven-plugin</artifactId> <version>${jacoco.version}</version> <executions> <!-- Prepares a variable, jacoco.agent.ut.arg, that contains the info to be passed to the JVM hosting the code being tested. --> <execution> <id>prepare-ut-agent</id> <phase>process-test-classes</phase> <goals> <goal>prepare-agent</goal> </goals> <configuration> <destFile>${sonar.jacoco.reportPath}</destFile> <propertyName>jacoco.agent.ut.arg</propertyName> <append>true</append> </configuration> </execution> <!-- Prepares a variable, jacoco.agent.it.arg, that contains the info to be passed to the JVM hosting the code being tested. --> <execution> <id>prepare-it-agent</id> <phase>pre-integration-test</phase> <goals> <goal>prepare-agent</goal> </goals> <configuration> <destFile>${sonar.jacoco.itReportPath}</destFile> <propertyName>jacoco.agent.it.arg</propertyName> <append>true</append> </configuration> </execution> <!-- Generate reports which may not be complete as the execution won't consider tests of projects that weren't executed during the build yet --><!-- The good thing is that with every module built, we're ensured that integrity of both jacoco .exec files was preserved --> <execution> <id>jacoco-report-unit-tests</id> <phase>test</phase> <goals> <goal>report</goal> </goals> <configuration> <!-- Sets the path to the file which contains the execution data. --> <dataFile>${sonar.jacoco.reportPath}</dataFile> <!-- Sets the output directory for the code coverage report. --> <outputDirectory>${project.build.directory}/jacoco</outputDirectory> </configuration> </execution> <execution> <id>jacoco-report-integration-tests</id> <phase>post-integration-test</phase> <goals> <goal>report-integration</goal> </goals> <configuration> <!-- Sets the path to the file which contains the execution data. --> <dataFile>${sonar.jacoco.itReportPath}</dataFile> <!-- Sets the output directory for the code coverage report. --> <outputDirectory>${project.build.directory}/jacoco-it</outputDirectory> </configuration> </execution> </executions> </plugin> </plugins> <pluginManagement> <plugins> <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>sonar-maven-plugin</artifactId> <version>${sonar.version}</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> <configuration> <!-- If possible (in some modules, this has to be disabled due to https://jira.sonarsource.com/browse/SONARJAVA-728), enable coverage details per JUnit test --> <properties> <property> <name>listener</name> <value>org.sonar.java.jacoco.JUnitListener</value> </property> </properties> </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-failsafe-plugin</artifactId> <configuration> <!-- Enable coverage details per JUnit test --> <properties> <property> <name>listener</name> <value>org.sonar.java.jacoco.JUnitListener</value> </property> </properties> <!-- Let's put failsafe reports with surefire to have access to tests failures/success reports in Sonar --> <reportsDirectory>${project.build.directory}/surefire-reports</reportsDirectory> </configuration> </plugin> </plugins> </pluginManagement> </build> </profile> </profiles> <reporting> <excludeDefaults>true</excludeDefaults> <plugins> <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>findbugs-maven-plugin</artifactId> <version>${findbugs.version}</version> <reportSets> <reportSet> <configuration> <skip>${findbugs.skip}</skip> <threshold>${findbugs.threshold}</threshold> <excludeFilterFile>${findbugs.exclude}</excludeFilterFile> <findbugsXmlWithMessages>true</findbugsXmlWithMessages> <!-- findbugs detector configuration --> <jvmArgs>-Dfindbugs.glassfish.logging.validLoggerPrefixes=${findbugs.glassfish.logging.validLoggerPrefixes}</jvmArgs> <plugins> <plugin> <groupId>org.glassfish.findbugs</groupId> <artifactId>findbugs-logging-detectors</artifactId> <version>${findbugs.glassfish.version}</version> </plugin> </plugins> </configuration> <reports> <report>findbugs</report> </reports> </reportSet> </reportSets> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-javadoc-plugin</artifactId> <version>2.9</version> <!-- Run this plugin report sets only in the main Jersey pom --> <inherited>false</inherited> <configuration> <doctitle>Jersey ${jersey.version} API Documentation</doctitle> <windowtitle>Jersey ${jersey.version} API</windowtitle> <bottom> <![CDATA[Copyright © 2007-2015, <a href="http://www.oracle.com">Oracle</a> and/or its affiliates. All Rights Reserved. Use is subject to license terms.]]> </bottom> <!-- TODO: add 'javax.ws.rs*' to excludePackageNames whenever links works. --> <excludePackageNames> com.sun.ws.rs.ext:*.examples.*:*.internal.*:*.tests.* </excludePackageNames> <!-- TODO: links still not working :-( --> <links> <link>http://jax-rs-spec.java.net/nonav/2.0/apidocs</link> <link>http://hk2.java.net/${hk2.version}/apidocs</link> </links> </configuration> <reportSets> <reportSet> <reports> <report>aggregate</report> </reports> </reportSet> </reportSets> </plugin> <!--plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-report-plugin</artifactId> <version>2.12</version> </plugin--> <!--plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>cobertura-maven-plugin</artifactId> <version>2.4</version> <configuration> <formats> <format>xml</format> <format>html</format> </formats> </configuration> </plugin--> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-jxr-plugin</artifactId> <version>2.3</version> <reportSets> <reportSet> <reports> <report>jxr</report> </reports> </reportSet> <reportSet> <!-- Run this report set only in the main Jersey pom --> <inherited>false</inherited> <reports> <report>aggregate</report> </reports> </reportSet> </reportSets> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-checkstyle-plugin</artifactId> <version>${checkstyle.mvn.plugin.version}</version> <configuration> <configLocation>etc/config/checkstyle.xml</configLocation> <suppressionsLocation>etc/config/checkstyle-suppressions.xml</suppressionsLocation> </configuration> <reportSets> <reportSet> <reports> <report>checkstyle</report> </reports> </reportSet> </reportSets> </plugin> </plugins> </reporting> <modules> <module>archetypes</module> <module>bom</module> <module>bundles</module> <module>connectors</module> <module>containers</module> <module>core-common</module> <module>core-server</module> <module>core-client</module> <module>ext</module> <module>incubator</module> <module>media</module> <module>security</module> </modules> <dependencyManagement> <dependencies> <dependency> <groupId>javax.ws.rs</groupId> <artifactId>javax.ws.rs-api</artifactId> <version>${jaxrs.api.impl.version}</version> </dependency> <dependency> <groupId>javax.annotation</groupId> <artifactId>javax.annotation-api</artifactId> <version>${javax.annotation.version}</version> </dependency> <dependency> <groupId>javax.enterprise</groupId> <artifactId>cdi-api</artifactId> <version>${cdi.api.version}</version> </dependency> <dependency> <groupId>javax.transaction</groupId> <artifactId>javax.transaction-api</artifactId> <version>${jta.api.version}</version> </dependency> <dependency> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> <version>${guava.version}</version> </dependency> <dependency> <groupId>org.glassfish.hk2</groupId> <artifactId>hk2-bom</artifactId> <version>${hk2.version}</version> <scope>import</scope> <type>pom</type> </dependency> <dependency> <groupId>org.glassfish.hk2</groupId> <artifactId>hk2-api</artifactId> <version>${hk2.version}</version> <exclusions> <exclusion> <groupId>javax.inject</groupId> <artifactId>javax.inject</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.glassfish.hk2</groupId> <artifactId>osgi-resource-locator</artifactId> <version>1.0.1</version> </dependency> <dependency> <groupId>org.glassfish.hk2.external</groupId> <artifactId>javax.inject</artifactId> <version>${hk2.version}</version> <exclusions> <exclusion> <groupId>javax.inject</groupId> <artifactId>javax.inject</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.glassfish.hk2.external</groupId> <artifactId>aopalliance-repackaged</artifactId> <version>${hk2.version}</version> </dependency> <dependency> <groupId>org.ow2.asm</groupId> <artifactId>asm-debug-all</artifactId> <version>${asm.version}</version> </dependency> <dependency> <groupId>org.javassist</groupId> <artifactId>javassist</artifactId> <version>${javassist.version}</version> </dependency> <dependency> <groupId>org.glassfish.grizzly</groupId> <artifactId>grizzly-http-server</artifactId> <version>${grizzly2.version}</version> </dependency> <dependency> <groupId>org.glassfish.grizzly</groupId> <artifactId>grizzly-http-servlet</artifactId> <version>${grizzly2.version}</version> </dependency> <dependency> <groupId>org.glassfish.grizzly</groupId> <artifactId>grizzly-websockets</artifactId> <version>${grizzly2.version}</version> </dependency> <dependency> <groupId>org.glassfish.grizzly</groupId> <artifactId>connection-pool</artifactId> <version>${grizzly2.version}</version> </dependency> <dependency> <groupId>org.glassfish.grizzly</groupId> <artifactId>grizzly-http-client</artifactId> <version>${grizzly.client.version}</version> </dependency> <dependency> <groupId>org.apache.httpcomponents</groupId> <artifactId>httpclient</artifactId> <version>${httpclient.version}</version> </dependency> <dependency> <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-util</artifactId> <version>${jetty.version}</version> </dependency> <dependency> <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-client</artifactId> <version>${jetty.version}</version> </dependency> <dependency> <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-server</artifactId> <version>${jetty.version}</version> </dependency> <dependency> <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-webapp</artifactId> <version>${jetty.version}</version> </dependency> <dependency> <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-continuation</artifactId> <version>${jetty.version}</version> </dependency> <dependency> <groupId>org.simpleframework</groupId> <artifactId>simple</artifactId> <version>${simple.version}</version> </dependency> <dependency> <groupId>org.codehaus.jettison</groupId> <artifactId>jettison</artifactId> <version>${jettison.version}</version> <exclusions> <exclusion> <groupId>stax</groupId> <artifactId>stax-api</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>javax.xml.bind</groupId> <artifactId>jaxb-api</artifactId> <version>${jaxb.api.version}</version> <scope>provided</scope> </dependency> <dependency> <groupId>com.sun.xml.bind</groupId> <artifactId>jaxb-impl</artifactId> <version>${jaxb.ri.version}</version> </dependency> <dependency> <groupId>org.eclipse.persistence</groupId> <artifactId>org.eclipse.persistence.moxy</artifactId> <version>${moxy.version}</version> </dependency> <dependency> <groupId>javax.persistence</groupId> <artifactId>persistence-api</artifactId> <version>${javax.persistence.version}</version> <scope>provided</scope> </dependency> <dependency> <groupId>javax.ejb</groupId> <artifactId>javax.ejb-api</artifactId> <version>${ejb.version}</version> <scope>provided</scope> </dependency> <dependency> <groupId>com.fasterxml.jackson.jaxrs</groupId> <artifactId>jackson-jaxrs-json-provider</artifactId> <version>${jackson.version}</version> </dependency> <dependency> <groupId>com.fasterxml.jackson.jaxrs</groupId> <artifactId>jackson-jaxrs-base</artifactId> <version>${jackson.version}</version> </dependency> <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-core</artifactId> <version>${jackson.version}</version> </dependency> <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-databind</artifactId> <version>${jackson.version}</version> </dependency> <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-annotations</artifactId> <version>${jackson.version}</version> </dependency> <dependency> <groupId>com.fasterxml.jackson.module</groupId> <artifactId>jackson-module-jaxb-annotations</artifactId> <version>${jackson.version}</version> </dependency> <dependency> <groupId>org.codehaus.jackson</groupId> <artifactId>jackson-core-asl</artifactId> <version>${jackson1.version}</version> </dependency> <dependency> <groupId>org.codehaus.jackson</groupId> <artifactId>jackson-mapper-asl</artifactId> <version>${jackson1.version}</version> </dependency> <dependency> <groupId>org.codehaus.jackson</groupId> <artifactId>jackson-jaxrs</artifactId> <version>${jackson1.version}</version> </dependency> <dependency> <groupId>org.codehaus.jackson</groupId> <artifactId>jackson-xc</artifactId> <version>${jackson1.version}</version> </dependency> <dependency> <groupId>xerces</groupId> <artifactId>xercesImpl</artifactId> <version>${xerces.version}</version> </dependency> <dependency> <groupId>org.osgi</groupId> <artifactId>org.osgi.core</artifactId> <version>${osgi.version}</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.osgi</groupId> <artifactId>org.osgi.compendium</artifactId> <version>${osgi.version}</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.glassfish.main.ejb</groupId> <artifactId>ejb-container</artifactId> <version>${gf.impl.version}</version> </dependency> <dependency> <groupId>org.glassfish.main.common</groupId> <artifactId>container-common</artifactId> <version>${gf.impl.version}</version> </dependency> <!-- HV OSGi dependencies. --> <dependency> <groupId>org.jboss.logging</groupId> <artifactId>jboss-logging</artifactId> <version>${jboss.logging.version}</version> </dependency> <dependency> <groupId>com.fasterxml</groupId> <artifactId>classmate</artifactId> <version>${fasterxml.classmate.version}</version> </dependency> <dependency> <groupId>javax.el</groupId> <artifactId>javax.el-api</artifactId> <version>${javax.el.version}</version> </dependency> <dependency> <groupId>org.glassfish.web</groupId> <artifactId>javax.el</artifactId> <version>${javax.el.impl.version}</version> </dependency> <dependency> <groupId>org.glassfish</groupId> <artifactId>javax.json</artifactId> <version>${jsonp.ri.version}</version> </dependency> <dependency> <groupId>org.glassfish</groupId> <artifactId>jsonp-jaxrs</artifactId> <version>${jsonp.jaxrs.version}</version> </dependency> <dependency> <groupId>org.hibernate</groupId> <artifactId>hibernate-validator</artifactId> <version>${validation.impl.version}</version> </dependency> <dependency> <groupId>org.hibernate</groupId> <artifactId>hibernate-validator-cdi</artifactId> <version>${validation.impl.version}</version> </dependency> <dependency> <groupId>org.ops4j.pax.web</groupId> <artifactId>pax-web-jetty-bundle</artifactId> <version>${pax.web.version}</version> </dependency> <dependency> <groupId>org.ops4j.pax.web</groupId> <artifactId>pax-web-extender-war</artifactId> <version>${pax.web.version}</version> </dependency> <dependency> <groupId>org.openjdk.jmh</groupId> <artifactId>jmh-core</artifactId> <version>${jmh.version}</version> </dependency> <dependency> <groupId>org.openjdk.jmh</groupId> <artifactId>jmh-generator-annprocess</artifactId> <version>${jmh.version}</version> </dependency> <dependency> <groupId>com.esotericsoftware</groupId> <artifactId>kryo</artifactId> <version>${kryo.version}</version> </dependency> <dependency> <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> <version>1.1</version> </dependency> <!-- Weld --> <dependency> <groupId>org.jboss.weld.se</groupId> <artifactId>weld-se-core</artifactId> <version>${weld.version}</version> </dependency> <dependency> <groupId>org.jboss.weld.servlet</groupId> <artifactId>weld-servlet</artifactId> <version>${weld.version}</version> </dependency> <!-- Test scope --> <dependency> <groupId>org.ops4j.pax.exam</groupId> <artifactId>pax-exam</artifactId> <version>${pax.exam.version}</version> <scope>test</scope> </dependency> <dependency> <groupId>org.ops4j.pax.exam</groupId> <artifactId>pax-exam-junit4</artifactId> <version>${pax.exam.version}</version> <scope>test</scope> </dependency> <dependency> <groupId>org.ops4j.pax.exam</groupId> <artifactId>pax-exam-container-forked</artifactId> <version>${pax.exam.version}</version> <scope>test</scope> </dependency> <dependency> <groupId>org.ops4j.pax.exam</groupId> <artifactId>pax-exam-container-native</artifactId> <version>${pax.exam.version}</version> <scope>test</scope> </dependency> <dependency> <groupId>org.ops4j.pax.exam</groupId> <artifactId>pax-exam-junit-extender-impl</artifactId> <version>1.2.4</version> <scope>test</scope> </dependency> <dependency> <groupId>org.ops4j.pax.exam</groupId> <artifactId>pax-exam-link-mvn</artifactId> <version>${pax.exam.version}</version> <scope>test</scope> </dependency> <dependency> <groupId>org.mortbay.jetty</groupId> <artifactId>jetty</artifactId> <version>${jetty.plugin.version}</version> <scope>test</scope> </dependency> <dependency> <groupId>org.mortbay.jetty</groupId> <artifactId>jetty-util</artifactId> <version>${jetty.plugin.version}</version> <scope>test</scope> </dependency> <dependency> <groupId>org.mortbay.jetty</groupId> <artifactId>servlet-api-2.5</artifactId> <version>${jetty.servlet.api.25.version}</version> <scope>test</scope> </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>4.12</version> <scope>test</scope> </dependency> <dependency> <groupId>org.testng</groupId> <artifactId>testng</artifactId> <version>6.9.6</version> <scope>test</scope> </dependency> <dependency> <groupId>org.hamcrest</groupId> <artifactId>hamcrest-library</artifactId> <version>${hamcrest.version}</version> <scope>test</scope> </dependency> <dependency> <groupId>org.jmockit</groupId> <artifactId>jmockit</artifactId> <version>${jmockit.version}</version> <scope>test</scope> </dependency> <dependency> <groupId>xmlunit</groupId> <artifactId>xmlunit</artifactId> <version>${xmlunit.version}</version> <scope>test</scope> </dependency> <dependency> <groupId>org.apache.felix</groupId> <artifactId>org.apache.felix.framework</artifactId> <version>4.2.1</version> <scope>test</scope> </dependency> <dependency> <groupId>org.apache.felix</groupId> <artifactId>org.apache.felix.eventadmin</artifactId> <version>1.2.2</version> <scope>test</scope> </dependency> <dependency> <groupId>org.apache.felix</groupId> <artifactId>org.apache.felix.framework.security</artifactId> <version>2.2.0</version> <scope>test</scope> </dependency> </dependencies> </dependencyManagement> <properties> <findbugs.skip>false</findbugs.skip> <findbugs.threshold>Low</findbugs.threshold> <!-- the exclude file cannot be here directly, as FindBugs would interpret the path as relative to each module; the default exclude filter file is at etc/config/findbugs-exclude.xml --> <findbugs.exclude /> <findbugs.glassfish.logging.validLoggerPrefixes> javax.enterprise </findbugs.glassfish.logging.validLoggerPrefixes> <java.version>1.7</java.version> <jersey.repackaged.prefix>jersey.repackaged</jersey.repackaged.prefix> <netbeans.hint.license>gf-cddl-gpl</netbeans.hint.license> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> <release.tests.args>-Dmaven.test.skip=false</release.tests.args> <skip.tests>false</skip.tests> <xdk.absolute.path /> <surefire.security.argline /> <surefire.coverage.argline /> <failsafe.coverage.argline /> <server.coverage.argline>${failsafe.coverage.argline}</server.coverage.argline> <!-- Dependency versions --> <jersey.version>${project.version}</jersey.version> <asm.version>5.0.4</asm.version> <bnd.plugin.version>2.3.6</bnd.plugin.version> <cdi.api.version>1.1</cdi.api.version> <commons-lang3.version>3.3.2</commons-lang3.version> <checkstyle.mvn.plugin.version>2.16</checkstyle.mvn.plugin.version> <checkstyle.version>6.8.1</checkstyle.version> <easymock.version>3.3</easymock.version> <ejb.version>3.2</ejb.version> <gf.impl.version>4.0</gf.impl.version> <fasterxml.classmate.version>1.2.0</fasterxml.classmate.version> <findbugs.glassfish.version>1.3</findbugs.glassfish.version> <findbugs.version>3.0.2</findbugs.version> <freemarker.version>2.3.23</freemarker.version> <gae.version>1.8.4</gae.version> <grizzly.client.version>1.9</grizzly.client.version> <grizzly2.version>2.3.23</grizzly2.version> <guava.version>18.0</guava.version> <hamcrest.version>1.3</hamcrest.version> <xmlunit.version>1.6</xmlunit.version> <hk2.version>2.4.0-b31</hk2.version> <httpclient.version>4.5</httpclient.version> <jackson.version>2.5.4</jackson.version> <jackson1.version>1.9.13</jackson1.version> <javassist.version>3.18.1-GA</javassist.version> <javax.annotation.version>1.2</javax.annotation.version> <javax.annotation.bundle.version>1.2</javax.annotation.bundle.version> <javax.el.version>2.2.4</javax.el.version> <javax.el.impl.version>2.2.4</javax.el.impl.version> <javax.interceptor.version>1.2</javax.interceptor.version> <javax.persistence.version>1.0</javax.persistence.version> <jaxb.api.version>2.2.7</jaxb.api.version> <jaxb.ri.version>2.2.7</jaxb.ri.version> <jaxrs.api.spec.version>2.0</jaxrs.api.spec.version> <jaxrs.api.impl.version>2.0.1</jaxrs.api.impl.version> <jboss.logging.version>3.3.0.Final</jboss.logging.version> <jersey1.version>1.19</jersey1.version> <jersey1.last.final.version>${jersey1.version}</jersey1.last.final.version> <jettison.version>1.3.7</jettison.version> <jetty.plugin.version>6.1.24</jetty.plugin.version> <jetty.version>9.1.1.v20140108</jetty.version> <jetty.servlet.api.25.version>6.1.14</jetty.servlet.api.25.version> <jmh.version>1.10.2</jmh.version> <jmockit.version>1.18</jmockit.version> <jsonp.ri.version>1.0.4</jsonp.ri.version> <jsonp.jaxrs.version>1.0</jsonp.jaxrs.version> <jsp.version>2.0</jsp.version> <jstl.version>1.2</jstl.version> <jta.api.version>1.2</jta.api.version> <kryo.version>3.0.2</kryo.version> <logback.version>1.1.3</logback.version> <mimepull.version>1.9.6</mimepull.version> <moxy.version>2.6.0</moxy.version> <mustache.version>0.8.17</mustache.version> <osgi.version>4.2.0</osgi.version> <pax.exam.version>3.3.0</pax.exam.version> <pax.web.version>0.7.4</pax.web.version><!-- TODO: UPGRADE! --> <paxexam.mvn.plugin.version>1.2.4</paxexam.mvn.plugin.version> <rxjava.version>1.0.12</rxjava.version> <rome.version>1.0</rome.version> <rxjava.version>1.0.12</rxjava.version> <servlet2.version>2.4</servlet2.version> <servlet3.version>3.0.1</servlet3.version> <simple.version>5.1.4</simple.version> <slf4j.version>1.7.12</slf4j.version> <spring3.version>3.2.3.RELEASE</spring3.version> <validation.api.version>1.1.0.Final</validation.api.version> <validation.impl.version>5.1.3.Final</validation.impl.version> <weld.version>2.2.14.Final</weld.version> <xerces.version>2.11.0</xerces.version> <xmlunit.version>1.6</xmlunit.version> </properties> </project>
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de