Skip to content

Commit 4e79779

Browse files
authored
jakarta.json.jar will contain api and impl (#228)
1 parent 2360cab commit 4e79779

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

53 files changed

+424
-100
lines changed

.travis.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,8 @@ cache:
1414
install: true
1515

1616
script:
17-
- mvn -U -C -Pstaging -Dnon.final=true clean verify
17+
- cd api
18+
- mvn -U -C -Pstaging,oss-release -Dnon.final=true -Dgpg.skip=true clean verify
19+
- cd ..
20+
- mvn -U -C -Pstaging,oss-release -Dnon.final=true -Dgpg.skip=true clean verify
21+

api/etc/config/copyright-exclude

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
.json
2+
.md
3+
speclicense.html
4+
MANIFEST.MF
5+
/META-INF/services/
6+
/etc/config/copyright-exclude
7+
/etc/config/copyright.txt
8+
/bundles/ri/src/main/resources/README.txt

api/etc/config/copyright.txt

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
/*
2+
* Copyright (c) YYYY Oracle and/or its affiliates. All rights reserved.
3+
*
4+
* This program and the accompanying materials are made available under the
5+
* terms of the Eclipse Public License v. 2.0, which is available at
6+
* http://www.eclipse.org/legal/epl-2.0.
7+
*
8+
* This Source Code may also be made available under the following Secondary
9+
* Licenses when the conditions for such availability set forth in the
10+
* Eclipse Public License v. 2.0 are satisfied: GNU General Public License,
11+
* version 2 with the GNU Classpath Exception, which is available at
12+
* https://www.gnu.org/software/classpath/license.html.
13+
*
14+
* SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
15+
*/

api/etc/config/exclude.xml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<!--
2+
3+
Copyright (c) 2020 Oracle and/or its affiliates. All rights reserved.
4+
5+
This program and the accompanying materials are made available under the
6+
terms of the Eclipse Distribution License v. 1.0, which is available at
7+
http://www.eclipse.org/org/documents/edl-v10.php.
8+
9+
SPDX-License-Identifier: BSD-3-Clause
10+
11+
-->
12+
13+
<FindBugsFilter>
14+
</FindBugsFilter>

0 commit comments

Comments
 (0)