Maven Repository - POM file for XML struts 1.2.4 1.2.4

Summary

struts.

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....

Declaration

Here is the list of declaration for struts. If you use Maven you can use the following code to add the dependency for this POM file.

<dependency>
   <groupId>struts</groupId>
   <artifactId>struts</artifactId>
   <version>1.2.4</version>
</dependency>

If you think this Maven repository POM file listing for struts is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.





Depends on

The struts-1.2.4 has 15 dependencies.The most popular ones are listed in the following table along with their categories and number of artifacts depending on them.

CategoryArtifactDepended By Count
Data Structurecommons-beanutils 1.6.1
Java Bean Utililities
7
Data Structurecommons-collections 2.1
Commons Collections
44
XMLcommons-digester 1.5
The Digester package lets you configure an XML->Java object mapping module which triggers certain actions called rules whenever a particular pattern of nested XML elements is recognized.
8
Servletcommons-fileupload 1.0
The FileUpload component provides a simple yet flexible means of adding support for multipart file upload functionality to servlets and web applications.
13
Logcommons-logging 1.0.4
Commons Logging is a thin adapter allowing configurable bridging to other, well known logging systems.
273
XML Parserxml-apis 1.0.b2
xml-commons provides an Apache-hosted set of DOM, SAX, and JAXP interfaces for use in other xml-based projects. Our hope is that we can standardize on both a common version and packaging scheme for these critical XML standards interfaces to make the lives of both our developers ...
52
JUnitjunit 3.8.1
JUnit is a regression testing framework written by Erich Gamma and Kent Beck. It is used by the developer who implements unit tests in Java.
1966
Data Structurecommons-lang 2.0
Commons.Lang, a package of Java utility classes for the classes that are in java.lang's hierarchy, or are considered to be so standard as to justify existence in java.lang.
26

Plugin

The following plugins are used in the struts-1.2.4.jar

  1. surefire




Packages

The following packages are defined in the struts-1.2.4.jar

org.apache.struts
org.apache.struts.action
org.apache.struts.actions
org.apache.struts.config
org.apache.struts.config.impl
org.apache.struts.plugins
org.apache.struts.taglib
org.apache.struts.taglib.bean
org.apache.struts.taglib.html
org.apache.struts.taglib.logic
org.apache.struts.taglib.nested
org.apache.struts.taglib.nested.bean
org.apache.struts.taglib.nested.html
org.apache.struts.taglib.nested.logic
org.apache.struts.taglib.tiles
org.apache.struts.taglib.tiles.util
org.apache.struts.tiles
org.apache.struts.tiles.actions
org.apache.struts.tiles.beans
org.apache.struts.tiles.definition
org.apache.struts.tiles.xmlDefinition
org.apache.struts.upload
org.apache.struts.util
org.apache.struts.validator
org.apache.struts.validator.validwhen




POM File Source

Here is the content of the POM file.

<project>
  <modelVersion>4.0.0</modelVersion>
  <groupId>struts</groupId>
  <artifactId>struts</artifactId>
  <name>struts</name>
  <version>1.2.4</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, based 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>struts-dev@jakarta.apache.org</address>
        </configuration>
      </notifier>
    </notifiers>
  </ciManagement>
  <inceptionYear>2000</inceptionYear>
  <mailingLists>
    <mailingList>
      <name>Struts User List</name>
      <subscribe>user-subscribe@struts.apache.org</subscribe>
      <unsubscribe>user-unsubscribe@struts.apache.org</unsubscribe>
      <archive>http://mail-archives.apache.org/eyebrowse/SummarizeList?listId=42</archive>
    </mailingList>
    <mailingList>
      <name>Struts Developer List</name>
      <subscribe>dev-subscribe@struts.apache.org</subscribe>
      <unsubscribe>dev-unsubscribe@struts.apache.org</unsubscribe>
      <archive>http://mail-archives.apache.org/eyebrowse/SummarizeList?listId=41</archive>
    </mailingList>
  </mailingLists>
  
  <contributors>
    <contributor>
      <name>Tim Chen</name>
      <email>tchen at ampabay.rr.com</email>
      <organization></organization>
      <roles>
        <role></role>
      </roles>
    </contributor>
  </contributors>
  <scm>
    <connection>scm:cvs:pserver:anoncvs@cvs.apache.org:/home/cvspublic:jakarta-struts</connection>
    <developerConnection>scm:cvs:pserver:${cvs.developer.id}@${cvs.developer.host}:/home/cvs:jakarta-struts</developerConnection>
    <url>http://cvs.apache.org/viewcvs/jakarta-struts/</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>surefire</artifactId>
        <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.6.1</version>
    </dependency>
    <dependency>
      <groupId>commons-collections</groupId>
      <artifactId>commons-collections</artifactId>
      <version>2.1</version>
    </dependency>
    <dependency>
      <groupId>commons-digester</groupId>
      <artifactId>commons-digester</artifactId>
      <version>1.5</version>
    </dependency>
    <dependency>
      <groupId>commons-fileupload</groupId>
      <artifactId>commons-fileupload</artifactId>
      <version>1.0</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.3</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>1.0.b2</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>commons-lang</groupId>
      <artifactId>commons-lang</artifactId>
      <version>2.0</version>
    </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>provided</scope>
    </dependency>
  </dependencies>
  <distributionManagement>
    <repository>
      <id>default</id>
      <name>Default Repository</name>
      <url>file:///www/apache.mirrors.pair.com/jakarta/struts/</url>
    </repository>
    <site>
      <id>default</id>
      <name>Default Site</name>
      <url>scp://struts.apache.org//www/jakarta.apache.org/struts</url>
    </site>
  </distributionManagement>
</project>