Author: olamy Date: Fri Nov 4 16:51:54 2011 New Revision: 1197648 URL: http://svn.apache.org/viewvc?rev=1197648&view=rev Log: add an aggregator pom to build all projects in once
Added: tomcat/taglibs/trunks/pom.xml (with props) Added: tomcat/taglibs/trunks/pom.xml URL: http://svn.apache.org/viewvc/tomcat/taglibs/trunks/pom.xml?rev=1197648&view=auto ============================================================================== --- tomcat/taglibs/trunks/pom.xml (added) +++ tomcat/taglibs/trunks/pom.xml Fri Nov 4 16:51:54 2011 @@ -0,0 +1,28 @@ +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> + <modelVersion>4.0.0</modelVersion> + <groupId>org.apache.tomcat.taglibs</groupId> + <artifactId>taglibs-aggregator</artifactId> + <packaging>pom</packaging> + <version>1.0-SNAPSHOT</version> + <name>Taglibs Aggregator Project</name> + + <modules> + <module>taglibs-parent</module> + <module>standard</module> + <module>rdc</module> + <module>extended</module> + <module>site</module> + </modules> + <build> + <plugins> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-deploy-plugin</artifactId> + <version>2.6</version> + <configuration> + <skip>true</skip> + </configuration> + </plugin> + </plugins> + </build> +</project> Propchange: tomcat/taglibs/trunks/pom.xml ------------------------------------------------------------------------------ svn:eol-style = native Propchange: tomcat/taglibs/trunks/pom.xml ------------------------------------------------------------------------------ svn:keywords = Author Date Id Revision --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org