Skip to content

Commit 89cd552

Browse files
committed
Initial contribution
Signed-off-by: ankathur <[email protected]>
0 parents  commit 89cd552

20 files changed

+4576
-0
lines changed

CONTRIBUTING.md

Lines changed: 65 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,65 @@
1+
# Contributing to Eclipse GlassFish
2+
3+
Thanks for your interest in this project.
4+
5+
## Project description
6+
7+
Eclipse GlassFish is a complete application server that implements the Jakarta
8+
EE specification. GlassFish includes implementations of all required and
9+
optional Jakarta EE APIs, and passes all Jakarta EE TCKs. GlassFish also
10+
includes a complete administration console, clustering support, and other
11+
developer and production focused tools and features.
12+
13+
* https://projects.eclipse.org/projects/ee4j.glassfish
14+
15+
## Developer resources
16+
17+
Information regarding source code management, builds, coding standards, and
18+
more.
19+
20+
* https://projects.eclipse.org/projects/ee4j.glassfish/developer
21+
22+
The project maintains the following source code repositories
23+
24+
* https://github.com/eclipse-ee4j/glassfish
25+
* https://github.com/eclipse-ee4j/glassfish-ha-api
26+
* https://github.com/eclipse-ee4j/glassfish-logging-annotation-processor
27+
* https://github.com/eclipse-ee4j/glassfish-shoal
28+
* https://github.com/eclipse-ee4j/glassfish-cdi-porting-tck
29+
* https://github.com/eclipse-ee4j/glassfish-jsftemplating
30+
* https://github.com/eclipse-ee4j/glassfish-hk2-extra
31+
* https://github.com/eclipse-ee4j/glassfish-hk2
32+
* https://github.com/eclipse-ee4j/glassfish-fighterfish
33+
* https://github.com/eclipse-ee4j/glassfish-maven-embedded-plugin
34+
* https://github.com/eclipse-ee4j/bvtck-porting
35+
* https://github.com/eclipse-ee4j/ditck-porting
36+
* https://github.com/eclipse-ee4j/cditck-porting
37+
* https://github.com/eclipse-ee4j/glassfish-woodstock
38+
* https://github.com/eclipse-ee4j/glassfish-spec-version-maven-plugin
39+
* https://github.com/eclipse-ee4j/glassfish-build-maven-plugin
40+
* https://github.com/eclipse-ee4j/glassfish-repackaged
41+
* https://github.com/eclipse-ee4j/glassfish-copyright-plugin
42+
* https://github.com/eclipse-ee4j/glassfish-security-plugin
43+
* https://github.com/eclipse-ee4j/glassfish-schemas
44+
45+
## Eclipse Contributor Agreement
46+
47+
Before your contribution can be accepted by the project team contributors must
48+
electronically sign the Eclipse Contributor Agreement (ECA).
49+
50+
* http://www.eclipse.org/legal/ECA.php
51+
52+
Commits that are provided by non-committers must have a Signed-off-by field in
53+
the footer indicating that the author is aware of the terms by which the
54+
contribution has been provided to the project. The non-committer must
55+
additionally have an Eclipse Foundation account and must have a signed Eclipse
56+
Contributor Agreement (ECA) on file.
57+
58+
For more information, please see the Eclipse Committer Handbook:
59+
https://www.eclipse.org/projects/handbook/#resources-commit
60+
61+
## Contact
62+
63+
Contact the project developers via the project's "dev" list.
64+
65+
* https://accounts.eclipse.org/mailing-list/glassfish-dev

LICENSE.md

Lines changed: 638 additions & 0 deletions
Large diffs are not rendered by default.

NOTICE.md

Lines changed: 278 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,278 @@
1+
# Notices for Eclipse GlassFish
2+
3+
This content is produced and maintained by the Eclipse GlassFish project.
4+
5+
* Project home: https://projects.eclipse.org/projects/ee4j.glassfish
6+
7+
## Trademarks
8+
9+
Eclipse GlassFish, and GlassFish are trademarks of the Eclipse Foundation.
10+
11+
## Copyright
12+
13+
All content is the property of the respective authors or their employers. For
14+
more information regarding authorship of content, please consult the listed
15+
source code repository logs.
16+
17+
## Declared Project Licenses
18+
19+
This program and the accompanying materials are made available under the terms
20+
of the Eclipse Public License v. 2.0 which is available at
21+
http://www.eclipse.org/legal/epl-2.0. This Source Code may also be made
22+
available under the following Secondary Licenses when the conditions for such
23+
availability set forth in the Eclipse Public License v. 2.0 are satisfied: GNU
24+
General Public License, version 2 with the GNU Classpath Exception which is
25+
available at https://www.gnu.org/software/classpath/license.html.
26+
27+
SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
28+
29+
## Source Code
30+
31+
The project maintains the following source code repositories:
32+
33+
* https://github.com/eclipse-ee4j/glassfish
34+
* https://github.com/eclipse-ee4j/glassfish-ha-api
35+
* https://github.com/eclipse-ee4j/glassfish-logging-annotation-processor
36+
* https://github.com/eclipse-ee4j/glassfish-shoal
37+
* https://github.com/eclipse-ee4j/glassfish-cdi-porting-tck
38+
* https://github.com/eclipse-ee4j/glassfish-jsftemplating
39+
* https://github.com/eclipse-ee4j/glassfish-hk2-extra
40+
* https://github.com/eclipse-ee4j/glassfish-hk2
41+
* https://github.com/eclipse-ee4j/glassfish-fighterfish
42+
* https://github.com/eclipse-ee4j/glassfish-maven-embedded-plugin
43+
* https://github.com/eclipse-ee4j/bvtck-porting
44+
* https://github.com/eclipse-ee4j/ditck-porting
45+
* https://github.com/eclipse-ee4j/cditck-porting
46+
* https://github.com/eclipse-ee4j/glassfish-woodstock
47+
* https://github.com/eclipse-ee4j/glassfish-spec-version-maven-plugin
48+
* https://github.com/eclipse-ee4j/glassfish-build-maven-plugin
49+
* https://github.com/eclipse-ee4j/glassfish-repackaged
50+
* https://github.com/eclipse-ee4j/glassfish-copyright-plugin
51+
* https://github.com/eclipse-ee4j/glassfish-security-plugin
52+
* https://github.com/eclipse-ee4j/glassfish-schemas
53+
54+
## Third-party Content
55+
56+
This project leverages the following third party content.
57+
58+
Ant Contrib (1.0)
59+
60+
* License: Apache-1.1 AND Apache-2.0
61+
* Project: http://ant-contrib.sourceforge.net/
62+
* Source: http://ant-contrib.sourceforge.net/
63+
64+
Apache Ant (1.10.1)
65+
66+
* License: Apache License, 2.0, W3C License, Public Domain
67+
68+
Apache Commons BeanUtils (1.9.3)
69+
70+
* License: Apache-2.0
71+
72+
Apache Commons Codec (1.3)
73+
74+
* License: Apache License, 2.0
75+
76+
Apache Commons Digester (2.1)
77+
78+
* License: Apache License, 2.0
79+
80+
Apache Commons Digester (2.1)
81+
82+
* License: Apache License, 2.0
83+
84+
Apache Commons HttpClient (3.0.1)
85+
86+
* License: Apache License, 2.0
87+
88+
Apache Commons Logging (1.0.4)
89+
90+
* License: Apache License, 2.0
91+
92+
Apache Felix Gogo Command: (1.0.2)
93+
94+
* License: Apache-2.0
95+
96+
Apache Felix Gogo Runtime: (1.0.10)
97+
98+
* License: Apache-2.0
99+
100+
Apache Felix Gogo Shell: (1.0.0)
101+
102+
* License: Apache-2.0
103+
104+
Apache Felix SCR (Declarative Services) (2.0.12)
105+
106+
* License: Apache-2.0 AND Public-Domain AND MIT
107+
108+
Apache HttpClient (3.1)
109+
110+
* License: Apache License, 2.0
111+
112+
Apache Log4j (1.2.17)
113+
114+
* License: Apache License 2.0
115+
116+
Apache XML Security (1.2.1)
117+
118+
* License: Apache-2.0 AND W3C-19980720 AND Apache-1.1
119+
* Project: http://santuario.apache.org/java121releasenotes.html
120+
121+
ASM (6.0)
122+
123+
* License: BSD-3-Clause
124+
125+
CDI 1.0 JSR 299 TCK (1.0.6)
126+
127+
* License: Apache-2.0
128+
* Project: http://www.cdi-spec.org/
129+
* Source: http://sourceforge.net/projects/jboss/files/CDI-TCK/
130+
131+
classmate (1.3.3)
132+
133+
* License: Apache-2.0
134+
135+
com.ibm.jbatch.container (1.0.2)
136+
137+
* License: Apache-2.0
138+
139+
com.ibm.jbatch.spi (1.0.2)
140+
141+
* License: Apache-2.0
142+
143+
commons-collections (3.2.1)
144+
145+
* License: Apache License 2.0
146+
147+
commons-fileupload (1.3.3)
148+
149+
* License: Apache-2.0
150+
151+
commons-lang3 (3.5)
152+
153+
* License: Apache-2.0
154+
155+
commons-logging-1.1.1.jar (1.1.1)
156+
157+
* License: Apache License, 2.0
158+
159+
Dojo (1.12.4)
160+
161+
* License: (AFL-2.1 OR BSD-3-Clause) AND MIT AND Apache-2.0 AND
162+
Unicode-DFS-2007
163+
164+
Emma (2.1.5320)
165+
166+
* License: CPL-1.0
167+
* Project: http://emma.sourceforge.net/
168+
* Source: http://emma.sourceforge.net/
169+
170+
hibernate-validator (6.0.10)
171+
172+
* License: Apache-2.0 AND LicenseRef-Public-Domain
173+
174+
Jakarta Watchdog Version:4 (n/a)
175+
176+
* License: Apache-1.1
177+
178+
Java Native Access Platform (JNA Platform) (4.5.1)
179+
180+
* License: Apache-2.0 OR LGPL-2.1-or-later
181+
182+
javassist (3.22.0)
183+
184+
* License: Apache-2.0 OR LGPL -2.1+ OR MPL-1.1
185+
186+
javax-inject-tck (JSR-330) (1.0)
187+
188+
* License: Apache-2.0
189+
* Project: http://javax-inject.github.io/javax-inject/
190+
* Source: https://github.com/javax-inject/javax-inject/tree/javax.inject-tck-1
191+
192+
jboss-logging (3.3.1)
193+
194+
* License: Apache-2.0
195+
196+
Jettison (1.3.7)
197+
198+
* License: Apache-2.0
199+
200+
jline (2.14.5)
201+
202+
* License: BSD-3-Clause
203+
204+
JSch (0.1.54)
205+
206+
* License: New BSD license
207+
208+
JUnit (4.12)
209+
210+
* License: Eclipse Public License
211+
212+
org-openide-explorer Version: RELEASE82 (n/a)
213+
214+
* License: (CDDL-1.1 OR GPL-2.0 WITH Classpath-exception-2.0)
215+
* Project: netbeans.org
216+
* Source: https://hg.netbeans.org/releases/file/release82/openide.explorer
217+
218+
org-openide-util Version: RELEASE802 (n/a)
219+
220+
* License: (CDDL-1.1 OR GPL-2.0 WITH Classpath-exception-2.0)
221+
* Project: netbeans.org
222+
* Source:
223+
http://bits.netbeans.org/nexus/content/groups/netbeans/org/netbeans/api/org-openide-util/RELEASE802/
224+
225+
org.apache.commons.collections (3.2.1)
226+
227+
* License: Apache License 2.0
228+
229+
OSGi Service Platform Core Companion Code (6.0)
230+
231+
* License: Apache License, 2.0
232+
233+
prototype (1.7.3)
234+
235+
* License: MIT
236+
237+
SigTest (3.1)
238+
239+
* License: (GPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0)
240+
241+
slf4j-api (1.7.25)
242+
243+
* License: MIT
244+
245+
slf4j-api (1.7.25)
246+
247+
* License: MIT
248+
249+
slf4j-simple (1.7.25)
250+
251+
* License: MIT
252+
253+
stax2-api (3.1.4)
254+
255+
* License: BSD-2-Clause
256+
257+
TestNG (6.13.1)
258+
259+
* License: Apache-2.0 AND (MIT OR GPL-1.0+)
260+
* Project: http://testng.org/
261+
* Source: http://testng.org/
262+
263+
woodstox-core-asl (4.4.1)
264+
265+
* License: Apache-2.0
266+
267+
xercesImpl (2.11.0)
268+
269+
* License: Apache-2.0 AND LicenseRef-W3C
270+
271+
## Cryptography
272+
273+
Content may contain encryption software. The country in which you are currently
274+
may have restrictions on the import, possession, and use, and/or re-export to
275+
another country, of encryption software. BEFORE using any encryption software,
276+
please check the country's laws, regulations and policies concerning the import,
277+
possession, or use, and re-export of encryption software, to see if this is
278+
permitted.

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# glassfishbuild-maven-plugin
2+
3+
This plugin provides custom goals used by the GlassFish project build.

0 commit comments

Comments
 (0)