Apache
/
Maven
/
Plugins
/
Apache Maven Source Plugin
/
Frequently Asked Questions
|
Last Published: 2016-06-18
Version: 3.0.1
Overview
Introduction
Goals
Usage
FAQ
License
Download
Examples
Configuring Source Plugin
Project Documentation
Project Information
Project Reports
Maven Projects
Archetype
Doxia
JXR
Maven
Parent POMs
Plugins
Plugin Testing
Plugin Tools
Resource Bundles
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]