[ 
https://issues.apache.org/jira/browse/JSPWIKI-738?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13414616#comment-13414616
 ] 

Juan Pablo Santos Rodríguez commented on JSPWIKI-738:
-----------------------------------------------------

Using maven-ant-tasks to download all the required dependencies may not be the 
cleanest solution for current trunk:
* we would have to download maven-ant-tasks by other means
* freshcookies-security jar isn't on central/apache repos, so we would have to 
download it by other means
* would have to manage/configure transitive dependencies, which is easy for a 
Maven build, but not so when doing through maven-ant-tasks

Following up with the [JSPWiki status from July 2012 
report|http://mail-archives.apache.org/mod_mbox/incubator-general/201207.mbox/%[email protected]%3E],
 it seems that the easiest way would be to just download the libs from SVN, 
with a script similar to the Apache POI one, having in $SVN something like:

{noformat} $SVN
  + trunk
  + tags
  + branches
  + [...]
  + libs
     > main
     > test
{noformat} 

Regarding sonar & cobertura tasks, I would leave them as they are now, in order 
to avoid uploading LGPL libs to $SVN
                
> Dependencies should not be distributed with source archive
> ----------------------------------------------------------
>
>                 Key: JSPWIKI-738
>                 URL: https://issues.apache.org/jira/browse/JSPWIKI-738
>             Project: JSPWiki
>          Issue Type: Task
>    Affects Versions: 2.9
>            Reporter: Juan Pablo Santos Rodríguez
>             Fix For: 2.9
>
>
> As pointed out in the revision of the July 2012 incubation report, JSPWiki 
> ships binary dependencies in the source archive, which is contrary to Apache 
> principles.
> As we are downloading some dependencies in current trunk, I would take the 
> path of downloading all needed jars. 

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


Reply via email to