- Added TODO/FIXME comments in pom file.

git-svn-id: https://svn.apache.org/repos/asf/maven/plugins/trunk@1622856 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index e472391..31a9409 100644
--- a/pom.xml
+++ b/pom.xml
@@ -152,6 +152,7 @@
     </dependency>
 
     <!-- plexus -->
+    <!-- TODO: Check for update to 2.4.4 -->
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-archiver</artifactId>
@@ -167,6 +168,7 @@
       <artifactId>file-management</artifactId>
       <version>1.2.1</version>
     </dependency>
+    <!-- TODO: Check if we can remove this dependency. -->
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-container-default</artifactId>
@@ -179,6 +181,7 @@
     </dependency>
 
     <!-- shared -->
+    <!-- FIXME: Before we can release we need either go down to 1.4 or release maven-shared component first. -->
     <dependency>
       <groupId>org.apache.maven.shared</groupId>
       <artifactId>maven-dependency-analyzer</artifactId>