Author: michiel Date: 2009-09-08 18:33:15 +0200 (Tue, 08 Sep 2009) New Revision: 38518
Modified: mmbase/trunk/applications/pom.xml mmbase/trunk/applications/taglib/pom.xml Log: correcting the scm properties Modified: mmbase/trunk/applications/pom.xml =================================================================== --- mmbase/trunk/applications/pom.xml 2009-09-08 16:29:22 UTC (rev 38517) +++ mmbase/trunk/applications/pom.xml 2009-09-08 16:33:15 UTC (rev 38518) @@ -46,6 +46,10 @@ </dependencies> + <scm> + <url>https://scm.mmbase.org/mmbase/trunk/applications/</url> + </scm> + <build> <plugins> <plugin> @@ -94,6 +98,7 @@ <module>media</module> <module>notifications</module> <module>searchrelate</module> + <module>searchrelate/example-webapp</module> <module>richtext</module> <module>richtext/content</module> Modified: mmbase/trunk/applications/taglib/pom.xml =================================================================== --- mmbase/trunk/applications/taglib/pom.xml 2009-09-08 16:29:22 UTC (rev 38517) +++ mmbase/trunk/applications/taglib/pom.xml 2009-09-08 16:33:15 UTC (rev 38518) @@ -22,6 +22,11 @@ from MMBase. You will probably always use this component. </description> + + <scm> + <url>https://scm.mmbase.org/mmbase/trunk/applications/taglib</url> + </scm> + <build> <resources> <resource> @@ -116,6 +121,19 @@ </transformationSets> </configuration> </plugin> + <!-- + <plugin> + <groupId>net.sourceforge.maven-taglib</groupId> + <artifactId>maven-taglib-plugin</artifactId> + <executions> + <execution> + <goals> + <goal>taglibdocjar</goal> + </goals> + </execution> + </executions> + </plugin> + --> </plugins> </build> _______________________________________________ Cvs mailing list [email protected] http://lists.mmbase.org/mailman/listinfo/cvs
