mirror of
https://github.com/hpd840321/starRiverProperty.git
synced 2026-06-09 08:20:31 +08:00
0a34c76a82
- .gitignore:显式放行全部 maven-*、scripts、dev-support、frontend、反1、artifacts、历史导出目录 - 新增跟踪:device-manager/device-sdk/legacy-public、davinci-manager、cwos-*、cwos-resource 等源码与附属资源 - davinci FileStorageManagerImpl:Feign Response 关闭、绝对 URL 拉流 SSRF 校验(协议/主机/解析地址) - davinci OuterCallFeignClient:补充契约说明 - cwos-common-aks AksConstant:final 类 + 私有构造防误实例化 - device-manager DeviceConstant:沿用 DEFAULT_APPLICATIONID 拼写修正 Made-with: Cursor
344 lines
11 KiB
XML
344 lines
11 KiB
XML
<?xml version="1.0"?>
|
|
<!--
|
|
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.
|
|
-->
|
|
<!--
|
|
To produce reports, use the reporting profile, for example: mvn -Preporting clean site
|
|
You may need to use the -U option to update your environment if you get an error.
|
|
-->
|
|
<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">
|
|
<parent>
|
|
<groupId>org.apache.commons</groupId>
|
|
<artifactId>commons-parent</artifactId>
|
|
<version>35</version>
|
|
</parent>
|
|
<modelVersion>4.0.0</modelVersion>
|
|
<groupId>commons-codec</groupId>
|
|
<artifactId>commons-codec</artifactId>
|
|
<!-- Remember to update the version in default.properties as well -->
|
|
<version>1.10</version>
|
|
<name>Apache Commons Codec</name>
|
|
<inceptionYear>2002</inceptionYear>
|
|
<description>
|
|
The Apache Commons Codec package contains simple encoder and decoders for
|
|
various formats such as Base64 and Hexadecimal. In addition to these
|
|
widely used encoders and decoders, the codec package also maintains a
|
|
collection of phonetic encoding utilities.
|
|
</description>
|
|
<prerequisites>
|
|
<maven>3.0.0</maven>
|
|
</prerequisites>
|
|
<url>http://commons.apache.org/proper/commons-codec/</url>
|
|
<issueManagement>
|
|
<system>jira</system>
|
|
<url>http://issues.apache.org/jira/browse/CODEC</url>
|
|
</issueManagement>
|
|
<scm>
|
|
<connection>scm:svn:http://svn.apache.org/repos/asf/commons/proper/codec/trunk</connection>
|
|
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/codec/trunk</developerConnection>
|
|
<url>http://svn.apache.org/viewvc/commons/proper/codec/trunk</url>
|
|
</scm>
|
|
<distributionManagement>
|
|
<site>
|
|
<id>stagingSite</id>
|
|
<name>Apache Staging Website</name>
|
|
<url>${commons.deployment.protocol}://people.apache.org/www/commons.apache.org/${commons.componentid}/</url>
|
|
</site>
|
|
</distributionManagement>
|
|
<developers>
|
|
<developer>
|
|
<name>Henri Yandell</name>
|
|
<id>bayard</id>
|
|
<email>bayard@apache.org</email>
|
|
</developer>
|
|
<developer>
|
|
<name>Tim OBrien</name>
|
|
<id>tobrien</id>
|
|
<email>tobrien@apache.org</email>
|
|
<timezone>-6</timezone>
|
|
</developer>
|
|
<developer>
|
|
<name>Scott Sanders</name>
|
|
<id>sanders</id>
|
|
<email>sanders@totalsync.com</email>
|
|
</developer>
|
|
<developer>
|
|
<name>Rodney Waldhoff</name>
|
|
<id>rwaldhoff</id>
|
|
<email>rwaldhoff@apache.org</email>
|
|
</developer>
|
|
<developer>
|
|
<name>Daniel Rall</name>
|
|
<id>dlr</id>
|
|
<email>dlr@finemaltcoding.com</email>
|
|
</developer>
|
|
<developer>
|
|
<name>Jon S. Stevens</name>
|
|
<id>jon</id>
|
|
<email>jon@collab.net</email>
|
|
</developer>
|
|
<developer>
|
|
<name>Gary Gregory</name>
|
|
<id>ggregory</id>
|
|
<email>ggregory@apache.org</email>
|
|
<url>http://www.garygregory.com</url>
|
|
<timezone>-5</timezone>
|
|
</developer>
|
|
<developer>
|
|
<name>David Graham</name>
|
|
<id>dgraham</id>
|
|
<email>dgraham@apache.org</email>
|
|
</developer>
|
|
<developer>
|
|
<name>Julius Davies</name>
|
|
<id>julius</id>
|
|
<email>julius@apache.org</email>
|
|
<organizationUrl>http://juliusdavies.ca/</organizationUrl>
|
|
<timezone>-8</timezone>
|
|
</developer>
|
|
<developer>
|
|
<name>Thomas Neidhart</name>
|
|
<id>tn</id>
|
|
<email>tn@apache.org</email>
|
|
</developer>
|
|
</developers>
|
|
<contributors>
|
|
<contributor>
|
|
<name>Christopher O'Brien</name>
|
|
<email>siege@preoccupied.net</email>
|
|
<roles>
|
|
<role>hex</role>
|
|
<role>md5</role>
|
|
<role>architecture</role>
|
|
</roles>
|
|
</contributor>
|
|
<contributor>
|
|
<name>Martin Redington</name>
|
|
<roles>
|
|
<role>Representing xml-rpc</role>
|
|
</roles>
|
|
</contributor>
|
|
<contributor>
|
|
<name>Jeffery Dever</name>
|
|
<roles>
|
|
<role>Representing http-client</role>
|
|
</roles>
|
|
</contributor>
|
|
<contributor>
|
|
<name>Steve Zimmermann</name>
|
|
<email>steve.zimmermann@heii.com</email>
|
|
<roles>
|
|
<role>Documentation</role>
|
|
</roles>
|
|
</contributor>
|
|
<contributor>
|
|
<name>Benjamin Walstrum</name>
|
|
<email>ben@walstrum.com</email>
|
|
</contributor>
|
|
<contributor>
|
|
<name>Oleg Kalnichevski</name>
|
|
<email>oleg@ural.ru</email>
|
|
<roles>
|
|
<role>Representing http-client</role>
|
|
</roles>
|
|
</contributor>
|
|
<contributor>
|
|
<name>Dave Dribin</name>
|
|
<email>apache@dave.dribin.org</email>
|
|
<roles>
|
|
<role>DigestUtil</role>
|
|
</roles>
|
|
</contributor>
|
|
<contributor>
|
|
<name>Alex Karasulu</name>
|
|
<email>aok123 at bellsouth.net</email>
|
|
<roles>
|
|
<role>Submitted Binary class and test</role>
|
|
</roles>
|
|
</contributor>
|
|
<contributor>
|
|
<name>Matthew Inger</name>
|
|
<email>mattinger at yahoo.com</email>
|
|
<roles>
|
|
<role>Submitted DIFFERENCE algorithm for Soundex and RefinedSoundex</role>
|
|
</roles>
|
|
</contributor>
|
|
<contributor>
|
|
<name>Jochen Wiedmann</name>
|
|
<email>jochen@apache.org</email>
|
|
<roles>
|
|
<role>Base64 code [CODEC-69]</role>
|
|
</roles>
|
|
</contributor>
|
|
<contributor>
|
|
<name>Sebastian Bazley</name>
|
|
<email>sebb@apache.org</email>
|
|
<roles>
|
|
<role>Streaming Base64</role>
|
|
</roles>
|
|
</contributor>
|
|
<contributor>
|
|
<name>Matthew Pocock</name>
|
|
<email>turingatemyhamster@gmail.com</email>
|
|
<roles>
|
|
<role>Beider-Morse phonetic matching</role>
|
|
</roles>
|
|
</contributor>
|
|
<contributor>
|
|
<name>Colm Rice</name>
|
|
<email>colm_rice at hotmail dot com</email>
|
|
<roles>
|
|
<role>Submitted Match Rating Approach (MRA) phonetic encoder and tests [CODEC-161]</role>
|
|
</roles>
|
|
</contributor>
|
|
</contributors>
|
|
<!-- Codec should depend on very little -->
|
|
<dependencies>
|
|
<dependency>
|
|
<groupId>junit</groupId>
|
|
<artifactId>junit</artifactId>
|
|
<version>4.11</version>
|
|
<scope>test</scope>
|
|
</dependency>
|
|
</dependencies>
|
|
<properties>
|
|
<maven.compiler.source>1.6</maven.compiler.source>
|
|
<maven.compiler.target>1.6</maven.compiler.target>
|
|
<commons.componentid>codec</commons.componentid>
|
|
<commons.release.version>1.10</commons.release.version>
|
|
<!-- The RC version used in the staging repository URL. -->
|
|
<commons.rc.version>RC1</commons.rc.version>
|
|
<commons.jira.id>CODEC</commons.jira.id>
|
|
<commons.jira.pid>12310464</commons.jira.pid>
|
|
<!-- Ensure copies work OK (can be removed later when this is in parent POM) -->
|
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
|
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
|
|
<commons.encoding>UTF-8</commons.encoding>
|
|
<checkstyle.header.file>${basedir}/LICENSE-header.txt</checkstyle.header.file>
|
|
</properties>
|
|
<build>
|
|
<pluginManagement>
|
|
<plugins>
|
|
<plugin>
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
<artifactId>maven-scm-publish-plugin</artifactId>
|
|
<configuration>
|
|
<ignorePathsToDelete>
|
|
<ignorePathToDelete>archive**</ignorePathToDelete>
|
|
</ignorePathsToDelete>
|
|
</configuration>
|
|
</plugin>
|
|
</plugins>
|
|
</pluginManagement>
|
|
<plugins>
|
|
<plugin>
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
<artifactId>maven-surefire-plugin</artifactId>
|
|
<configuration>
|
|
<excludes>
|
|
<exclude>**/*AbstractTest.java</exclude>
|
|
<exclude>**/*PerformanceTest.java</exclude>
|
|
</excludes>
|
|
</configuration>
|
|
</plugin>
|
|
<plugin>
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
<artifactId>maven-jar-plugin</artifactId>
|
|
<version>2.4</version>
|
|
<executions>
|
|
<execution>
|
|
<goals>
|
|
<goal>test-jar</goal>
|
|
</goals>
|
|
</execution>
|
|
</executions>
|
|
</plugin>
|
|
<plugin>
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
<artifactId>maven-assembly-plugin</artifactId>
|
|
<version>2.5</version>
|
|
<configuration>
|
|
<descriptors>
|
|
<descriptor>src/main/assembly/bin.xml</descriptor>
|
|
<descriptor>src/main/assembly/src.xml</descriptor>
|
|
</descriptors>
|
|
<tarLongFileMode>gnu</tarLongFileMode>
|
|
</configuration>
|
|
</plugin>
|
|
</plugins>
|
|
</build>
|
|
<reporting>
|
|
<plugins>
|
|
<plugin>
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
<artifactId>maven-checkstyle-plugin</artifactId>
|
|
<!-- Use 2.9.1 instead of 2.10; 2.10 seems to scan the 'target'
|
|
dir and wants license headers in .properties to be the header for
|
|
Java files. -->
|
|
<version>2.9.1</version>
|
|
<configuration>
|
|
<configLocation>${basedir}/checkstyle.xml</configLocation>
|
|
<enableRulesSummary>false</enableRulesSummary>
|
|
<headerFile>${basedir}/LICENSE-header.txt</headerFile>
|
|
</configuration>
|
|
<!-- We need to specify reportSets because 2.9.1 creates two reports -->
|
|
<reportSets>
|
|
<reportSet>
|
|
<reports>
|
|
<report>checkstyle</report>
|
|
</reports>
|
|
</reportSet>
|
|
</reportSets>
|
|
</plugin>
|
|
<plugin>
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
<artifactId>maven-pmd-plugin</artifactId>
|
|
<version>3.2</version>
|
|
<configuration>
|
|
<targetJdk>${maven.compiler.target}</targetJdk>
|
|
<linkXref>true</linkXref>
|
|
<rulesets>
|
|
<ruleset>${basedir}/pmd.xml</ruleset>
|
|
</rulesets>
|
|
</configuration>
|
|
</plugin>
|
|
<plugin>
|
|
<groupId>org.codehaus.mojo</groupId>
|
|
<artifactId>findbugs-maven-plugin</artifactId>
|
|
<version>2.5.5</version>
|
|
</plugin>
|
|
<plugin>
|
|
<groupId>org.codehaus.mojo</groupId>
|
|
<artifactId>taglist-maven-plugin</artifactId>
|
|
<version>2.4</version>
|
|
<configuration>
|
|
<tags>
|
|
<tag>TODO</tag>
|
|
<tag>NOPMD</tag>
|
|
<tag>NOTE</tag>
|
|
</tags>
|
|
</configuration>
|
|
</plugin>
|
|
<plugin>
|
|
<groupId>org.codehaus.mojo</groupId>
|
|
<artifactId>javancss-maven-plugin</artifactId>
|
|
<version>2.0</version>
|
|
</plugin>
|
|
</plugins>
|
|
</reporting>
|
|
</project>
|