You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Philippe Laflamme (JIRA)" <ji...@apache.org> on 2010/03/10 17:29:27 UTC

[jira] Created: (VFS-303) Source JAR file is not deployed

Source JAR file is not deployed
-------------------------------

                 Key: VFS-303
                 URL: https://issues.apache.org/jira/browse/VFS-303
             Project: Commons VFS
          Issue Type: Bug
    Affects Versions: 2.0
            Reporter: Philippe Laflamme


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

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