You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by ca...@apache.org on 2011/11/22 12:11:50 UTC

svn commit: r1204921 - /incubator/jena/Jena2/JenaDist/trunk/TODO.txt

Author: castagna
Date: Tue Nov 22 11:11:49 2011
New Revision: 1204921

URL: http://svn.apache.org/viewvc?rev=1204921&view=rev
Log: (empty)

Modified:
    incubator/jena/Jena2/JenaDist/trunk/TODO.txt

Modified: incubator/jena/Jena2/JenaDist/trunk/TODO.txt
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/JenaDist/trunk/TODO.txt?rev=1204921&r1=1204920&r2=1204921&view=diff
==============================================================================
--- incubator/jena/Jena2/JenaDist/trunk/TODO.txt (original)
+++ incubator/jena/Jena2/JenaDist/trunk/TODO.txt Tue Nov 22 11:11:49 2011
@@ -4,3 +4,11 @@ TODO
 1. Pros/cons of <dependencies>+<dependencySets> vs. <modules>+<moduleSets>?
 
 2. How can we produce one jar with|without dependencies?
+
+   See also:
+
+    - http://maven.apache.org/plugins/maven-assembly-plugin/descriptor-refs.html#jar-with-dependencies
+    - http://maven.apache.org/plugins/maven-shade-plugin/
+    - http://code.google.com/p/jarjar/
+    - http://code.google.com/p/onejar-maven-plugin/
+    - ...