[
https://issues.apache.org/jira/browse/VFS-303?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Thomas Neidhart resolved VFS-303.
---------------------------------
Resolution: Invalid
The source jars are available from the standard maven repository, see
http://repo1.maven.org/maven2/org/apache/commons/commons-vfs2/2.0/commons-vfs2-2.0-sources.jar
> 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.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira