Blame SOURCES/commons-el-1.0.pom

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