|
16 | 16 | <version>0.1.1</version>
|
17 | 17 | <packaging>jar</packaging>
|
18 | 18 |
|
| 19 | + <name>Testable IO</name> |
| 20 | + <description>Set of primitives enabling Testing Without Mocks approach for Java applications |
| 21 | + </description> |
| 22 | + <inceptionYear>2025</inceptionYear> |
| 23 | + <organization> |
| 24 | + <name>Eugene Terekhov</name> |
| 25 | + <url>https://github.com/nergal-perm</url> |
| 26 | + </organization> |
| 27 | + <licenses> |
| 28 | + <license> |
| 29 | + <name>MIT</name> |
| 30 | + <url> |
| 31 | + https://raw.githubusercontent.com/Decision-Driven-Development/testable-io/refs/heads/master/LICENSE.txt |
| 32 | + </url> |
| 33 | + <distribution>site</distribution> |
| 34 | + <comments>MIT License</comments> |
| 35 | + </license> |
| 36 | + </licenses> |
| 37 | + |
| 38 | + <developers> |
| 39 | + <developer> |
| 40 | + <id>1</id> |
| 41 | + <name>Eugene Terekhov</name> |
| 42 | + |
| 43 | + <url>https://github.com/nergal-perm</url> |
| 44 | + <roles> |
| 45 | + <role>Architect</role> |
| 46 | + <role>Developer</role> |
| 47 | + </roles> |
| 48 | + <timezone>+4</timezone> |
| 49 | + </developer> |
| 50 | + </developers> |
| 51 | + |
| 52 | + <distributionManagement> |
| 53 | + <downloadUrl>https://central.sonatype.com/artifact/io.github.nergal-perm/testable-io</downloadUrl> |
| 54 | + <repository> |
| 55 | + <id>sonatype</id> |
| 56 | + <name>Sonatype central repository</name> |
| 57 | + <url>https://central.sonatype.com/artifact/io.github.nergal-perm/testable-io</url> |
| 58 | + <snapshots> |
| 59 | + <enabled>false</enabled> |
| 60 | + </snapshots> |
| 61 | + </repository> |
| 62 | + </distributionManagement> |
| 63 | + |
19 | 64 | <properties>
|
20 | 65 | <maven.compiler.source>17</maven.compiler.source>
|
21 | 66 | <maven.compiler.target>17</maven.compiler.target>
|
|
46 | 91 | <artifactId>qulice-maven-plugin</artifactId>
|
47 | 92 | <configuration>
|
48 | 93 | <excludes>
|
49 |
| - <exclude>pmd:/src/main/java/ewc/utilities/testableio/core/SingleQueryResponses.java</exclude> |
50 |
| - <exclude>pmd:/src/main/java/ewc/utilities/testableio/core/Stub.java</exclude> |
| 94 | + <exclude> |
| 95 | + pmd:/src/main/java/ewc/utilities/testableio/core/SingleQueryResponses.java |
| 96 | + </exclude> |
| 97 | + <exclude> |
| 98 | + pmd:/src/main/java/ewc/utilities/testableio/core/Stub.java |
| 99 | + </exclude> |
51 | 100 | </excludes>
|
52 | 101 | </configuration>
|
53 | 102 | </plugin>
|
|
0 commit comments