Skip to content

Latest commit

 

History

History
42 lines (36 loc) · 1.04 KB

README.md

File metadata and controls

42 lines (36 loc) · 1.04 KB

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.