Parent is not relatively reachable for this project (#231)

Fixes warning:
[WARNING] 'parent.relativePath' of POM jakarta.json:jakarta.json-api:2.0.0-SNAPSHOT (.../jsonp/api/pom.xml) points at org.glassfish:json instead of org.eclipse.ee4j:project, please verify your project structure @ line 23, column 13
[WARNING]
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING]
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.

Signed-off-by: Piotrek Zygielo <piotr@zygielo.pl>
1 file changed
tree: 9f4ea74b27521ee0f0789cd17153888353d11a2e
  1. api/
  2. bundles/
  3. demos/
  4. etc/
  5. gf/
  6. impl/
  7. jaxrs/
  8. jaxrs-1x/
  9. spec/
  10. .gitignore
  11. .travis.yml
  12. CONTRIBUTING.md
  13. LICENSE.md
  14. NOTICE.md
  15. pom.xml
  16. README.md
README.md

Build Status

Jakarta JSON Processing

Jakarta JSON Processing provides portable APIs to parse, generate, transform, and query JSON documents. This project contains Jakarta JSON Processing specification, API and a compatible implementation.

Build

Use the following command:

mvn -U -C clean install -Dnon.final=true

License

You’ll find the text of the licenses in the workspace in various LICENSE.txt or LICENSE.md files. Don’t let the presence of these license files in the workspace confuse you into thinking that they apply to all files in the workspace.

You should always read the license file included with every download, and read the license text included in every source file.

Links

Contributing

We use contribution policy, which means we can only accept contributions under the terms of Eclipse Contributor Agreement.