Claudio David Gasparini | 35b2b44 | 2020-12-01 14:53:40 +0100 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
shivasubedi | 8df61a9 | 2021-06-16 14:43:18 +0100 | [diff] [blame] | 2 | <!-- |
| 3 | ============LICENSE_START======================================================= |
| 4 | Copyright (C) 2020 Pantheon.tech |
lukegleeson | 7e243c9 | 2023-04-20 15:32:12 +0100 | [diff] [blame] | 5 | Modifications Copyright (C) 2023 Nordix Foundation |
shivasubedi | 8df61a9 | 2021-06-16 14:43:18 +0100 | [diff] [blame] | 6 | ================================================================================ |
| 7 | Licensed under the Apache License, Version 2.0 (the "License"); |
| 8 | you may not use this file except in compliance with the License. |
| 9 | You may obtain a copy of the License at |
| 10 | |
| 11 | http://www.apache.org/licenses/LICENSE-2.0 |
| 12 | |
| 13 | Unless required by applicable law or agreed to in writing, software |
| 14 | distributed under the License is distributed on an "AS IS" BASIS, |
| 15 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 16 | See the License for the specific language governing permissions and |
| 17 | limitations under the License. |
| 18 | |
| 19 | SPDX-License-Identifier: Apache-2.0 |
| 20 | ============LICENSE_END========================================================= |
| 21 | --> |
| 22 | |
Claudio David Gasparini | 35b2b44 | 2020-12-01 14:53:40 +0100 | [diff] [blame] | 23 | <project xmlns="http://maven.apache.org/POM/4.0.0" |
| 24 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| 25 | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
| 26 | <modelVersion>4.0.0</modelVersion> |
| 27 | <groupId>org.onap.cps</groupId> |
| 28 | <artifactId>checkstyle</artifactId> |
mpriyank | 08bcac3 | 2024-12-02 14:26:03 +0000 | [diff] [blame^] | 29 | <version>3.6.0-SNAPSHOT</version> |
Claudio David Gasparini | 42d31ec | 2020-12-07 08:39:56 +0100 | [diff] [blame] | 30 | |
lukegleeson | 165e3b8 | 2022-03-08 11:41:52 +0000 | [diff] [blame] | 31 | <profiles> |
| 32 | <profile> |
| 33 | <id>Windows</id> |
| 34 | <activation> |
| 35 | <os> |
| 36 | <family>Windows</family> |
| 37 | </os> |
| 38 | </activation> |
| 39 | <properties> |
| 40 | <script.executor>python</script.executor> |
| 41 | </properties> |
| 42 | </profile> |
| 43 | <profile> |
| 44 | <id>unix</id> |
| 45 | <activation> |
| 46 | <os> |
| 47 | <family>unix</family> |
| 48 | </os> |
| 49 | </activation> |
| 50 | <properties> |
| 51 | <script.executor>python3</script.executor> |
| 52 | </properties> |
| 53 | </profile> |
| 54 | </profiles> |
| 55 | |
Claudio David Gasparini | 42d31ec | 2020-12-07 08:39:56 +0100 | [diff] [blame] | 56 | <properties> |
sourabh_sourabh | 00da0af | 2024-11-13 13:42:42 +0000 | [diff] [blame] | 57 | <onap.nexus.url>https://nexus.onap.org</onap.nexus.url> |
Claudio David Gasparini | 42d31ec | 2020-12-07 08:39:56 +0100 | [diff] [blame] | 58 | <releaseNexusPath>/content/repositories/releases/</releaseNexusPath> |
Claudio David Gasparini | d45b2dc | 2021-01-13 13:28:07 +0100 | [diff] [blame] | 59 | <sonar.skip>true</sonar.skip> |
Claudio David Gasparini | 42d31ec | 2020-12-07 08:39:56 +0100 | [diff] [blame] | 60 | <snapshotNexusPath>/content/repositories/snapshots/</snapshotNexusPath> |
| 61 | </properties> |
| 62 | |
emaclee | 6cfd73e | 2022-03-24 10:10:37 +0000 | [diff] [blame] | 63 | <build> |
| 64 | <pluginManagement> |
| 65 | <plugins> |
| 66 | <plugin> |
| 67 | <groupId>org.apache.maven.plugins</groupId> |
| 68 | <artifactId>maven-deploy-plugin</artifactId> |
sourabh_sourabh | 1bb3639 | 2024-11-13 12:54:17 +0000 | [diff] [blame] | 69 | <version>3.1.2</version> |
emaclee | 6cfd73e | 2022-03-24 10:10:37 +0000 | [diff] [blame] | 70 | </plugin> |
| 71 | </plugins> |
| 72 | </pluginManagement> |
lukegleeson | 165e3b8 | 2022-03-08 11:41:52 +0000 | [diff] [blame] | 73 | <plugins> |
| 74 | <plugin> |
| 75 | <groupId>org.codehaus.mojo</groupId> |
| 76 | <artifactId>exec-maven-plugin</artifactId> |
| 77 | <version>1.6.0</version> |
| 78 | <executions> |
| 79 | <execution> |
| 80 | <id>copyright-check</id> |
| 81 | <phase>verify</phase> |
| 82 | <goals> |
| 83 | <goal>exec</goal> |
| 84 | </goals> |
| 85 | <configuration> |
| 86 | <executable>${script.executor}</executable> |
| 87 | <workingDirectory>../checkstyle/src/main/</workingDirectory> |
| 88 | <arguments> |
| 89 | <argument>CopyrightCheck.py</argument> |
| 90 | <argument>resources/project-committers-config.csv</argument> |
| 91 | <argument>resources/copyright-template.txt</argument> |
| 92 | <argument>resources/ignore-files-config.csv</argument> |
| 93 | </arguments> |
lukegleeson | 08aa7c3 | 2022-04-07 11:37:39 +0100 | [diff] [blame] | 94 | <successCodes> |
| 95 | <successCode>0</successCode> |
| 96 | <successCode>1</successCode> |
| 97 | </successCodes> |
lukegleeson | 165e3b8 | 2022-03-08 11:41:52 +0000 | [diff] [blame] | 98 | </configuration> |
| 99 | </execution> |
| 100 | </executions> |
| 101 | </plugin> |
| 102 | </plugins> |
| 103 | </build> |
ToineSiebelink | 73f01b7 | 2022-04-01 09:00:44 +0100 | [diff] [blame] | 104 | |
| 105 | <distributionManagement> |
| 106 | <repository> |
| 107 | <id>ecomp-releases</id> |
| 108 | <name>ECOMP Release Repository</name> |
sourabh_sourabh | 00da0af | 2024-11-13 13:42:42 +0000 | [diff] [blame] | 109 | <url>${onap.nexus.url}${releaseNexusPath}</url> |
ToineSiebelink | 73f01b7 | 2022-04-01 09:00:44 +0100 | [diff] [blame] | 110 | </repository> |
| 111 | <snapshotRepository> |
| 112 | <id>ecomp-snapshots</id> |
| 113 | <name>ECOMP Snapshot Repository</name> |
sourabh_sourabh | 00da0af | 2024-11-13 13:42:42 +0000 | [diff] [blame] | 114 | <url>${onap.nexus.url}${snapshotNexusPath}</url> |
ToineSiebelink | 73f01b7 | 2022-04-01 09:00:44 +0100 | [diff] [blame] | 115 | </snapshotRepository> |
| 116 | </distributionManagement> |
Claudio David Gasparini | 35b2b44 | 2020-12-01 14:53:40 +0100 | [diff] [blame] | 117 | </project> |