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

Christofer Dutz commented on FLEX-33245:
----------------------------------------

As far as I know there is no way for Maven to do a "Give me the artifact for 
this file". All we have is a file-name and this doesn't even match the offifial 
artifact name. So creating a checksum and using that to query was the only way 
to find out if a file was deployed previously ... an alternative would be to 
deploy everythin in "org.apache.flex.compiler", but I thought that of being bad 
style polluting maven repos with multiple versions of the same artifacts with 
different names (Could result in really ugly classpath clashes)
                
> Apache Flex Mavenizer needs a review of the licenses used
> ---------------------------------------------------------
>
>                 Key: FLEX-33245
>                 URL: https://issues.apache.org/jira/browse/FLEX-33245
>             Project: Apache Flex
>          Issue Type: Sub-task
>            Reporter: Erik de Bruin
>              Labels: flex, mavenizer
>
> Ok ... after some feedback from Erik I saw that I am using 2 Libs (rest is 
> plain old JSE):
> - jettison (Under Apache 2.0 license)
> - jersey (CDDL 1.1 and GPL 2 with CPE)
> I am using both in order to query the Rest interface of mavencentral for 
> searching of allready available versions of libs in the compilers libs.
> I could possibly us an Apache compatable Rest client (Googling showed me that 
> there's an Apache project: http://en.wikipedia.org/wiki/Apache_Wink)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to