MyGit
🚩收到GitHub仓库的更新通知

jenkinsci/mina-sshd-api-plugin

Fork: 12 Star: 0 (更新于 2024-04-13 04:20:44)

license: MIT

Language: Java .

This plugin provides the Apache Mina SSHD Core library to plugins.

最后发布版本: 2.12.1-101.v85b_e08b_780dd ( 2024-03-28 20:14:37)

官方网址 GitHub网址

✨免费申请网站SSL证书,支持多域名和泛域名,点击查看

Mina SSHD Api Plugin

This plugin wraps Apache Mina SSHD modules as Jenkins plugins. Each module have its own plugins.

Build

To build the plugin locally:

mvn clean verify

Release

The release is automated on Pull Request merge as per this documentation. To release the plugin, ask the maintainer(s) to merge a PR.

See the release page

Test local instance

mvn hpi:run

Adding a new Plugin / Module

If in need for a new SSHD module, open a pull request on this repository. Follow these steps:

  • Create a new directory mina-sshd-api-#MODULE_NAME
  • Create pom.xml
    • Add a dependency on org.apache.sshd:sshd-#MODULE_NAME.

      <dependency>
          <groupId>org.apache.sshd</groupId>
          <artifactId>sshd-#MODULE_NAME</artifactId>
          <version>${revision}</version>
      </dependency>
      
    • Exclude all transitive dependencies

  • Create src/main/resource/index.jelly
  • Add the module to the root pom.xml

最近版本更新:(数据更新于 2024-04-13 20:12:34)

2024-03-28 20:14:37 2.12.1-101.v85b_e08b_780dd

2024-03-26 20:24:15 2.12.0-99.vdb_f07841c2db_

2024-01-19 15:51:05 2.12.0-90.v9f7fb_9fa_3d3b_

2023-10-24 08:01:44 2.11.0-86.v836f585d47fa_

2023-05-16 07:37:38 2.10.0-69.v28e3e36d18eb_

2023-03-25 11:40:52 2.9.2-62.v199162f0a_2f8

2022-11-17 06:51:53 2.9.2-50.va_0e1f42659a_a

2022-09-09 12:24:54 2.9.1-44.v476733c11f82

2022-07-26 12:46:42 2.8.0-36.v8e25ce90d4b_1

2022-07-18 09:16:56 2.8.0-30.vf9df64641cb_d

主题(topics):

sshd

jenkinsci/mina-sshd-api-plugin同语言 Java最近更新仓库

2024-04-27 18:38:26 yuliskov/SmartTube

2024-04-26 12:48:24 Tencent/TencentKona-8

2024-04-25 17:06:01 Tencent/spring-cloud-tencent

2024-04-25 11:32:36 dromara/dante-cloud

2024-04-25 02:59:19 jellyfin/jellyfin-androidtv

2024-04-24 14:40:05 alibaba/spring-cloud-alibaba