-*- outline -*-


* TASKS

** Remove deprecated code when it's no longer used
   git grep -i @''deprecated

** Remove all references to "depmap" from documentation

** Include ivy-local in package diagram

** Add more tests for new metadata

** Test/improve Ivy support in mvn_artifact

** Move POM related classes from artifact.py to separate (sub)module/library(?)

** Update documentation - it still refers to %{_mavendepmapfragdir} and so on

** changes around OSGi prov/req generators need some tests

** implement recommends and suggests generators

* BUGS

** Add testcase for pom properties with whitespace

** Fix version in python/setup.py

** builddep.py bug

   Traceback (most recent call last):
     File "java-utils/builddep.py", line 65, in <module>
       art = Artifact.from_xml_element(dep)
     File "/usr/lib/python2.7/site-packages/javapackages/artifact.py", line 193, in from_xml_element
       parts[key] = node.text.strip()

** Implement additional test cases

   https://bugzilla.redhat.com/buglist.cgi?product=Fedora&component=javapackages-tools&keywords=NeedsTestCase

** $ python3 mvn_macros_test.py
   test_rpmbuild.py:94: ResourceWarning: unclosed file <_io.TextIOWrapper name='tmpout' mode='w' encoding='UTF-8'>
     outfile = open("tmpout", 'r+')


* FEATURES
