You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by jb...@apache.org on 2013/09/20 03:59:18 UTC

svn commit: r1524886 - in /tomcat/taglibs/standard/trunk: doc/ pom.xml

Author: jboynes
Date: Fri Sep 20 01:59:18 2013
New Revision: 1524886

URL: http://svn.apache.org/r1524886
Log:
remove old taglibs doc tree as the docs are now in site

Removed:
    tomcat/taglibs/standard/trunk/doc/
Modified:
    tomcat/taglibs/standard/trunk/pom.xml

Modified: tomcat/taglibs/standard/trunk/pom.xml
URL: http://svn.apache.org/viewvc/tomcat/taglibs/standard/trunk/pom.xml?rev=1524886&r1=1524885&r2=1524886&view=diff
==============================================================================
--- tomcat/taglibs/standard/trunk/pom.xml (original)
+++ tomcat/taglibs/standard/trunk/pom.xml Fri Sep 20 01:59:18 2013
@@ -90,5 +90,26 @@
     <module>standard-test</module>
 -->
   </modules>
-
+  <profiles>
+    <profile>
+      <id>apache-release</id>
+      <build>
+        <plugins>
+          <plugin>
+            <groupId>org.apache.rat</groupId>
+            <artifactId>apache-rat-plugin</artifactId>
+            <version>0.10</version>
+            <executions>
+              <execution>
+                <phase>verify</phase>
+                <goals>
+                  <goal>check</goal>
+                </goals>
+              </execution>
+            </executions>
+          </plugin>
+        </plugins>
+      </build>
+    </profile>
+  </profiles>
 </project>



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