MVN

com.github.jlgrock.javascript-framework : source-archive-maven-plugin

Maven & Gradle

Apr 16, 2015

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.

<plugin>
    <groupId>com.github.jlgrock.javascript-framework</groupId>
    <artifactId>source-archive-maven-plugin</artifactId>
    <version>1.18.3</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.jlgrock.javascript-framework : source-archive-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.18.3

All Versions

Choose a version of com.github.jlgrock.javascript-framework : source-archive-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.18.x
source-archive-maven-plugin-1.18.3
source-archive-maven-plugin-1.18.2
source-archive-maven-plugin-1.18.1
source-archive-maven-plugin-1.18.0
1.17.x
source-archive-maven-plugin-1.17.0
1.16.x
source-archive-maven-plugin-1.16.1
source-archive-maven-plugin-1.16.0
1.15.x
source-archive-maven-plugin-1.15.1
source-archive-maven-plugin-1.15.0
1.14.x
source-archive-maven-plugin-1.14.0
1.13.x
source-archive-maven-plugin-1.13.3
source-archive-maven-plugin-1.13.2
source-archive-maven-plugin-1.13.1
source-archive-maven-plugin-1.13.0
1.12.x
source-archive-maven-plugin-1.12.0
1.11.x
source-archive-maven-plugin-1.11.13
source-archive-maven-plugin-1.11.12
source-archive-maven-plugin-1.11.11
source-archive-maven-plugin-1.11.10
source-archive-maven-plugin-1.11.9
source-archive-maven-plugin-1.11.8
source-archive-maven-plugin-1.11.7
source-archive-maven-plugin-1.11.5
source-archive-maven-plugin-1.11.4
source-archive-maven-plugin-1.11.3
source-archive-maven-plugin-1.11.2
source-archive-maven-plugin-1.11.1
source-archive-maven-plugin-1.11.0
1.10.x
source-archive-maven-plugin-1.10.4
source-archive-maven-plugin-1.10.3

How to add a plugin to Maven

Add the maven plugin to the pom.xml file information in this tag as follows:

<plugin>
    <groupId>com.github.jlgrock.javascript-framework</groupId>
    <artifactId>source-archive-maven-plugin</artifactId>
    <version>1.18.3</version>
</plugin>