grock.javascript-framework.source-archive-maven-plugin.1.15.0.source-code.js-test-src-assembly.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of source-archive-maven-plugin Show documentation
Show all versions of source-archive-maven-plugin Show documentation
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.
<assembly xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.0 http://maven.apache.org/xsd/assembly-1.1.0.xsd"> <id>js-src</id> <formats> <format>zip</format> </formats> <includeBaseDirectory>false</includeBaseDirectory> <fileSets> <fileSet> <directory>${project.basedir}${file.separator}src${file.separator}test${file.separator}javascript</directory> <outputDirectory></outputDirectory> <excludes> <exclude>main${file.separator}resources${file.separator}assembly.xml</exclude> </excludes> </fileSet> </fileSets> </assembly>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy