Author: michiel
Date: 2009-06-04 14:13:28 +0200 (Thu, 04 Jun 2009)
New Revision: 35722

Modified:
   mmbase/trunk/applications/taglib/pom.xml
Log:
didn't compile

Modified: mmbase/trunk/applications/taglib/pom.xml
===================================================================
--- mmbase/trunk/applications/taglib/pom.xml    2009-06-04 12:11:07 UTC (rev 
35721)
+++ mmbase/trunk/applications/taglib/pom.xml    2009-06-04 12:13:28 UTC (rev 
35722)
@@ -25,6 +25,7 @@
 
   <build>
     <plugins>
+      <!-- Doesn't work right now
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-assembly-plugin</artifactId>
@@ -43,7 +44,7 @@
           </execution>
         </executions>
       </plugin>
-
+      -->
       <plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>xml-maven-plugin</artifactId>
@@ -55,7 +56,7 @@
         <configuration>
           <transformationSets>
             <transformationSet>
-              <dir>${basedir}/src/org/mmbase/bridge/jsp/taglib</dir>
+              <dir>${basedir}/src/main/java/org/mmbase/bridge/jsp/taglib</dir>
               <stylesheet>${basedir}/../share/xslt/xml2tld.xslt</stylesheet>
               <parameters>
                 <parameter><name>version</name><value>2.0</value></parameter>
@@ -69,7 +70,7 @@
               </fileMappers>
             </transformationSet>
             <transformationSet>
-              <dir>${basedir}/src/org/mmbase/bridge/jsp/taglib</dir>
+              <dir>${basedir}/src/main/java/org/mmbase/bridge/jsp/taglib</dir>
               <stylesheet>${basedir}/../share/xslt/xml2tld.xslt</stylesheet>
               <includes><include>*.xml</include></includes>
               <fileMappers>

_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to