bitfireAT / dav4jvm

WebDAV (including CalDAV, CardDAV) library for the Java virtual machine (Java/Kotlin)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

latest build is missing vital information in pom file

mbiebl opened this issue · comments

Looking at the pom files from https://jitpack.io/#bitfireAT/dav4jvm I see for the older build aac98bd:

$ cat /home/michael/.gradle/caches/modules-2/files-2.1/com.github.bitfireAT/dav4jvm/aac98bd76cf3034194c9ba6d2bf58212083a72a0/d2579180d429882b73048f6224b82214ff9df3a1/dav4jvm-aac98bd76cf3034194c9ba6d2bf58212083a72a0.pom
<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <!-- do_not_remove: published-with-gradle-metadata -->
<modelVersion>4.0.0</modelVersion>
  <groupId>com.github.bitfireAT</groupId>
  <artifactId>dav4jvm</artifactId>
  <version>aac98bd76cf3034194c9ba6d2bf58212083a72a0</version>
  <name>bitfireAT/dav4jvm</name>
  <description>WebDAV (including CalDAV, CardDAV) library for the Java virtual machine (Java/Kotlin)</description>
  <url>https://github.com/bitfireAT/dav4jvm</url>
  <inceptionYear>2021</inceptionYear>
  <licenses>
    <license>
      <name>Mozilla Public License 2.0</name>
      <url>https://api.github.com/licenses/mpl-2.0</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>bitfireAT</id>
      <name>bitfire web engineering</name>
      <email>play@bitfire.at</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git://github.com/bitfireAT/dav4jvm.git</connection>
    <developerConnection>scm:git://github.com/bitfireAT/dav4jvm.git</developerConnection>
    <url>git://github.com/bitfireAT/dav4jvm.git</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>com.squareup.okhttp3</groupId>
      <artifactId>okhttp</artifactId>
      <version>4.10.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.ogce</groupId>
      <artifactId>xpp3</artifactId>
      <version>1.1.6</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.kotlin</groupId>
      <artifactId>kotlin-stdlib-jdk7</artifactId>
      <version>1.7.20</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.apache.commons</groupId>
      <artifactId>commons-lang3</artifactId>
      <version>3.8.1</version>
      <scope>runtime</scope>
    </dependency>
  </dependencies>
</project>

The newer build 47dd6a9 is missing some vital information, like license, name, description.

$ cat /home/michael/.gradle/caches/modules-2/files-2.1/com.github.bitfireAT/dav4jvm/47dd6a9/fbd606a36fe0220f24c628ee6e2812e449e4943f/dav4jvm-47dd6a9.pom
<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <!-- do_not_remove: published-with-gradle-metadata -->
<modelVersion>4.0.0</modelVersion>
  <groupId>com.github.bitfireAT</groupId>
  <artifactId>dav4jvm</artifactId>
  <version>47dd6a9</version>
  <dependencies>
    <dependency>
      <groupId>com.squareup.okhttp3</groupId>
      <artifactId>okhttp</artifactId>
      <version>4.11.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.ogce</groupId>
      <artifactId>xpp3</artifactId>
      <version>1.1.6</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.kotlin</groupId>
      <artifactId>kotlin-stdlib-jdk8</artifactId>
      <version>1.8.21</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.apache.commons</groupId>
      <artifactId>commons-lang3</artifactId>
      <version>3.8.1</version>
      <scope>runtime</scope>
    </dependency>
  </dependencies>
</project>

checking the latest build d191bc0, all looks normal again:

<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <!-- do_not_remove: published-with-gradle-metadata -->
<modelVersion>4.0.0</modelVersion>
  <groupId>com.github.bitfireAT</groupId>
  <artifactId>dav4jvm</artifactId>
  <version>d191bc0</version>
  <name>bitfireAT/dav4jvm</name>
  <description>WebDAV (including CalDAV, CardDAV) library for the Java virtual machine (Java/Kotlin)</description>
  <url>https://github.com/bitfireAT/dav4jvm</url>
  <inceptionYear>2021</inceptionYear>
  <licenses>
    <license>
      <name>Mozilla Public License 2.0</name>
      <url>https://api.github.com/licenses/mpl-2.0</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>bitfireAT</id>
      <name>bitfire web engineering</name>
      <email>play@bitfire.at</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git://github.com/bitfireAT/dav4jvm.git</connection>
    <developerConnection>scm:git://github.com/bitfireAT/dav4jvm.git</developerConnection>
    <url>git://github.com/bitfireAT/dav4jvm.git</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>com.squareup.okhttp3</groupId>
      <artifactId>okhttp</artifactId>
      <version>4.11.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.ogce</groupId>
      <artifactId>xpp3</artifactId>
      <version>1.1.6</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.kotlin</groupId>
      <artifactId>kotlin-stdlib-jdk8</artifactId>
      <version>1.8.21</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.apache.commons</groupId>
      <artifactId>commons-lang3</artifactId>
      <version>3.8.1</version>
      <scope>runtime</scope>
    </dependency>
  </dependencies>
</project>

I'm tentatively closing the bug report, hoping that this was just a temporary issue.