Uploaded image for project: 'FtpServer'
  1. FtpServer
  2. FTPSERVER-66

Create source jars with maven build.

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 1.0.0-M1
    • 1.0.0-M2
    • None
    • None

    Description

      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!

      Attachments

        Activity

          People

            niklas Niklas Therning
            tailwaggers Mark Reynolds
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: