Author: michiel
Date: 2010-02-08 16:46:22 +0100 (Mon, 08 Feb 2010)
New Revision: 40903

Added:
   mmbase/trunk/applications/resources/Makefile
Modified:
   mmbase/trunk/applications/resources/pom.xml
Log:
arrangment to put taglib doc online

Added: mmbase/trunk/applications/resources/Makefile
===================================================================
--- mmbase/trunk/applications/resources/Makefile                                
(rev 0)
+++ mmbase/trunk/applications/resources/Makefile        2010-02-08 15:46:22 UTC 
(rev 40903)
@@ -0,0 +1,10 @@
+# Make rocks...
+
+.PHONY: out
+
+
+out:
+       mvn package
+       rsync -ra target/site/tlddoc/* mmbase.org:web/tags/mm/resources
+
+

Modified: mmbase/trunk/applications/resources/pom.xml
===================================================================
--- mmbase/trunk/applications/resources/pom.xml 2010-02-08 15:45:28 UTC (rev 
40902)
+++ mmbase/trunk/applications/resources/pom.xml 2010-02-08 15:46:22 UTC (rev 
40903)
@@ -23,7 +23,27 @@
     <jai.version>1.1.3</jai.version>
   </properties>
 
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>net.sourceforge.maven-taglib</groupId>
+        <artifactId>maven-taglib-plugin</artifactId>
+        <configuration>
+          <dontRecurseIntoSubdirs>true</dontRecurseIntoSubdirs>
+        </configuration>
+        <executions>
+          <execution>
+            <goals>
+              <goal>taglibdocjar</goal>
+            </goals>
+          </execution>
+        </executions>
+      </plugin>
+    </plugins>
+  </build>
 
+
+
   <dependencies>
     <dependency>
       <groupId>javax.media</groupId>

_______________________________________________
Cvs mailing list
Cvs@lists.mmbase.org
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to