Apache
>
Maven
>
Plugins
>
Maven Source plugin
> Frequently Asked Questions
Last Published: 2012-08-02 | Version: 2.2
Overview
Introduction
Goals
Usage
FAQ
Examples
Configuring Source Plugin
Project Documentation
Project Information
Project Reports
Maven Projects
Ant Tasks
Archetype
Doxia
JXR
Maven 1.x
Maven 2 & 3
Plugins
SCM
Shared Components
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]