You are viewing a plain text version of this content. The canonical link for it is here.
Posted to ftpserver-dev@incubator.apache.org by "Niklas Gustavsson (JIRA)" <ji...@apache.org> on 2007/02/25 20:43:05 UTC

[jira] Closed: (FTPSERVER-66) Create source jars with maven build.

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

Niklas Gustavsson closed FTPSERVER-66.
--------------------------------------

       Resolution: Won't Fix
    Fix Version/s:     (was: 1.0-M1)

> 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
>
> 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.