https://github.com/aurasphere/linkedin-maven-plugin
In 2023 can you really call yourself a full-stack developer if you are not an influencer?
https://github.com/aurasphere/linkedin-maven-plugin
continuous-integration linkedin maven-plugin
Last synced: 10 months ago
JSON representation
In 2023 can you really call yourself a full-stack developer if you are not an influencer?
- Host: GitHub
- URL: https://github.com/aurasphere/linkedin-maven-plugin
- Owner: aurasphere
- License: mit
- Created: 2023-01-21T15:23:28.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-21T23:32:53.000Z (over 3 years ago)
- Last Synced: 2025-03-30T06:02:12.014Z (about 1 year ago)
- Topics: continuous-integration, linkedin, maven-plugin
- Language: Java
- Homepage:
- Size: 15.6 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/aurasphere/linkedin-maven-plugin/actions)
[](https://search.maven.org/artifact/co.aurasphere.maven.plugins/linkedin-maven-plugin/1.0.0/jar)
[](https://codeclimate.com/github/aurasphere/linkedin-maven-plugin/maintainability)
[](https://gitter.im/linkedin-maven-plugin/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[](https://www.paypal.com/donate/?cmd=_donations&business=8UK2BZP2K8NSS)
[](https://t.me/+Wy1DPTLyFGg0OWE0)
# LinkedIn Maven Plugin
Maven plugin for posting your build state to LinkedIn.
In 2023 can you really call yourself a full-stack developer if you are not an influencer?
## Usage
1. Add the plugin to your ```pom.xml``` and configure the phases in which the plugin runs. In the following example, the plugin will post a LinkedIn message after compilation and again after tests (if they pass):
```
co.aurasphere.maven.plugins
linkedin-maven-plugin
1.0.0
${env.LINKEDIN_ACCESS_TOKEN}
${env.LINKEDIN_USER_ID}
post-compile
compile
post
Today my code compiles...
post-test
test
post
...and it even passes all tests!
```
2. The ```configuration``` element supports the following parameters:
- **linkedinAccessToken**: your LinkedIn access token. You can obtain one by creating an app on LinkedIn developers and then authenticating yourself into it with Oauth2
- **linkedinUserId**: your LinkedIn user ID. You can obtain it by following this answer: https://stackoverflow.com/a/69304538/4921205
- **message**: the message to post to LinkedIn
Copyright (c) 2023 Donato Rimenti