Skip to content

che-incubator/che-api

Repository files navigation

Eclipse Che® API for Kotlin-based projects

It's a utility library that helps working with a DevWorkspace. It's created mainly for using by Eclipse Che®'s IDEA editor.

Release

Make sure your settings.xml contains:

<settings>
  <servers>
    <server>
      <id>ossrh</id>
      <username><!-- sonatype username --></username>
      <password><!-- sonatype password --></password>
    </server>
  </servers>
  <profiles>
    <profile>
      <id>ossrh</id>
      <activation>
        <activeByDefault>true</activeByDefault>
      </activation>
      <properties>
        <gpg.executable>gpg2</gpg.executable>
        <gpg.passphrase><!-- passprhase --></gpg.passphrase>
      </properties>
    </profile>
  </profiles>
</settings>

Do a release:

mvn release:clean release:prepare -DdryRun=true
mvn release:prepare
mvn release:perform

Trademark

"Che" is a trademark of the Eclipse Foundation.

About

Eclipse Che API for Kotlin-based projects

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages