OneDriveJavaSDK icon indicating copy to clipboard operation
OneDriveJavaSDK copied to clipboard

pom.xml plugin update

Open piyushbajaj0704 opened this issue 5 years ago • 1 comments

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>

piyushbajaj0704 avatar Aug 06 '19 02:08 piyushbajaj0704

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.

tawalaya avatar Aug 06 '19 11:08 tawalaya