OneDriveJavaSDK
OneDriveJavaSDK copied to clipboard
pom.xml plugin update
Please add the below code to the POM.xml for the successful build when running the cmd "mvn site"
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-site-plugin</artifactId>
<version>3.7.1</version>
</plugin>
Can you go into detail why the rationale behind the GitHub one was so that the artifacts could be deployed using Github pages. See this https://github.com/github/maven-plugins.