Apache
/
Maven
/
Plugins
/
Apache Maven Source Plugin
/
Frequently Asked Questions
|
Last Published: 2025-11-22
Version: 3.4.0
Overview
Introduction
Plugin Documentation
Usage
FAQ
License
Download
Examples
Configuring Source Plugin
Project Documentation
Project Information
Project Reports
Maven Projects
Maven
Archetypes
Extensions
Parent POMs
Plugins
Skins
Components
Archetype
Artifact Resolver
Doxia
Indexer
JXR
Plugin Testing
Plugin Tools
Resource Bundles
SCM
Shared Components
Surefire
Wagon
ASF
How Apache Works
Foundation
Data Privacy
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]