Include license info in project pom
-----------------------------------

                 Key: IBATIS-611
                 URL: https://issues.apache.org/jira/browse/IBATIS-611
             Project: iBatis for Java
          Issue Type: Improvement
          Components: Build/Deployment
    Affects Versions: 2.3.4
            Reporter: Stevo Slavic


Please include license info in the project pom. As can be seen on project site, 
currently project is licensed under Apache License 2.0 so adding following to 
the pom should do:

        <licenses>
                <license>
                        <name>The Apache Software License, Version 2.0</name>
                        
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
                        <distribution>repo</distribution>
                </license>
        </licenses>


All this will improve how dependency to this project artifact is treated by all 
sorts of maven plug-ins and tools, like project info dependency report plugin, 
maven jboss license plugin, etc.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to