Blair Nilsson created MLICENSE-29:
-------------------------------------

             Summary: THIRD-PARTY.properties should support wild cards.
                 Key: MLICENSE-29
                 URL: https://jira.codehaus.org/browse/MLICENSE-29
             Project: Mojo's License Maven Plugin
          Issue Type: Improvement
    Affects Versions: 1.0
            Reporter: Blair Nilsson
            Assignee: Tony Chemit
            Priority: Minor


THIRD-PARTY.properties can easily end up with a fragment looking like

org.json--json--1.0.0=
org.springframework--spring-aop--3.0.5.RELEASE=Apache License, Version 2.0
org.springframework--spring-asm--3.0.5.RELEASE=Apache License, Version 2.0
org.springframework--spring-aspects--3.0.5.RELEASE=Apache License, Version 2.0
org.springframework--spring-beans--3.0.5.RELEASE=Apache License, Version 2.0
org.springframework--spring-context--3.0.5.RELEASE=Apache License, Version 2.0
org.springframework--spring-context-support--3.0.5.RELEASE=Apache License, 
Version 2.0
org.springframework--spring-core--3.0.5.RELEASE=Apache License, Version 2.0
org.springframework--spring-expression--3.0.5.RELEASE=Apache License, Version 
2.0
org.springframework--spring-jdbc--3.0.5.RELEASE=Apache License, Version 2.0
org.springframework--spring-jms--3.0.5.RELEASE=Apache License, Version 2.0
org.springframework--spring-orm--3.0.5.RELEASE=Apache License, Version 2.0
org.springframework--spring-oxm--3.0.5.RELEASE=Apache License, Version 2.0
org.springframework--spring-test--3.0.5.RELEASE=Apache License, Version 2.0
org.springframework--spring-tx--3.0.5.RELEASE=Apache License, Version 2.0
org.springframework--spring-web--3.0.5.RELEASE=Apache License, Version 2.0
org.springframework--spring-webmvc--3.0.5.RELEASE=Apache License, Version 2.0
org.springframework.data--spring-data-commons-core--1.1.0.RELEASE=Apache 
License, Version 2.0
org.springframework.ldap--spring-ldap--1.3.0.RELEASE=Apache License, Version 2.0
org.springframework.ldap--spring-ldap-core--1.3.0.RELEASE=Apache License, 
Version 2.0
org.springframework.roo--org.springframework.roo.annotations--1.1.4.RELEASE=Apache
 License, Version 2.0
org.springframework.webflow--spring-js--2.2.1.RELEASE=Apache License, Version 
2.0
org.springframework.webflow--spring-js-resources--2.2.1.RELEASE=Apache License, 
Version 2.0
org.springframework.ws--spring-ws-core--2.0.1.RELEASE=Apache License, Version 
2.0
org.springframework.ws--spring-ws-test--2.0.1.RELEASE=Apache License, Version 
2.0
org.springframework.ws--spring-xml--2.0.1.RELEASE=Apache License, Version 2.0
org.xhtmlrenderer--core-renderer--R8=

Since we know everything from org.springframework uses the apache 2 license, it 
would be much nicer to be able to have -

org.json--json--1.0.0=
org.springframework*=Apache License, Version 2.0
org.xhtmlrenderer--core-renderer--R8=



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

        

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to