Author: pbenedict Date: Thu Jun 19 14:29:26 2014 New Revision: 1603890 URL: http://svn.apache.org/r1603890 Log: Maven 3 support with updated dependencies
Added: struts/struts1/branches/STRUTS_1_2_BRANCH/pom.xml (with props) Added: struts/struts1/branches/STRUTS_1_2_BRANCH/pom.xml URL: http://svn.apache.org/viewvc/struts/struts1/branches/STRUTS_1_2_BRANCH/pom.xml?rev=1603890&view=auto ============================================================================== --- struts/struts1/branches/STRUTS_1_2_BRANCH/pom.xml (added) +++ struts/struts1/branches/STRUTS_1_2_BRANCH/pom.xml Thu Jun 19 14:29:26 2014 @@ -0,0 +1,274 @@ +<?xml version="1.0" encoding="UTF-8"?> +<project> + <modelVersion>4.0.0</modelVersion> + <groupId>struts</groupId> + <artifactId>struts</artifactId> + <name>struts</name> + <version>1.2.10</version> + <description>The core of the Struts framework is a flexible control layer based on standard technologies like Java Servlets, JavaBeans, ResourceBundles, and Extensible Markup Language (XML), as well as various Jakarta Commons packages. Struts encourages application architectures based on the Model 2 approach, a variation of the classic Model-View-Controller (MVC) design paradigm. Struts provides its own Controller component and integrates with other technologies to provide the Model and the View. For the Model, Struts can interact with any standard data access technology, including Enterprise Java Beans, JDBC, and Object Relational Bridge. For the View, Struts works well with JavaServer Pages, including JSTL and JSF, as well as Velocity Templates, XSLT, and other presentation systems. The Struts framework provides the invisible underpinnings every professional web application needs to survive. Struts helps you create an extensible development environment for your application, base d on published standards and proven design patterns.</description> + <url>http://struts.apache.org/</url> + <issueManagement> + <url>http://issues.apache.org/bugzilla/</url> + </issueManagement> + <ciManagement> + <notifiers> + <notifier> + <configuration> + <address>d...@struts.apache.org</address> + </configuration> + </notifier> + </notifiers> + </ciManagement> + <inceptionYear>2000</inceptionYear> + <mailingLists> + <mailingList> + <name>Struts User List</name> + <subscribe>user-subscr...@struts.apache.org</subscribe> + <unsubscribe>user-unsubscr...@struts.apache.org</unsubscribe> + <archive>http://mail-archives.apache.org/mod_mbox/struts-user/</archive> + </mailingList> + <mailingList> + <name>Struts Developer List</name> + <subscribe>dev-subscr...@struts.apache.org</subscribe> + <unsubscribe>dev-unsubscr...@struts.apache.org</unsubscribe> + <archive>http://mail-archives.apache.org/mod_mbox/struts-dev/</archive> + </mailingList> + </mailingLists> + <developers> + <developer> + <id>craigmcc</id> + <name>Craig R. McClanahan</name> + <email>craigmcc at apache.org</email> + <organization></organization> + </developer> + <developer> + <id>husted</id> + <name>Ted Husted</name> + <email>husted at apache.org</email> + <organization></organization> + </developer> + <developer> + <id>rleland</id> + <name>Rob Leland</name> + <email>rleland at apache.org</email> + <organization></organization> + </developer> + <developer> + <id>cedric</id> + <name>Cedric Dumoulin</name> + <email>cedric.dumoulin at lifl.fr</email> + <organization></organization> + </developer> + <developer> + <id>martinc</id> + <name>Martin Cooper</name> + <email>martinc at apache.org</email> + <organization></organization> + </developer> + <developer> + <id>arron</id> + <name>Arron Bates</name> + <email>arron at apache.org</email> + <organization></organization> + </developer> + <developer> + <id>jholmes</id> + <name>James Holmes</name> + <email>jholmes at apache.org</email> + <organization></organization> + </developer> + <developer> + <id>dmkarr</id> + <name>David M. Karr</name> + <email>dmkarr at apache.org</email> + <organization></organization> + </developer> + <developer> + <id>ekbush</id> + <name>Eddie Bush</name> + <email>ekbush at apache.org</email> + <organization></organization> + </developer> + <developer> + <id>dgraham</id> + <name>David Graham</name> + <email>dgraham at apache.org</email> + <organization></organization> + </developer> + <developer> + <id>jmitchell</id> + <name>James Mitchell</name> + <email>jmitchell at apache.org</email> + <organization></organization> + </developer> + <developer> + <id>turner</id> + <name>James Turner</name> + <email>turner at blackbear.com</email> + <organization></organization> + </developer> + <developer> + <id>sraeburn</id> + <name>Steve Raeburn</name> + <email>sraeburn at apache.org</email> + <organization></organization> + </developer> + <developer> + <id>mrdon</id> + <name>Don Brown</name> + <email>mrdon at apache.org</email> + <organization></organization> + </developer> + <developer> + <id>germuska</id> + <name>Joe Germuska</name> + <email>germuska at apache.org</email> + <organization></organization> + </developer> + <developer> + <id>niallp</id> + <name>Niall Pemberton</name> + <email>niallp at apache.org</email> + <organization></organization> + </developer> + <developer> + <id>pbenedict</id> + <name>Paul Benedict</name> + <email>pbenedict at apache.org</email> + <organization></organization> + </developer> + </developers> + <scm> + <connection>scm|svn|http|//svn.apache.org/repos/asf/struts/struts1/branches/STRUTS_1_2_BRANCH/</connection> + <developerConnection>scm|svn|https|//svn.apache.org/repos/asf/struts/struts1/branches/STRUTS_1_2_BRANCH/</developerConnection> + <url>http://svn.apache.org/repos/asf/struts/struts1/branches/STRUTS_1_2_BRANCH/</url> + </scm> + <organization> + <name>The Apache Software Foundation</name> + <url>http://struts.apache.org/</url> + </organization> + <build> + <sourceDirectory>src/share</sourceDirectory> + <testSourceDirectory>src/test</testSourceDirectory> + <resources> + <resource> + <directory>${basedir}/src/share</directory> + <includes> + <include>**/*.properties</include> + </includes> + </resource> + </resources> + <testResources> + <testResource> + <targetPath>org/apache/struts/resources</targetPath> + <directory>${basedir}/conf/share</directory> + <includes> + <include>**/*.xml</include> + <include>**/*.dtd</include> + </includes> + </testResource> + <testResource> + <directory>${basedir}/src/test</directory> + <includes> + <include>**/*.xml</include> + </includes> + </testResource> + </testResources> + <plugins> + <plugin> + <artifactId>maven-compiler-plugin</artifactId> + <version>3.1</version> + <configuration> + <source>1.5</source> + <target>1.5</target> + </configuration> + </plugin> + <plugin> + <artifactId>maven-surefire-plugin</artifactId> + <version>2.1.17</version> + <configuration> + <includes> + <include>org/apache/struts/action/TestDynaActionForm.java</include> + <include>org/apache/struts/action/TestDynaActionFormClass.java</include> + <include>org/apache/struts/config/TestModuleConfig.java</include> + <include>org/apache/struts/config/TestActionConfigMatcher.java</include> + <include>org/apache/struts/util/Test*.java</include> + </includes> + </configuration> + </plugin> + </plugins> + </build> + <dependencies> + <dependency> + <groupId>commons-beanutils</groupId> + <artifactId>commons-beanutils</artifactId> + <version>1.9.2</version> + </dependency> + <dependency> + <groupId>commons-digester</groupId> + <artifactId>commons-digester</artifactId> + <version>1.6</version> + </dependency> + <dependency> + <groupId>commons-fileupload</groupId> + <artifactId>commons-fileupload</artifactId> + <version>1.3.1</version> + </dependency> + <dependency> + <groupId>commons-logging</groupId> + <artifactId>commons-logging</artifactId> + <version>1.0.4</version> + </dependency> + <dependency> + <groupId>commons-validator</groupId> + <artifactId>commons-validator</artifactId> + <version>1.1.4</version> + </dependency> + <dependency> + <groupId>oro</groupId> + <artifactId>oro</artifactId> + <version>2.0.7</version> + </dependency> + <dependency> + <groupId>xml-apis</groupId> + <artifactId>xml-apis</artifactId> + <version>2.0.2</version> + <scope>provided</scope> + </dependency> + <dependency> + <groupId>antlr</groupId> + <artifactId>antlr</artifactId> + <version>2.7.2</version> + </dependency> + <dependency> + <groupId>javax.servlet</groupId> + <artifactId>servlet-api</artifactId> + <version>2.2</version> + <scope>provided</scope> + </dependency> + <dependency> + <groupId>junit</groupId> + <artifactId>junit</artifactId> + <version>3.8.1</version> + <scope>test</scope> + </dependency> + <dependency> + <groupId>cactus</groupId> + <artifactId>cactus</artifactId> + <version>12-1.4.1</version> + <scope>test</scope> + </dependency> + <dependency> + <groupId>cactus</groupId> + <artifactId>cactus-ant</artifactId> + <version>1.4.1</version> + <scope>test</scope> + </dependency> + <dependency> + <groupId>xalan</groupId> + <artifactId>xalan</artifactId> + <version>2.5.1</version> + <scope>compile</scope> + </dependency> + </dependencies> +</project> \ No newline at end of file Propchange: struts/struts1/branches/STRUTS_1_2_BRANCH/pom.xml ------------------------------------------------------------------------------ svn:eol-style = native Propchange: struts/struts1/branches/STRUTS_1_2_BRANCH/pom.xml ------------------------------------------------------------------------------ svn:keywords = Date Author Id Revision HeadURL