8000 Added pom files to build · javaee/jstl-api@d2de022 · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Feb 5, 2024. It is now read-only.

Commit d2de022

Browse files
author
Kin Man Chung
committed
Added pom files to build
Original author: dochez Date: 2008-02-01 00:09:00.055525+00:00 svn path=/trunk/; revision=7
1 parent d7e0850 commit d2de022

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

impl/pom.xml

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
3+
<parent>
4+
<groupId>org.glassfish.web</groupId>
5+
<artifactId>web</artifactId>
6+
<version>10.0-SNAPSHOT</version>
7+
</parent>
8+
<modelVersion>4.0.0</modelVersion>
9+
<artifactId>jstl-impl</artifactId>
10+
<packaging>hk2-jar</packaging>
11+
<name>Java Server (TM) TagLib Implementation</name>
12+
13+
<developers>
14+
<developer>
15+
<id>kchung</id>
16+
<name>Kin Man Chung</name>
17+
<url>http://blogs.sun.com/kchung/</url>
18+
<organization>Sun Microsystems, Inc.</organization>
19+
<roles>
20+
<role>lead</role>
21+
</roles>
22+
</developer>
23+
</developers>
24+
<dependencies>
25+
<dependency>
26+
<groupId>javax.servlet.jsp.jstl</groupId>
27+
<artifactId>jstl-api</artifactId>
28+
<version>${jstl-api.version}</version>
29+
</dependency>
30+
</dependencies>
31+
</project>

0 commit comments

Comments
 (0)
0