s

source-archive-maven-plugin

This is just a shortcut to using the Maven Assembly Plugin. So long as your source code is in the standardized places, you can run the goals provided by this plugin and it will reference the standardized assembly.xml files contained within the plugin and apply them.
https://github.com/jlgrock/JavascriptFramework
文件下载
文件名 操作
source-archive-maven-plugin-1.11.13.jar 下载
source-archive-maven-plugin-1.11.13.pom 下载
source-archive-maven-plugin-1.11.13-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.github.jlgrock.javascript-framework</groupId>
  <artifactId>source-archive-maven-plugin</artifactId>
  <version>1.11.13</version>
  <type>maven-plugin</type>
</dependency>
Gradle Groovy
implementation 'com.github.jlgrock.javascript-framework:source-archive-maven-plugin:1.11.13'
Gradle Kotlin
implementation("com.github.jlgrock.javascript-framework:source-archive-maven-plugin:1.11.13")
Scala SBT
libraryDependencies += "com.github.jlgrock.javascript-framework" % "source-archive-maven-plugin" % "1.11.13"
Groovy Grape
@Grapes(
  @Grab(group='com.github.jlgrock.javascript-framework', module='source-archive-maven-plugin', version='1.11.13')
)
Apache Ivy
<dependency org="com.github.jlgrock.javascript-framework" name="source-archive-maven-plugin" rev="1.11.13" />
Leiningen
[com.github.jlgrock.javascript-framework/source-archive-maven-plugin "1.11.13"]
Apache Buildr
'com.github.jlgrock.javascript-framework:source-archive-maven-plugin:jar:1.11.13'