1 |
<?xml version="1.0" encoding="UTF-8"?> |
2 |
|
3 |
<!-- |
4 |
DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. |
5 |
|
6 |
Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved. |
7 |
|
8 |
The contents of this file are subject to the terms of either the GNU |
9 |
General Public License Version 2 only ("GPL") or the Common Development |
10 |
and Distribution License("CDDL") (collectively, the "License"). You |
11 |
may not use this file except in compliance with the License. You can obtain |
12 |
a copy of the License at https://glassfish.dev.java.net/public/CDDL+GPL.html |
13 |
or glassfish/bootstrap/legal/LICENSE.txt. See the License for the specific |
14 |
language governing permissions and limitations under the License. |
15 |
|
16 |
When distributing the software, include this License Header Notice in each |
17 |
file and include the License file at glassfish/bootstrap/legal/LICENSE.txt. |
18 |
Sun designates this particular file as subject to the "Classpath" exception |
19 |
as provided by Sun in the GPL Version 2 section of the License file that |
20 |
accompanied this code. If applicable, add the following below the License |
21 |
Header, with the fields enclosed by brackets [] replaced by your own |
22 |
identifying information: "Portions Copyrighted [year] |
23 |
[name of copyright owner]" |
24 |
|
25 |
Contributor(s): |
26 |
|
27 |
If you wish your version of this file to be governed by only the CDDL or |
28 |
only the GPL Version 2, indicate your decision by adding "[Contributor] |
29 |
elects to include this software in this distribution under the [CDDL or GPL |
30 |
Version 2] license." If you don't indicate a single choice of license, a |
31 |
recipient has the option to distribute your version of this file under |
32 |
either the CDDL, the GPL Version 2 or to extend the choice of license to |
33 |
its licensees as provided above. However, if you add GPL Version 2 code |
34 |
and therefore, elected the GPL Version 2 license, then the option applies |
35 |
only if the new code is made subject to such option by the copyright |
36 |
holder. |
37 |
--> |
38 |
|
39 |
<project> |
40 |
<modelVersion>4.0.0</modelVersion> |
41 |
<groupId>com.sun.faces</groupId> |
42 |
<artifactId>jsf-impl</artifactId> |
43 |
<version>2.0.3-FCS</version> |
44 |
<packaging>jar</packaging> |
45 |
<name> |
46 |
Sun's implementation of the JSF 2.0 specification. |
47 |
</name> |
48 |
<description> |
49 |
This is the master POM file for Sun's Implementation of the JSF 2.0 Specification. |
50 |
</description> |
51 |
<url>http://java.sun.com/javaee/javaserverfaces/</url> |
52 |
<licenses> |
53 |
<license> |
54 |
<name> |
55 |
COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) plus GPL |
56 |
</name> |
57 |
<url>https://glassfish.dev.java.net/public/CDDL+GPL.html</url> |
58 |
<distribution>repo</distribution> |
59 |
</license> |
60 |
</licenses> |
61 |
<scm> |
62 |
<url>https://mojarra.dev.java.net/svn/mojarra</url> |
63 |
<connection>scm:svn:https://mojarra.dev.java.net/svn/mojarra</connection> |
64 |
</scm> |
65 |
<developers> |
66 |
<developer> |
67 |
<id>edburns</id> |
68 |
<name>Ed Burns</name> |
69 |
<email>ed.burns@sun.com</email> |
70 |
<organization>Sun Microsystems, Inc.</organization> |
71 |
<roles> |
72 |
<role>project-owner</role> |
73 |
</roles> |
74 |
<timezone>-6</timezone> |
75 |
</developer> |
76 |
<developer> |
77 |
<id>rlubke</id> |
78 |
<name>Ryan Lubke</name> |
79 |
<email>Ryan.Lubke@sun.com</email> |
80 |
<organization>Sun Microsystems, Inc.</organization> |
81 |
<roles> |
82 |
<role>project-owner</role> |
83 |
</roles> |
84 |
<timezone>-9</timezone> |
85 |
</developer> |
86 |
<developer> |
87 |
<id>rogerk</id> |
88 |
<name>Roger Kitain</name> |
89 |
<email>Roger.Kitain@sun.com</email> |
90 |
<organization>Sun Microsystems, Inc.</organization> |
91 |
<roles> |
92 |
<role>project-owner</role> |
93 |
</roles> |
94 |
<timezone>-6</timezone> |
95 |
</developer> |
96 |
<developer> |
97 |
<id>driscoll</id> |
98 |
<name>Jim Driscoll</name> |
99 |
<email>jim.dirscoll@sun.com</email> |
100 |
<organization>Sun Microsystems, Inc.</organization> |
101 |
<roles> |
102 |
<role>project-owner</role> |
103 |
</roles> |
104 |
<timezone>-9</timezone> |
105 |
</developer> |
106 |
</developers> |
107 |
<distributionManagement> |
108 |
<repository> |
109 |
<uniqueVersion>false</uniqueVersion> |
110 |
<id>java.net-maven2-repository</id> |
111 |
<url>java-net:/maven2-repository/trunk/repository/</url> |
112 |
</repository> |
113 |
</distributionManagement> |
114 |
<build> |
115 |
<defaultGoal>install</defaultGoal> |
116 |
<plugins> |
117 |
<plugin> |
118 |
<groupId>org.apache.maven.plugins</groupId> |
119 |
<artifactId>maven-compiler-plugin</artifactId> |
120 |
<configuration> |
121 |
<source>1.5</source> |
122 |
<target>1.5</target> |
123 |
<excludes> |
124 |
<exclude>**/*.*</exclude> |
125 |
</excludes> |
126 |
</configuration> |
127 |
</plugin> |
128 |
<plugin> |
129 |
<groupId>org.apache.maven.plugins</groupId> |
130 |
<artifactId>maven-source-plugin</artifactId> |
131 |
<version>2.1</version> |
132 |
<executions> |
133 |
<execution> |
134 |
<id>attach-sources</id> |
135 |
<phase>verify</phase> |
136 |
<goals> |
137 |
<goal>jar-no-fork</goal> |
138 |
</goals> |
139 |
</execution> |
140 |
</executions> |
141 |
</plugin> |
142 |
<plugin> |
143 |
<groupId>org.apache.maven.plugins</groupId> |
144 |
<artifactId>maven-jar-plugin</artifactId> |
145 |
<configuration> |
146 |
<archive> |
147 |
<manifestFile>target/classes/META-INF/MANIFEST.MF |
148 |
</manifestFile> |
149 |
</archive> |
150 |
</configuration> |
151 |
</plugin> |
152 |
</plugins> |
153 |
<extensions> |
154 |
<extension> |
155 |
<groupId>org.jvnet.wagon-svn</groupId> |
156 |
<artifactId>wagon-svn</artifactId> |
157 |
<version>1.8</version> |
158 |
</extension> |
159 |
</extensions> |
160 |
|
161 |
</build> |
162 |
<issueManagement> |
163 |
<system>issueZilla</system> |
164 |
<url> |
165 |
https://javaserverfaces.dev.java.net/servlets/ProjectIssues |
166 |
</url> |
167 |
</issueManagement> |
168 |
<mailingLists> |
169 |
<mailingList> |
170 |
<name>Sun's JavaServer Faces Implementation Dev List</name> |
171 |
<post>dev@javaserverfaces.dev.java.net</post> |
172 |
<archive> |
173 |
https://javaserverfaces.dev.java.net/servlets/SummarizeList?listName=dev |
174 |
</archive> |
175 |
</mailingList> |
176 |
</mailingLists> |
177 |
<contributors> |
178 |
<contributor> |
179 |
<name>Craig McClanahan</name> |
180 |
</contributor> |
181 |
<contributor> |
182 |
<name>Deepak Gothe</name> |
183 |
</contributor> |
184 |
<contributor> |
185 |
<name>Gregory Murray</name> |
186 |
</contributor> |
187 |
<contributor> |
188 |
<name>Justyna Horwat</name> |
189 |
</contributor> |
190 |
<contributor> |
191 |
<name>Jayashri Visvanathan</name> |
192 |
</contributor> |
193 |
<contributor> |
194 |
<name>Jennifer Ball</name> |
195 |
</contributor> |
196 |
<contributor> |
197 |
<name>Jacob Hookom</name> |
198 |
</contributor> |
199 |
<contributor> |
200 |
<name>Raj Premkumar</name> |
201 |
</contributor> |
202 |
<contributor> |
203 |
<name>Stan Silvert</name> |
204 |
</contributor> |
205 |
<contributor> |
206 |
<name>Mike Youngstrom</name> |
207 |
</contributor> |
208 |
<contributor> |
209 |
<name>Jason Lee</name> |
210 |
</contributor> |
211 |
</contributors> |
212 |
<organization> |
213 |
<name>Sun Microsystems, Inc</name> |
214 |
<url>http://www.sun.com/</url> |
215 |
</organization> |
216 |
<dependencies> |
217 |
<dependency> |
218 |
<groupId>javax.servlet</groupId> |
219 |
<artifactId>servlet-api</artifactId> |
220 |
<version>2.5</version> |
221 |
<scope>provided</scope> |
222 |
</dependency> |
223 |
<dependency> |
224 |
<groupId>javax.servlet.jsp</groupId> |
225 |
<artifactId>jsp-api</artifactId> |
226 |
<version>2.1</version> |
227 |
<scope>provided</scope> |
228 |
</dependency> |
229 |
<dependency> |
230 |
<groupId>javax.el</groupId> |
231 |
<artifactId>el-api</artifactId> |
232 |
<version>1.0</version> |
233 |
<scope>provided</scope> |
234 |
</dependency> |
235 |
<dependency> |
236 |
<groupId>jstl</groupId> |
237 |
<artifactId>jstl</artifactId> |
238 |
<version>1.2</version> |
239 |
<scope>provided</scope> |
240 |
</dependency> |
241 |
</dependencies> |
242 |
</project> |