|
33 | 33 | <properties> |
34 | 34 | <checkstyle.skip>true</checkstyle.skip> |
35 | 35 | <influxdb-client.version>7.4.0-SNAPSHOT</influxdb-client.version> |
36 | | - <!-- Ensure this module never deploys to any repository (including OSSRH staging) --> |
37 | | - <maven.deploy.skip>true</maven.deploy.skip> |
38 | | - <!-- Explicitly skip Nexus Staging deploy mojo when release profile is active --> |
39 | | - <skipNexusStagingDeployMojo>true</skipNexusStagingDeployMojo> |
40 | 36 | </properties> |
41 | 37 |
|
42 | 38 | <modelVersion>4.0.0</modelVersion> |
43 | 39 | <artifactId>examples</artifactId> |
44 | 40 |
|
| 41 | + <name>The InfluxDB Client Examples</name> |
| 42 | + <description> |
| 43 | + The InfluxDB client's Examples - demonstrating various client features |
| 44 | + </description> |
| 45 | + |
| 46 | + <url>https://github.com/influxdata/influxdb-client-java/tree/master/examples</url> |
| 47 | + |
| 48 | + <licenses> |
| 49 | + <license> |
| 50 | + <name>The MIT License (MIT)</name> |
| 51 | + <url>https://raw.githubusercontent.com/influxdata/influxdb-client-java/master/LICENSE</url> |
| 52 | + <distribution>repo</distribution> |
| 53 | + </license> |
| 54 | + </licenses> |
| 55 | + |
| 56 | + <developers> |
| 57 | + <developer> |
| 58 | + <name>Jakub Bednar</name> |
| 59 | + |
| 60 | + <organization>Bonitoo</organization> |
| 61 | + <organizationUrl>https://www.bonitoo.io</organizationUrl> |
| 62 | + </developer> |
| 63 | + <developer> |
| 64 | + <name>Robert Hajek</name> |
| 65 | + |
| 66 | + <organization>Bonitoo</organization> |
| 67 | + <organizationUrl>https://www.bonitoo.io</organizationUrl> |
| 68 | + </developer> |
| 69 | + </developers> |
| 70 | + |
| 71 | + <scm> |
| 72 | + < connection>scm:git: [email protected]:influxdata/influxdb-client-java.git</ connection> |
| 73 | + < developerConnection>scm:git: [email protected]:influxdata/influxdb-client-java.git</ developerConnection> |
| 74 | + <url>https://github.com/influxdata/influxdb-client-java/tree/master</url> |
| 75 | + <tag>HEAD</tag> |
| 76 | + </scm> |
| 77 | + |
45 | 78 | <build> |
46 | 79 | <plugins> |
47 | 80 | <plugin> |
|
0 commit comments