fediz
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.apache.cxf.fediz</groupId> <artifactId>fediz</artifactId> <version>1.6.0</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <!-- 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. --> <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> <groupId>org.apache.cxf.fediz</groupId> <artifactId>fediz</artifactId> <version>1.6.0</version> <name>Apache Fediz</name> <packaging>pom</packaging> <parent> <groupId>org.apache</groupId> <artifactId>apache</artifactId> <version>24</version> </parent> <prerequisites> <maven>3.0.5</maven> </prerequisites> <properties> <apacheds.version>2.0.0.AM26</apacheds.version> <bval.version>2.0.5</bval.version> <commons.dbcp2.version>2.9.0</commons.dbcp2.version> <commons.logging.version>1.2</commons.logging.version> <commons.text.version>1.9</commons.text.version> <commons.validator.version>1.7</commons.validator.version> <cxf.version>3.5.0</cxf.version> <cxf.build-utils.version>3.4.4</cxf.build-utils.version> <easymock.version>4.0.2</easymock.version> <ehcache3.version>3.9.3</ehcache3.version> <jcache.version>1.1.1</jcache.version> <hsqldb.version>2.5.2</hsqldb.version> <htmlunit.version>2.52.0</htmlunit.version> <jackson.version>2.11.4</jackson.version> <jaxb.version>2.3.3</jaxb.version> <jetty9.version>9.4.44.v20210927</jetty9.version> <junit.version>4.13.2</junit.version> <kerby.version>2.0.1</kerby.version> <log4j.version>2.17.1</log4j.version> <openjpa.version>3.2.0</openjpa.version> <servlet.version>3.1.0</servlet.version> <slf4j.version>1.7.32</slf4j.version> <spring.version>5.3.15</spring.version> <spring-ldap-core.version>2.3.5.RELEASE</spring-ldap-core.version> <spring.security.version>5.6.1</spring.security.version> <spring-webflow.version>2.5.1.RELEASE</spring-webflow.version> <tomcat.version>9.0.58</tomcat.version> <validation-api.version>2.0.2</validation-api.version> <wss4j.version>2.3.3</wss4j.version> <tomcat.url>http://localhost:8080/manager/text</tomcat.url> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> <jdk.version>1.8</jdk.version> <compiler.fork>false</compiler.fork> <fediz.protect-xmlschema-collections>false</fediz.protect-xmlschema-collections> <fediz.surefire.fork.mode>once</fediz.surefire.fork.mode> <fediz.surefire.format>brief</fediz.surefire.format> <fediz.surefire.usefile>false</fediz.surefire.usefile> <fediz.surefire.parallel.mode /> <fediz.surefire.fork.vmargs>-ea</fediz.surefire.fork.vmargs> <fediz.server.launcher.vmargs>-ea</fediz.server.launcher.vmargs> <fediz.surefire.enable.assertions>true</fediz.surefire.enable.assertions> <fediz.compile.flags>-Xlint:unchecked,deprecation,fallthrough,finally</fediz.compile.flags> <fediz.compile.show.deprecation>true</fediz.compile.show.deprecation> <fediz.codegenplugin.forkmode>once</fediz.codegenplugin.forkmode> <fediz.manifest.location>${project.build.outputDirectory}/META-INF/MANIFEST.MF</fediz.manifest.location> <fediz.eclipse.outputDirectory>${basedir}/target/classes</fediz.eclipse.outputDirectory> <!-- OSGi related properties --> <fediz.checkstyle.extension /> <fediz.downloadSources>true</fediz.downloadSources> <fediz.resources.base.path /> <project.build.outputTimestamp>1</project.build.outputTimestamp> </properties> <scm> <connection>scm:git:https://gitbox.apache.org/repos/asf/cxf-fediz.git</connection> <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/cxf-fediz.git</developerConnection> <tag>fediz-1.6.0</tag> </scm> <issueManagement> <system>jira</system> <url>https://issues.apache.org/jira/browse/FEDIZ</url> </issueManagement> <distributionManagement> <repository> <id>apache.releases.https</id> <name>Apache Release Distribution Repository</name> <url>https://repository.apache.org/service/local/staging/deploy/maven2</url> </repository> <snapshotRepository> <id>apache.snapshots.https</id> <name>Apache Development Snapshot Repository</name> <url>https://repository.apache.org/content/repositories/snapshots</url> </snapshotRepository> </distributionManagement> <repositories> <repository> <id>apache.snapshots</id> <url>https://repository.apache.org/snapshots/</url> <name>Apache Snapshot Repo</name> <snapshots> <enabled>true</enabled> </snapshots> <releases> <enabled>false</enabled> </releases> </repository> <!--repository> <id>apache.staging</id> <url>https://repository.apache.org/content/groups/staging/</url> <name>Apache Staging Repo</name> <snapshots> <enabled>false</enabled> </snapshots> <releases> <enabled>true</enabled> </releases> </repository--> <repository> <id>wasdev-maven-repo</id> <name>wasdev-maven-repo</name> <url>https://public.dhe.ibm.com/ibmdl/export/pub/software/websphere/wasdev/maven/repository/</url> <snapshots> <enabled>false</enabled> </snapshots> <releases> <enabled>true</enabled> </releases> </repository> </repositories> <pluginRepositories> <pluginRepository> <id>apache.snapshots</id> <url>https://repository.apache.org/snapshots/</url> <name>Apache Snapshot Repo</name> <snapshots> <enabled>true</enabled> </snapshots> <releases> <enabled>false</enabled> </releases> </pluginRepository> <pluginRepository> <id>Liberty</id> <name>Liberty Repository</name> <url>https://public.dhe.ibm.com/ibmdl/export/pub/software/websphere/wasdev/maven/repository/</url> <layout>default</layout> <snapshots> <enabled>false</enabled> </snapshots> <releases> <enabled>true</enabled> </releases> </pluginRepository> </pluginRepositories> <inceptionYear>2011</inceptionYear> <mailingLists> <mailingList> <name>Apache CXF User List</name> <subscribe>users-subscribe@cxf.apache.org</subscribe> <unsubscribe>users-unsubscribe@cxf.apache.org</unsubscribe> <post>users@cxf.apache.org</post> <archive>https://mail-archives.apache.org/mod_mbox/cxf-users</archive> </mailingList> <mailingList> <name>Apache CXF Developer List</name> <subscribe>dev-subscribe@cxf.apache.org</subscribe> <unsubscribe>dev-unsubscribe@cxf.apache.org</unsubscribe> <post>dev@cxf.apache.org</post> <archive>https://mail-archives.apache.org/mod_mbox/cxf-dev</archive> </mailingList> <mailingList> <name>Apache CXF Commits List</name> <subscribe>commits-subscribe@cxf.apache.org</subscribe> <unsubscribe>commits-unsubscribe@cxf.apache.org</unsubscribe> <post>commits@cxf.apache.org</post> <archive>https://mail-archives.apache.org/mod_mbox/cxf-commits</archive> </mailingList> <mailingList> <name>Apache CXF Issues List</name> <subscribe>issues-subscribe@cxf.apache.org</subscribe> <unsubscribe>issues-unsubscribe@cxf.apache.org</unsubscribe> <post>issues@cxf.apache.org</post> <archive>https://mail-archives.apache.org/mod_mbox/cxf-issues</archive> </mailingList> <mailingList> <name>Apache CXF Build Notifications List</name> <subscribe>notifications-subscribe@cxf.apache.org</subscribe> <unsubscribe>notifications-unsubscribe@cxf.apache.org</unsubscribe> <post>notifications@cxf.apache.org</post> <archive>https://mail-archives.apache.org/mod_mbox/cxf-notifications</archive> </mailingList> </mailingLists> <developers> <developer> <name>The Apache CXF Team</name> <email>dev@cxf.apache.org</email> <url>https://cxf.apache.org</url> <organization>Apache Software Foundation</organization> <organizationUrl>https://apache.org/</organizationUrl> <properties> <picUrl>https://cxf.apache.org/images/cxf.png</picUrl> </properties> </developer> </developers> <ciManagement> <system>Jenkins</system> <url>https://ci-builds.apache.org/job/CXF/job/CXF-Fediz/</url> <notifiers> <notifier> <type>mail</type> <configuration> <address>notifications@cxf.apache.org</address> </configuration> </notifier> </notifiers> </ciManagement> <licenses> <license> <name>Apache License, Version 2.0</name> <url>https://www.apache.org/licenses/LICENSE-2.0.txt</url> <distribution>repo</distribution> </license> </licenses> <organization> <name>The Apache Software Foundation</name> <url>https://www.apache.org/</url> </organization> <modules> <module>plugins</module> <module>services</module> <module>systests</module> <module>examples</module> <module>apache-fediz</module> </modules> <dependencyManagement> <dependencies> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-framework-bom</artifactId> <version>${spring.version}</version> <type>pom</type> <scope>import</scope> </dependency> <dependency> <groupId>com.fasterxml.jackson</groupId> <artifactId>jackson-bom</artifactId> <version>${jackson.version}</version> <scope>import</scope> <type>pom</type> </dependency> </dependencies> </dependencyManagement> <build> <defaultGoal>install</defaultGoal> <pluginManagement> <plugins> <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>properties-maven-plugin</artifactId> <version>1.0.0</version> </plugin> <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>build-helper-maven-plugin</artifactId> <version>3.1.0</version> </plugin> <plugin> <groupId>org.apache.felix</groupId> <artifactId>maven-bundle-plugin</artifactId> <version>4.2.1</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-release-plugin</artifactId> <version>2.5.3</version> <configuration> <useReleaseProfile>false</useReleaseProfile> <preparationGoals>clean install</preparationGoals> <goals>deploy</goals> <arguments>-Papache-release</arguments> <autoVersionSubmodules>true</autoVersionSubmodules> </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-javadoc-plugin</artifactId> <version>3.0.1</version> <configuration> <attach>true</attach> <source>${jdk.version}</source> <quiet>true</quiet> <bottom>Apache Fediz</bottom> <encoding>UTF-8</encoding> <detectOfflineLinks>false</detectOfflineLinks> <notimestamp>true</notimestamp> <!--subpackages>org.apache.cxf</subpackages--> </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-source-plugin</artifactId> <version>3.2.1</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> <version>3.8.1</version> <configuration> <source>${jdk.version}</source> <target>${jdk.version}</target> <compilerArgs> <arg>-XDcompilePolicy=simple</arg> <arg>-Xplugin:ErrorProne</arg> </compilerArgs> <annotationProcessorPaths> <path> <groupId>com.google.errorprone</groupId> <artifactId>error_prone_core</artifactId> <version>2.3.4</version> </path> </annotationProcessorPaths> </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-jar-plugin</artifactId> <version>3.2.0</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-resources-plugin</artifactId> <version>3.1.0</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-assembly-plugin</artifactId> <version>2.5.5</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-dependency-plugin</artifactId> <version>3.2.0</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-shade-plugin</artifactId> <version>2.4.3</version> <dependencies> <dependency> <groupId>org.apache.cxf.build-utils</groupId> <artifactId>cxf-buildtools</artifactId> <version>${cxf.build-utils.version}</version> </dependency> </dependencies> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-report-plugin</artifactId> <version>2.22.2</version> </plugin> <!-- TODO commented out for now <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-source-plugin</artifactId> <configuration> <archive> <manifestEntries> <Bundle-SymbolicName>${fediz.osgi.symbolic.name}.source</Bundle-SymbolicName> <Eclipse-SourceBundle>${fediz.osgi.symbolic.name};version="${fediz.osgi.version.clean}"</Eclipse-SourceBundle> </manifestEntries> </archive> </configuration> </plugin> --> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-eclipse-plugin</artifactId> <version>2.10</version> <configuration> <outputDirectory>${fediz.eclipse.outputDirectory}</outputDirectory> <buildcommands> <java.lang.String>org.eclipse.jdt.core.javabuilder</java.lang.String> <java.lang.String>net.sf.eclipsecs.core.CheckstyleBuilder</java.lang.String> <java.lang.String>net.sourceforge.pmd.eclipse.plugin.pmdBuilder</java.lang.String> </buildcommands> <projectnatures> <nature>org.eclipse.jdt.core.javanature</nature> <nature>net.sf.eclipsecs.core.CheckstyleNature</nature> <nature>net.sourceforge.pmd.eclipse.plugin.pmdNature</nature> </projectnatures> <ajdtVersion>none</ajdtVersion> <additionalConfig> <file> <name>.checkstyle</name> <location>/cxf-eclipse-checkstyle</location> </file> <file> <name>.pmd</name> <location>/cxf-eclipse-pmd</location> </file> <file> <name>.ruleset</name> <location>/cxf-pmd-ruleset.xml</location> </file> </additionalConfig> </configuration> <dependencies> <dependency> <groupId>org.apache.cxf.build-utils</groupId> <artifactId>cxf-buildtools</artifactId> <version>${cxf.build-utils.version}</version> </dependency> </dependencies> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-checkstyle-plugin</artifactId> <version>3.1.2</version> <dependencies> <dependency> <groupId>org.apache.cxf.build-utils</groupId> <artifactId>cxf-buildtools</artifactId> <version>${cxf.build-utils.version}</version> </dependency> <dependency> <groupId>com.puppycrawl.tools</groupId> <artifactId>checkstyle</artifactId> <version>8.41</version> </dependency> </dependencies> <configuration> <includeResources>false</includeResources> <includeTestSourceDirectory>true</includeTestSourceDirectory> </configuration> <executions> <execution> <id>validate</id> <phase>validate</phase> <configuration> <configLocation>${fediz.resources.base.path}cxf-checkstyle${fediz.checkstyle.extension}.xml</configLocation> <consoleOutput>true</consoleOutput> <failsOnError>true</failsOnError> <linkXRef>false</linkXRef> <suppressionsLocation>${fediz.resources.base.path}cxf-checkstyle-suppressions.xml</suppressionsLocation> <excludes>**/archetype-resources/**/*.java</excludes> <excludes>**/jaxb/**/*.java</excludes> </configuration> <goals> <goal>checkstyle</goal> </goals> </execution> </executions> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-pmd-plugin</artifactId> <version>3.14.0</version> <dependencies> <dependency> <groupId>org.apache.cxf.build-utils</groupId> <artifactId>cxf-buildtools</artifactId> <version>${cxf.build-utils.version}</version> </dependency> </dependencies> <configuration> <rulesets> <ruleset>${fediz.resources.base.path}cxf-pmd-ruleset.xml</ruleset> <ruleset>${fediz.resources.base.path}cxf-pmd-custom.xml</ruleset> </rulesets> <targetJdk>${jdk.version}</targetJdk> <failOnViolation>true</failOnViolation> <linkXRef>false</linkXRef> <includeTests>true</includeTests> <verbose>true</verbose> <excludeRoots> <excludeRoot>${basedir}/src/main/generated</excludeRoot> </excludeRoots> </configuration> <executions> <execution> <id>validate</id> <phase>validate</phase> <goals> <goal>check</goal> </goals> </execution> </executions> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> <version>2.22.2</version> <configuration> <includes> <include>**/*Test.java</include> <include>**/*TestCase.java</include> <include>**/*TestCases.java</include> </includes> <!-- do not exclude **/Abstract*Test.java **/Abstract*TestCase.java --> <excludes> <exclude>**/*$*</exclude> <exclude>**/systests/**</exclude> </excludes> <!--disableXmlReport>true</disableXmlReport--> <runOrder>alphabetical</runOrder> <reportFormat>${fediz.surefire.format}</reportFormat> <useFile>${fediz.surefire.usefile}</useFile> <forkMode>${fediz.surefire.fork.mode}</forkMode> <childDelegation>false</childDelegation> <argLine>${fediz.surefire.fork.vmargs}</argLine> <enableAssertions>${fediz.surefire.enable.assertions}</enableAssertions> <parallel>${fediz.surefire.parallel.mode}</parallel> <systemPropertyVariables> <java.io.tmpdir>${basedir}/target</java.io.tmpdir> <catalina.base>${basedir}/target</catalina.base> <cxf.useRandomFirstPort>true</cxf.useRandomFirstPort> <org.apache.ws.commons.schema.protectReadOnlyCollections>${fediz.protect-xmlschema-collections}</org.apache.ws.commons.schema.protectReadOnlyCollections> <cxf.validateServiceSchemas>${fediz.validateServices}</cxf.validateServiceSchemas> <java.awt.headless>${java.awt.headless}</java.awt.headless> <java.util.logging.config.file>${basedir}/target/test-classes/logging.properties</java.util.logging.config.file> <server.launcher.vmargs>${fediz.server.launcher.vmargs}</server.launcher.vmargs> <!-- If we close the port after a client in the same JVM has opened a keep-alive connection, on some Linux's, the socket remains consumed until some timeout occurs. That may cause some tests to timeout/hang. --> <org.apache.cxf.transports.http_jetty.DontClosePort>false</org.apache.cxf.transports.http_jetty.DontClosePort> </systemPropertyVariables> </configuration> </plugin> <!-- TODO commented out for now Error assembling JAR: Manifest file: /projects/svn/fediz/plugins/core/target/classes/META-INF/MANIFEST.MF does not exist. <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-jar-plugin</artifactId> <configuration> <archive> <manifestFile>${fediz.manifest.location}</manifestFile> <manifestEntries> <Specification-Title>${project.name}</Specification-Title> <Specification-Vendor>The Apache Software Foundation</Specification-Vendor> <Implementation-Title>${project.name}</Implementation-Title> <Implementation-Vendor-Id>org.apache</Implementation-Vendor-Id> <Implementation-Vendor>The Apache Software Foundation</Implementation-Vendor> </manifestEntries> </archive> </configuration> </plugin> --> <plugin> <groupId>org.apache.rat</groupId> <artifactId>apache-rat-plugin</artifactId> <version>0.12</version> <configuration> <numUnapprovedLicenses>350</numUnapprovedLicenses> <excludeSubProjects>false</excludeSubProjects> <excludes> <exclude>.git/**</exclude> <exclude>.gitignore</exclude> <exclude>velocity.log</exclude> <exclude>**/target/**</exclude> <!--<exclude>distribution/**</exclude>--> <exclude>**/jaxb.index</exclude> <exclude>**/META-INF/MANIFEST</exclude> <exclude>**/src/test/**/*.txt</exclude> <exclude>**/.classpath</exclude> <exclude>**/.settings/**/*</exclude> <exclude>**/.project</exclude> </excludes> </configuration> </plugin> <!-- TODO commented out for now <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-site-plugin</artifactId> <version>3.3</version> <configuration> <chmod>true</chmod> <dependencyDetailsEnabled>false</dependencyDetailsEnabled> <dependencyLocationsEnabled>false</dependencyLocationsEnabled> <stagingRepositoryId>apache.cxf.site</stagingRepositoryId> <stagingSiteURL>scp://people.apache.org/www/cxf.apache.org/maven-site-${project.version}</stagingSiteURL> </configuration> <dependencies> <dependency> <groupId>org.apache.maven.wagon</groupId> <artifactId>wagon-ssh</artifactId> <version>2.1</version> </dependency> </dependencies> </plugin> --> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-war-plugin</artifactId> <version>3.3.2</version> </plugin> </plugins> </pluginManagement> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-checkstyle-plugin</artifactId> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-pmd-plugin</artifactId> </plugin> </plugins> </build> <profiles> <profile> <id>setup.eclipse</id> <properties> <eclipse.workspace.dir>${basedir}/../workspace/fediz-wf</eclipse.workspace.dir> </properties> <build> <defaultGoal>process-test-sources</defaultGoal> <pluginManagement> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> <version>3.8.1</version> <configuration> <source>${jdk.version}</source> <target>${jdk.version}</target> <maxmem>256M</maxmem> <fork>${compiler.fork}</fork> </configuration> </plugin> </plugins> </pluginManagement> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-eclipse-plugin</artifactId> <inherited>false</inherited> <executions> <execution> <id>setup.eclipse.workspace</id> <phase>process-test-sources</phase> <goals> <goal>configure-workspace</goal> </goals> </execution> </executions> <configuration> <workspace>${eclipse.workspace.dir}</workspace> <workspaceCodeStylesURL>file:etc/eclipse/CXFCodeFormatter.xml</workspaceCodeStylesURL> </configuration> </plugin> </plugins> </build> </profile> <profile> <id>jdk18</id> <activation> <jdk>1.8</jdk> </activation> <build> <pluginManagement> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-javadoc-plugin</artifactId> <configuration> <additionalJOptions> <additionalJOption>-Xdoclint:none</additionalJOption> </additionalJOptions> </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> <configuration> <fork>true</fork> <compilerArgs combine.children="append"> <arg>-J-Xbootclasspath/p:${settings.localRepository}/com/google/errorprone/javac/9+181-r4173-1/javac-9+181-r4173-1.jar</arg> </compilerArgs> </configuration> </plugin> </plugins> </pluginManagement> </build> </profile> <profile> <id>jdk9-plus</id> <activation> <jdk>[9,)</jdk> </activation> <build> <pluginManagement> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-javadoc-plugin</artifactId> <configuration> <additionalJOptions> <additionalJOption>-Xdoclint:none</additionalJOption> </additionalJOptions> </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> <configuration> <fork>true</fork> </configuration> </plugin> </plugins> </pluginManagement> </build> <dependencies> <dependency> <groupId>jakarta.xml.bind</groupId> <artifactId>jakarta.xml.bind-api</artifactId> <version>${jaxb.version}</version> </dependency> <dependency> <groupId>org.glassfish.jaxb</groupId> <artifactId>jaxb-runtime</artifactId> <version>${jaxb.version}</version> </dependency> <dependency> <groupId>jakarta.annotation</groupId> <artifactId>jakarta.annotation-api</artifactId> <version>1.3.5</version> </dependency> <dependency> <groupId>jakarta.xml.ws</groupId> <artifactId>jakarta.xml.ws-api</artifactId> <version>2.3.2</version> </dependency> </dependencies> </profile> <profile> <id>fastinstall</id> <properties> <skipTests>true</skipTests> <pmd.skip>true</pmd.skip> <checkstyle.skip>true</checkstyle.skip> </properties> </profile> <profile> <id>nochecks</id> <properties> <pmd.skip>true</pmd.skip> <checkstyle.skip>true</checkstyle.skip> </properties> </profile> <profile> <id>set.eclipse.output</id> <properties> <fediz.eclipse.outputDirectory>${basedir}/eclipse-classes</fediz.eclipse.outputDirectory> </properties> </profile> <profile> <!-- pmd and checkstyle, no tests. --> <id>justsourcecheck</id> <properties> <maven.test.skip.exec>true</maven.test.skip.exec> </properties> </profile> </profiles> </project>