-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTODO
More file actions
18 lines (15 loc) · 648 Bytes
/
TODO
File metadata and controls
18 lines (15 loc) · 648 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
TODO
====
- The merge tool reports a lot of JARs that are signed twice during the
build. Find a way to get rid of these messages.
- Add a tool to convert the M2 repo in tmp/ into something suitable for
Nexus
DONE
====
* Instead of overwriting a dependency, move it into a profile so users
can decide which one to use
* Patches to delete dependencies
* Analysis tool
* Create a POM with a dependencyManagement element that contains all the
versions of all POMs in this repo, suitable for using it to
import dependencies (see http://maven.apache.org/guides/introduction/introduction-to-dependency-mechanism.html#Importing_Dependencies)