You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by bu...@apache.org on 2005/01/31 03:39:25 UTC

svn commit: r149203 - in jakarta/commons/sandbox/feedparser/trunk: TODO project.xml xdocs/navigation.xml

Author: burton
Date: Sun Jan 30 18:39:22 2005
New Revision: 149203

URL: http://svn.apache.org/viewcvs?view=rev&rev=149203
Log:
more maven support for site generation

Modified:
    jakarta/commons/sandbox/feedparser/trunk/TODO
    jakarta/commons/sandbox/feedparser/trunk/project.xml
    jakarta/commons/sandbox/feedparser/trunk/xdocs/navigation.xml

Modified: jakarta/commons/sandbox/feedparser/trunk/TODO
URL: http://svn.apache.org/viewcvs/jakarta/commons/sandbox/feedparser/trunk/TODO?view=diff&r1=149202&r2=149203
==============================================================================
--- jakarta/commons/sandbox/feedparser/trunk/TODO (original)
+++ jakarta/commons/sandbox/feedparser/trunk/TODO Sun Jan 30 18:39:22 2005
@@ -27,6 +27,9 @@
 - (DONE) Rework the factory mechanism to support multiple FeedParsers... should
   be an interface.
 
+- Networking layer should support per-request UserAgent settings.  This should
+  just be a request header I think
+
 
 - Won't build with the maven version with Jaxen 1.0.  What version of Jaxen are
   we running?  This is a big problem if we can't figure this out.
@@ -34,6 +37,7 @@
     - The older betas are NOT present so I really don't have any way to figure
       this out... Do I?  When did I add it to NewsMonster?
 
+- Maven javadoc is broken.  Why is this?
 
 - Better Atom support:
 

Modified: jakarta/commons/sandbox/feedparser/trunk/project.xml
URL: http://svn.apache.org/viewcvs/jakarta/commons/sandbox/feedparser/trunk/project.xml?view=diff&r1=149202&r2=149203
==============================================================================
--- jakarta/commons/sandbox/feedparser/trunk/project.xml (original)
+++ jakarta/commons/sandbox/feedparser/trunk/project.xml Sun Jan 30 18:39:22 2005
@@ -19,6 +19,8 @@
 
     <currentVersion>0.5-beta</currentVersion>
 
+    <package>org.apache.commons.feedparser</package>
+    
     <versions>
     </versions>
 
@@ -100,5 +102,38 @@
         <dependency><id>xerces</id><version>2.0.2</version></dependency>
         
     </dependencies>
+
+    <build>
+        <nagEmailAddress>burton1@rojo.com</nagEmailAddress>
+        <sourceDirectory>src/java</sourceDirectory>
+    </build>
+
+    <reports>
+
+        <report>maven-changelog-plugin</report>
+        <report>maven-changes-plugin</report>
+
+        <!--
+        <report>maven-checkstyle-plugin</report>
+             -->
+
+        <!--
+        <report>maven-jcoverage-plugin</report>
+             -->
+
+        <report>maven-developer-activity-plugin</report>
+        <report>maven-file-activity-plugin</report>
+        <report>maven-javadoc-plugin</report>
+
+        <!--
+        <report>maven-junit-report-plugin</report>
+             -->
+
+        <report>maven-jxr-plugin</report>
+        <report>maven-license-plugin</report>
+
+        <!-- TODO PMD -->
+
+    </reports>
 
 </project>

Modified: jakarta/commons/sandbox/feedparser/trunk/xdocs/navigation.xml
URL: http://svn.apache.org/viewcvs/jakarta/commons/sandbox/feedparser/trunk/xdocs/navigation.xml?view=diff&r1=149202&r2=149203
==============================================================================
--- jakarta/commons/sandbox/feedparser/trunk/xdocs/navigation.xml (original)
+++ jakarta/commons/sandbox/feedparser/trunk/xdocs/navigation.xml Sun Jan 30 18:39:22 2005
@@ -14,6 +14,9 @@
             <item name="API Documentation"             
                   href="/apidocs/index.html"/>
 
+            <item name="Source XRef (JXR)"
+                  href="/xref/index.html"/>
+
             <item name="Wiki"                          
                   href="http://wiki.apache.org/jakarta-commons/FeedParser" />
         </menu>



---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org