Apache
>
Maven
>
Plugins
>
Apache Maven Source Plugin
> Frequently Asked Questions
Last Published: 2014-10-07 | Version: 2.4
Overview
Introduction
Goals
Usage
FAQ
License
Download
Examples
Configuring Source Plugin
Project Documentation
Project Information
Project Reports
Maven Projects
Ant Tasks
Archetype
Doxia
JXR
Maven 1.x
Maven 2 & 3
Parent POMs
Plugins
Plugin Tools
SCM
Shared Components
Skins
Surefire
Wagon
ASF
How Apache Works
Foundation
Sponsoring Apache
Thanks
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]