Apache Maven Source Plugin
Last Published: 2024-06-26
|
Version: 4.0.0-beta-1
Overview
Introduction
Goals
Usage
FAQ
License
Download
Examples
Configuring Source Plugin
Frequently Asked Questions
How can I generate a source jar of the test classes?
How can I generate a source jar of the test classes?
Use the source:test-jar goal to generate a jar file that contains the project test sources.
[top]