[ 
https://issues.apache.org/jira/browse/FTPSERVER-66?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12475740
 ] 

Niklas Gustavsson commented on FTPSERVER-66:
--------------------------------------------

The source plugin is already defined in the base POM. However, it only runs 
during the release canidate (rc) profile build. The same is true for the 
Javadoc plugin. The reason for this is to save time during the build. The 
source plugin is not that slow so if you want to have a part of the default 
build I'll move it. For releases we will produce source and javadoc JARs that 
will be deployed to Maven repos since we use the rc build for those.

> Create source jars with maven build.
> ------------------------------------
>
>                 Key: FTPSERVER-66
>                 URL: https://issues.apache.org/jira/browse/FTPSERVER-66
>             Project: FtpServer
>          Issue Type: Improvement
>    Affects Versions: 1.0-M1
>            Reporter: Mark Reynolds
>         Assigned To: Niklas Gustavsson
>            Priority: Minor
>             Fix For: 1.0-M1
>
>
> Please add the following to the base pom to create source jars as part of the 
> build. This will be very helpful to those of us who like to have source jars 
> availablefor debugging in an IDE.
>   <build>
>     <pluginManagement>
>       <plugins>
>         <plugin>
>           <artifactId>maven-source-plugin</artifactId>
>         </plugin>
>       </plugins>
>     </pluginManagement>
>   </build>
> Thanks!

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to