|
| 1 | +<?xml version="1.0" encoding="UTF-8"?> |
| 2 | +<!-- |
| 3 | +The MIT License (MIT) |
| 4 | +
|
| 5 | +Copyright (c) 2017-2025 Yegor Bugayenko |
| 6 | +
|
| 7 | +Permission is hereby granted, free of charge, to any person obtaining a copy |
| 8 | +of this software and associated documentation files (the "Software"), to deal |
| 9 | +in the Software without restriction, including without limitation the rights |
| 10 | +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell |
| 11 | +copies of the Software, and to permit persons to whom the Software is |
| 12 | +furnished to do so, subject to the following conditions: |
| 13 | +
|
| 14 | +The above copyright notice and this permission notice shall be included |
| 15 | +in all copies or substantial portions of the Software. |
| 16 | +
|
| 17 | +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
| 18 | +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, |
| 19 | +FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE |
| 20 | +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER |
| 21 | +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, |
| 22 | +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE |
| 23 | +SOFTWARE. |
| 24 | +--> |
| 25 | +<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/xsd/maven-4.0.0.xsd"> |
| 26 | + <modelVersion>4.0.0</modelVersion> |
| 27 | + <groupId>files</groupId> |
| 28 | + <artifactId>test-data</artifactId> |
| 29 | + <version>0.0.1</version> |
| 30 | + <packaging>jar</packaging> |
| 31 | + <name>test-data</name> |
| 32 | + <description>Data for testing</description> |
| 33 | + <url>https://github.com/yegor256/cactoos</url> |
| 34 | + <inceptionYear>2017</inceptionYear> |
| 35 | + <organization> |
| 36 | + <name>Cactoos</name> |
| 37 | + <url>https://github.com/yegor256/cactoos</url> |
| 38 | + </organization> |
| 39 | + <licenses> |
| 40 | + <license> |
| 41 | + <name>MIT</name> |
| 42 | + <url>https://raw.githubusercontent.com/yegor256/cactoos/master/LICENSE.txt</url> |
| 43 | + <distribution>site</distribution> |
| 44 | + </license> |
| 45 | + </licenses> |
| 46 | + <developers> |
| 47 | + <developer> |
| 48 | + <id>1</id> |
| 49 | + <name>Yegor Bugayenko</name> |
| 50 | + |
| 51 | + <organization>yegor256.com</organization> |
| 52 | + <organizationUrl>https://www.yegor256.com</organizationUrl> |
| 53 | + <roles> |
| 54 | + <role>Architect</role> |
| 55 | + <role>Developer</role> |
| 56 | + </roles> |
| 57 | + <timezone>+3</timezone> |
| 58 | + </developer> |
| 59 | + </developers> |
| 60 | + <issueManagement> |
| 61 | + <system>GitHub</system> |
| 62 | + <url>https://github.com/yegor256/cactoos/issues</url> |
| 63 | + </issueManagement> |
| 64 | + <scm> |
| 65 | + < connection>scm:git: [email protected]:yegor256/cactoos.git</ connection> |
| 66 | + < developerConnection>scm:git: [email protected]:yegor256/cactoos.git</ developerConnection> |
| 67 | + <url>https://github.com/yegor256/cactoos</url> |
| 68 | + </scm> |
| 69 | + <ciManagement> |
| 70 | + <system>rultor</system> |
| 71 | + <url>https://www.rultor.com/s/cactoos</url> |
| 72 | + </ciManagement> |
| 73 | + <distributionManagement> |
| 74 | + <site> |
| 75 | + <id>github-pages</id> |
| 76 | + <url>https://github.com/yegor256/cactoos</url> |
| 77 | + </site> |
| 78 | + </distributionManagement> |
| 79 | + <build> |
| 80 | + <plugins> |
| 81 | + <plugin> |
| 82 | + <artifactId>maven-jar-plugin</artifactId> |
| 83 | + <configuration> |
| 84 | + <archive> |
| 85 | + <index>true</index> |
| 86 | + <manifestEntries> |
| 87 | + <TEST-Version>0.0.1</TEST-Version> |
| 88 | + <TEST-Revision>0.0.1</TEST-Revision> |
| 89 | + <TEST-Dob>2025-01-14T19:26:39</TEST-Dob> |
| 90 | + </manifestEntries> |
| 91 | + </archive> |
| 92 | + </configuration> |
| 93 | + </plugin> |
| 94 | + </plugins> |
| 95 | + </build> |
| 96 | +</project> |
0 commit comments