Blame SOURCES/commons-el-1.0.pom

73c188
<project>
73c188
  <modelVersion>4.0.0</modelVersion>
73c188
  <groupId>commons-el</groupId>
73c188
  <artifactId>commons-el</artifactId>
73c188
  <name>EL</name>
73c188
  <version>1.0</version>
73c188
  <description>JSP 2.0 Expression Language Interpreter Implementation</description>
73c188
  <url>http://jakarta.apache.org/commons/el/</url>
73c188
  <issueManagement>
73c188
    <url>http://issues.apache.org/bugzilla/</url>
73c188
  </issueManagement>
73c188
  <ciManagement>
73c188
    <notifiers>
73c188
      <notifier>
73c188
        <address>commons-dev@jakarta.apache.org</address>
73c188
      </notifier>
73c188
    </notifiers>
73c188
  </ciManagement>
73c188
  <inceptionYear>2003</inceptionYear>
73c188
  <mailingLists>
73c188
    <mailingList>
73c188
      <name>Commons Dev List</name>
73c188
      <subscribe>commons-dev-subscribe@jakarta.apache.org</subscribe>
73c188
      <unsubscribe>commons-dev-unsubscribe@jakarta.apache.org</unsubscribe>
73c188
      <archive>http://mail-archives.apache.org/eyebrowse/SummarizeList?listName=commons-dev@jakarta.apache.org</archive>
73c188
    </mailingList>
73c188
    <mailingList>
73c188
      <name>Commons User List</name>
73c188
      <subscribe>commons-user-subscribe@jakarta.apache.org</subscribe>
73c188
      <unsubscribe>commons-user-unsubscribe@jakarta.apache.org</unsubscribe>
73c188
      <archive>http://mail-archives.apache.org/eyebrowse/SummarizeList?listName=commons-user@jakarta.apache.org</archive>
73c188
    </mailingList>
73c188
  </mailingLists>
73c188
  <developers>
73c188
    <developer>
73c188
      <id>arista</id>
73c188
      <name>Nathan Abramson</name>
73c188
      <email>arista@alum.mit.edu</email>
73c188
      <organization>Massachusetts Institute of Technology</organization>
73c188
    </developer>
73c188
    <developer>
73c188
      <id>shawn</id>
73c188
      <name>Shawn Bayern</name>
73c188
      <email>shawn@apache.org</email>
73c188
      <organization>Apache Software Foundation</organization>
73c188
    </developer>
73c188
    <developer>
73c188
      <id>pierred</id>
73c188
      <name>Pierre Delisle</name>
73c188
      <email>pierre.delisle@sun.com</email>
73c188
      <organization>Sun Microsystems, Inc.</organization>
73c188
    </developer>
73c188
    <developer>
73c188
      <id>craigmcc</id>
73c188
      <name>Craig McClanahan</name>
73c188
      <email>craigmcc@apache.org</email>
73c188
      <organization>Apache Software Foundation</organization>
73c188
    </developer>
73c188
    <developer>
73c188
      <id>luehe</id>
73c188
      <name>Jan Luehe</name>
73c188
      <email>jan.luehe@sun.com</email>
73c188
      <organization>Sun Microsystems, Inc.</organization>
73c188
    </developer>
73c188
  </developers>
73c188
  <licenses>
73c188
    <license>
73c188
      <name>The Apache Software License, Version 2.0</name>
73c188
      <url>/LICENSE.txt</url>
73c188
    </license>
73c188
  </licenses>
73c188
  <scm>
73c188
    <connection>scm:svn:http://svn.apache.org/repos/asf/jakarta/commons/proper/el/trunk</connection>
73c188
    <url>http://svn.apache.org/repos/asf/jakarta/commons/proper/el/trunk</url>
73c188
  </scm>
73c188
  <organization>
73c188
    <name>The Apache Software Foundation</name>
73c188
    <url>http://jakarta.apache.org</url>
73c188
  </organization>
73c188
  <build>
73c188
    <sourceDirectory>src/java</sourceDirectory>
73c188
    <testSourceDirectory>src/test</testSourceDirectory>
73c188
    <plugins>
73c188
      <plugin>
73c188
        <artifactId>maven-surefire-plugin</artifactId>
73c188
        <configuration>
73c188
          <includes>
73c188
            <include>**/*Test.java</include>
73c188
          </includes>
73c188
        </configuration>
73c188
      </plugin>
73c188
    </plugins>
73c188
  </build>
73c188
  <dependencies>
73c188
    <dependency>
73c188
      <groupId>servletapi</groupId>
73c188
      <artifactId>servletapi</artifactId>
73c188
      <version>2.4-20040521</version>
73c188
      <scope>provided</scope> 
73c188
    </dependency>
73c188
    <dependency>
73c188
      <groupId>jspapi</groupId>
73c188
      <artifactId>jsp-api</artifactId>
73c188
      <version>2.0-20040521</version>
73c188
      <scope>provided</scope> 
73c188
    </dependency>
73c188
    <dependency>
73c188
      <groupId>commons-logging</groupId>
73c188
      <artifactId>commons-logging</artifactId>
73c188
      <version>1.0.3</version>
73c188
    </dependency>
73c188
  </dependencies>
73c188
  <distributionManagement>
73c188
    <repository>
73c188
      <id>default</id>
73c188
      <name>Default Repository</name>
73c188
      <url>file:///www/jakarta.apache.org/builds/jakarta-commons/el/</url>
73c188
    </repository>
73c188
    <site>
73c188
      <id>default</id>
73c188
      <name>Default Site</name>
73c188
      <url>scp://jakarta.apache.org//www/jakarta.apache.org/commons/el/</url>
73c188
    </site>
73c188
  </distributionManagement>
73c188
</project>