Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add release and snapshot workflows on CI #78

Draft
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

Goooler
Copy link
Collaborator

@Goooler Goooler commented Aug 27, 2024

tree .m2/repository/me/champeau/gradle/

.m2/repository/me/champeau/gradle/
├── japicmp
│   └── me.champeau.gradle.japicmp.gradle.plugin
│       ├── 0.4.4-SNAPSHOT
│       │   ├── maven-metadata-local.xml
│       │   ├── me.champeau.gradle.japicmp.gradle.plugin-0.4.4-SNAPSHOT.pom
│       │   └── me.champeau.gradle.japicmp.gradle.plugin-0.4.4-SNAPSHOT.pom.asc
│       └── maven-metadata-local.xml
└── japicmp-gradle-plugin
    ├── 0.4.4-SNAPSHOT
    │   ├── japicmp-gradle-plugin-0.4.4-SNAPSHOT-javadoc.jar
    │   ├── japicmp-gradle-plugin-0.4.4-SNAPSHOT-javadoc.jar.asc
    │   ├── japicmp-gradle-plugin-0.4.4-SNAPSHOT-sources.jar
    │   ├── japicmp-gradle-plugin-0.4.4-SNAPSHOT-sources.jar.asc
    │   ├── japicmp-gradle-plugin-0.4.4-SNAPSHOT.jar
    │   ├── japicmp-gradle-plugin-0.4.4-SNAPSHOT.jar.asc
    │   ├── japicmp-gradle-plugin-0.4.4-SNAPSHOT.module
    │   ├── japicmp-gradle-plugin-0.4.4-SNAPSHOT.module.asc
    │   ├── japicmp-gradle-plugin-0.4.4-SNAPSHOT.pom
    │   ├── japicmp-gradle-plugin-0.4.4-SNAPSHOT.pom.asc
    │   └── maven-metadata-local.xml
    └── maven-metadata-local.xml

6 directories, 16 files


cat .m2/repository/me/champeau/gradle/japicmp-gradle-plugin/0.4.4-SNAPSHOT/japicmp-gra
dle-plugin-0.4.4-SNAPSHOT.pom

<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://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">
  <!-- This module was also published with a richer model, Gradle metadata,  -->
  <!-- which should be used instead. Do not delete the following line which  -->
  <!-- is to indicate to Gradle or any Gradle module metadata file consumer  -->
  <!-- that they should prefer consuming it instead. -->
  <!-- do_not_remove: published-with-gradle-metadata -->
  <modelVersion>4.0.0</modelVersion>
  <groupId>me.champeau.gradle</groupId>
  <artifactId>japicmp-gradle-plugin</artifactId>
  <version>0.4.4-SNAPSHOT</version>
  <name>Gradle Plugin for JApicmp</name>
  <description>The japicmp-gradle-plugin provides binary compatibility reporting through JApicmp using Gradle.</description>
  <url>https://github.com/melix/japicmp-gradle-plugin</url>
  <licenses>
    <license>
      <name>The Apache Software License, Version 2.0</name>
      <url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>melix</id>
      <name>Cédric Champeau</name>
      <url>https://melix.github.io/blog</url>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git://github.com/melix/japicmp-gradle-plugin.git</connection>
    <developerConnection>scm:git:ssh://git@github.com/melix/japicmp-gradle-plugin.git</developerConnection>
    <url>https://github.com/melix/japicmp-gradle-plugin</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>com.github.siom79.japicmp</groupId>
      <artifactId>japicmp</artifactId>
      <version>0.23.0</version>
      <scope>compile</scope>
      <exclusions>
        <exclusion>
          <groupId>com.sun.xml.bind</groupId>
          <artifactId>*</artifactId>
        </exclusion>
        <exclusion>
          <groupId>com.google.guava</groupId>
          <artifactId>*</artifactId>
        </exclusion>
        <exclusion>
          <groupId>javax.xml.bind</groupId>
          <artifactId>*</artifactId>
        </exclusion>
        <exclusion>
          <groupId>io.airlift</groupId>
          <artifactId>*</artifactId>
        </exclusion>
      </exclusions>
    </dependency>
  </dependencies>
</project>

@Goooler Goooler force-pushed the migrate-to-vanniktech-maven-publish branch from 1e4b764 to d7248e0 Compare August 27, 2024 01:00
@Goooler Goooler force-pushed the migrate-to-vanniktech-maven-publish branch from 05a2972 to e7c7699 Compare August 27, 2024 01:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant