You are viewing a plain text version of this content. The canonical link for it is here.
Posted to taglibs-dev@jakarta.apache.org by ba...@apache.org on 2009/04/30 06:54:03 UTC

svn commit: r770063 - /jakarta/taglibs/proper/standard/trunk/pom.xml

Author: bayard
Date: Thu Apr 30 04:54:02 2009
New Revision: 770063

URL: http://svn.apache.org/viewvc?rev=770063&view=rev
Log:
Moved from buildable pom to an aggregator pom

Modified:
    jakarta/taglibs/proper/standard/trunk/pom.xml

Modified: jakarta/taglibs/proper/standard/trunk/pom.xml
URL: http://svn.apache.org/viewvc/jakarta/taglibs/proper/standard/trunk/pom.xml?rev=770063&r1=770062&r2=770063&view=diff
==============================================================================
--- jakarta/taglibs/proper/standard/trunk/pom.xml (original)
+++ jakarta/taglibs/proper/standard/trunk/pom.xml Thu Apr 30 04:54:02 2009
@@ -30,6 +30,8 @@
     <version>1-SNAPSHOT</version>
   </parent>
 
+  <packaging>pom</packaging>
+
   <artifactId>taglibs-standard</artifactId>
   <version>1.2-SNAPSHOT</version>
   <name>Jakarta Standard Taglib</name>
@@ -75,85 +77,10 @@
     <contributor><name>Robert Goff</name></contributor>
   </contributors>
 
-  <dependencies>
-    <dependency>
-      <groupId>javax.servlet</groupId>
-      <artifactId>servlet-api</artifactId>
-      <version>2.5</version>
-      <scope>provided</scope>
-    </dependency>
-    <dependency>
-      <groupId>javax.servlet.jsp</groupId>
-      <artifactId>jsp-api</artifactId>
-      <version>2.1</version>
-      <scope>provided</scope>
-    </dependency>
-    <dependency>
-      <groupId>javax.el</groupId>
-      <artifactId>el-api</artifactId>
-      <version>1.0</version>
-      <scope>provided</scope>
-    </dependency>
-    <dependency>
-      <groupId>xalan</groupId>
-      <artifactId>xalan</artifactId>
-      <version>2.7.1</version>
-      <scope>provided</scope>
-    </dependency>
-
-    <dependency>
-      <groupId>org.apache.cactus</groupId>
-      <artifactId>cactus.core.framework.javaEE.12-13-14</artifactId>
-      <version>1.8.1</version>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>junit</groupId>
-      <artifactId>junit</artifactId>
-      <version>3.8.2</version>
-      <scope>test</scope>
-    </dependency>
-  </dependencies> 
-
-  <build>
-    <resources>
-      <resource>
-        <directory>src</directory>
-        <targetPath>.</targetPath>
-      </resource>
-      <resource>
-        <directory>conf</directory>
-        <targetPath>META-INF</targetPath>
-      </resource>
-    </resources>
-    <plugins>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-compiler-plugin</artifactId>
-        <configuration>
-          <source>1.5</source>
-          <target>1.5</target>
-        </configuration>
-      </plugin>
-
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-surefire-plugin</artifactId>
-        <configuration>
-          <includes>
-            <include>org/apache/taglibs/standard/lang/jstl/test/StaticFunctionTests.java</include>
-            <include>org/apache/taglibs/standard/TestVersion.java</include>
-          </includes>
-          <excludes>
-            <!-- Old tests -->
-            <!-- Started failing for JSTL 1.2 -->
-            <exclude>org/apache/taglibs/standard/lang/jstl/test/EvaluationTest.java</exclude>
-            <!-- May never have passed -->
-            <exclude>org/apache/taglibs/standard/lang/jstl/test/ParserTest.java</exclude>
-          </excludes>
-        </configuration>
-      </plugin>
-    </plugins>
-  </build>
+  <modules>
+    <module>spec</module>
+    <module>impl</module>
+    <!--<module>standard-test</module>-->
+  </modules>
 
 </project>



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