You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flex.apache.org by "Erik de Bruin (JIRA)" <ji...@apache.org> on 2012/11/09 10:48:11 UTC

[jira] [Created] (FLEX-33245) Apache Flex Mavenizer needs a review of the licenses used

Erik de Bruin created FLEX-33245:
------------------------------------

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


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

[jira] [Commented] (FLEX-33245) Apache Flex Mavenizer needs a review of the licenses used

Posted by "Bertrand Delacretaz (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/FLEX-33245?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13493886#comment-13493886 ] 

Bertrand Delacretaz commented on FLEX-33245:
--------------------------------------------

As per http://apache.org/legal/resolved.html, CDDL is ok if dependencies are used in binary form, which is your case.

I'm not an expert in Maven plugins, but I wonder if the mavencentral restful interface is the right way - isn't there a way for a Maven plugin to find what's available using Maven Java APIs?
                
> 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

[jira] [Commented] (FLEX-33245) Apache Flex Mavenizer needs a review of the licenses used

Posted by "Bertrand Delacretaz (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/FLEX-33245?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13493947#comment-13493947 ] 

Bertrand Delacretaz commented on FLEX-33245:
--------------------------------------------

Ok fine, as I said I'm no expert in that stuff - and if a better way is found later that can always be changed.
                
> 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

[jira] [Commented] (FLEX-33245) Apache Flex Mavenizer needs a review of the licenses used

Posted by "Christofer Dutz (JIRA)" <ji...@apache.org>.
    [ 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