Remove duplicated plugin, set up just above (#230)

Fixes:
[WARNING] Some problems were encountered while building the effective model for jakarta.json:jakarta.json-api:bundle:2.0.0-SNAPSHOT
[WARNING] 'build.plugins.plugin.(groupId:artifactId)' must be unique but found duplicate declaration of plugin org.apache.maven.plugins:maven-source-plugin @ line 149, column 21
[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: d9d49d5c7dd5482119f2de094c75728355b82f24
  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.