Uploaded image for project: 'Commons VFS'
  1. Commons VFS
  2. VFS-303

Source JAR file is not deployed

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Invalid
    • 2.0
    • None
    • None

    Description

      The source JAR files are not being deployed on the maven repository. This is probably due to the plugin's configuration:

      <executions>
      <execution>
      <id>attach-sources</id>
      <phase>install</phase>
      <goals>
      <goal>jar</goal>
      </goals>
      </execution>
      </executions>

      The <phase> should be "package" instead of "install".

      Attachments

        Activity

          People

            Unassigned Unassigned
            plaflamme Philippe Laflamme
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: