Skip to content

Mavenize client

Christophe Saint Marcel requested to merge mavenize_client into master

The VPL client is mavenized, it is now integrated in the sonatype process so as we can push official artifacts. Versions 1.0.X have been pushed using those commands:

  • mvn clean install -Dskip=false
  • mvn clean release:prepare -Dskip=false --batch-mode
  • mvn clean release:perform -Dskip=false
  • git push --follow-tags

To get the client artifact:

	<dependency>
		<groupId>org.caseine</groupId>
		<artifactId>caseine.vpl.tools.vplclient</artifactId>
		<version>1.0.1</version>
	</dependency>
Edited by Christophe Saint Marcel

Merge request reports