2 Star 0 Fork 0

mirrors_apache/cxf-fediz

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
pom.xml 32.37 KB
一键复制 编辑 原始数据 按行查看 历史
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713
<?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.7.1-SNAPSHOT</version>
<name>Apache Fediz</name>
<packaging>pom</packaging>
<parent>
<groupId>org.apache</groupId>
<artifactId>apache</artifactId>
<version>33</version>
</parent>
<prerequisites>
<maven>3.0.5</maven>
</prerequisites>
<properties>
<apacheds.version>2.0.0.AM27</apacheds.version>
<bval.version>2.0.6</bval.version>
<commons.dbcp2.version>2.12.0</commons.dbcp2.version>
<commons.text.version>1.12.0</commons.text.version>
<commons.validator.version>1.9.0</commons.validator.version>
<cxf.version>3.6.4</cxf.version>
<cxf.build-utils.version>3.4.4</cxf.build-utils.version>
<easymock.version>5.4.0</easymock.version>
<ehcache3.version>3.10.8</ehcache3.version>
<jcache.version>1.1.1</jcache.version>
<hsqldb.version>2.5.2</hsqldb.version>
<htmlunit.version>2.70.0</htmlunit.version>
<jackson.version>2.18.1</jackson.version>
<jaxb.runtime.version>2.3.9</jaxb.runtime.version>
<jaxb.version>2.3.3</jaxb.version>
<jetty9.version>9.4.55.v20240627</jetty9.version>
<junit.version>5.10.3</junit.version>
<kerby.version>2.1.0</kerby.version>
<log4j.version>2.24.1</log4j.version>
<openjpa.version>3.2.2</openjpa.version>
<servlet.version>4.0.1</servlet.version>
<slf4j.version>1.7.36</slf4j.version>
<spring.version>5.3.39</spring.version>
<spring-ldap-core.version>2.4.1</spring-ldap-core.version>
<spring.security.version>5.8.15</spring.security.version>
<spring-webflow.version>2.5.1.RELEASE</spring-webflow.version>
<tomcat.version>9.0.90</tomcat.version>
<validation-api.version>2.0.2</validation-api.version>
<wss4j.version>2.4.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>
<maven.compiler.release>11</maven.compiler.release>
<compiler.fork>false</compiler.fork>
<fediz.protect-xmlschema-collections>false</fediz.protect-xmlschema-collections>
<fediz.surefire.fork.count>1</fediz.surefire.fork.count>
<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>1730885779</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>HEAD</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>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-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>
<dependency>
<groupId>org.ehcache</groupId>
<artifactId>ehcache</artifactId>
<version>${ehcache3.version}</version>
<exclusions>
<exclusion>
<groupId>org.glassfish.jaxb</groupId>
<artifactId>jaxb-runtime</artifactId>
</exclusion>
</exclusions>
</dependency>
</dependencies>
</dependencyManagement>
<build>
<defaultGoal>install</defaultGoal>
<pluginManagement>
<plugins>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>properties-maven-plugin</artifactId>
<version>1.2.1</version>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId>
<version>3.5.0</version>
</plugin>
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<version>5.1.9</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
<version>3.0.1</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.6.3</version>
<configuration>
<attach>true</attach>
<quiet>true</quiet>
<bottom>Apache Fediz</bottom>
<encoding>UTF-8</encoding>
<detectOfflineLinks>false</detectOfflineLinks>
<notimestamp>true</notimestamp>
<!--subpackages>org.apache.cxf</subpackages-->
<additionalJOptions>
<additionalJOption>-Xdoclint:none</additionalJOption>
</additionalJOptions>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<version>3.3.1</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.13.0</version>
<configuration>
<compilerArgs>
<arg>-XDcompilePolicy=simple</arg>
<arg>-Xplugin:ErrorProne</arg>
</compilerArgs>
<annotationProcessorPaths>
<path>
<groupId>com.google.errorprone</groupId>
<artifactId>error_prone_core</artifactId>
<version>2.10.0</version>
</path>
</annotationProcessorPaths>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<version>3.4.2</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-resources-plugin</artifactId>
<version>3.3.1</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
<version>3.7.1</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
<version>3.6.1</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-report-plugin</artifactId>
<version>3.3.1</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.6.0</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>10.17.0</version>
</dependency>
</dependencies>
<configuration>
<includeResources>false</includeResources>
<includeTestSourceDirectory>true</includeTestSourceDirectory>
<includeTestResources>false</includeTestResources>
</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>
<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>3.3.1</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>
<forkCount>${fediz.surefire.fork.count}</forkCount>
<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.16.1</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.4.0</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.13.0</version>
<configuration>
<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>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>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mirrors_apache/cxf-fediz.git
git@gitee.com:mirrors_apache/cxf-fediz.git
mirrors_apache
cxf-fediz
cxf-fediz
main

搜索帮助