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.

Reply via email to