Author: michiel
Date: 2010-02-05 17:57:06 +0100 (Fri, 05 Feb 2010)
New Revision: 40880
Modified:
mmbase/trunk/applications/searchrelate/Makefile
mmbase/trunk/applications/searchrelate/pom.xml
Log:
using maven for tlddoc
Modified: mmbase/trunk/applications/searchrelate/Makefile
===================================================================
--- mmbase/trunk/applications/searchrelate/Makefile 2010-02-05 16:12:07 UTC
(rev 40879)
+++ mmbase/trunk/applications/searchrelate/Makefile 2010-02-05 16:57:06 UTC
(rev 40880)
@@ -1,17 +1,10 @@
-
-# the maven plugin seems not to be able to do sufficiently
-# It'll cost me lots of time to fix the plugin or find work arounds.
-
-# This works well, and is only a few lines.
# Make rocks...
-.PHONY: clean
+.PHONY: out
out:
- java -jar taglibrarydoc-1_3/tlddoc.jar
target/mmbase-searchrelate-1.9-SNAPSHOT.war
- rsync -ra out/* mmbase.org:web/tags/mm/searchrelate
+ mvn package
+ rsync -ra target/site/tlddoc/* mmbase.org:web/tags/mm/searchrelate
-clean:
- rm -r out
Modified: mmbase/trunk/applications/searchrelate/pom.xml
===================================================================
--- mmbase/trunk/applications/searchrelate/pom.xml 2010-02-05 16:12:07 UTC
(rev 40879)
+++ mmbase/trunk/applications/searchrelate/pom.xml 2010-02-05 16:57:06 UTC
(rev 40880)
@@ -58,6 +58,21 @@
</executions>
</plugin>
-->
+ <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>
@@ -67,20 +82,23 @@
<version>1.7.2-1</version>
<type>war</type>
</dependency>
+
+ <!--
<dependency>
<groupId>org.mmbase.jquery</groupId>
<artifactId>jquery-form</artifactId>
<version>2.36</version>
<type>war</type>
</dependency>
- <!--
+ -->
+
+ <!-- ajax file upload is easier if you want to just upload -->
<dependency>
<groupId>org.mmbase.jquery</groupId>
<artifactId>ajaxfileupload</artifactId>
<version>1.0-beta1</version>
<type>war</type>
</dependency>
- -->
</dependencies>
</project>
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs