• Home
  • Tags

Maven

A collection of 2 posts

#AWS #Maven

Using Amazon S3 as a Private Maven Repository

This article is a quick tutorial to setup a private maven repository using Amazon S3 instead of Nexus or Artifactory. First we need to create a S3 bucket used to store two types of maven artifacts: stores two types of artifacts: releases and snapshots. repository.example.com/[snapshots, releases] Since we want a private repository, we can securely control access to this bucket for our users by leveraging AWS Identity and Access Management (IAM). ...

Author 2 min
#Java #Jersey #Maven

Jersey Test Framework with Maven

Introduction This memo records the issues while executing the unit-test with Jersey Test framework. We use the Jersey framework to implement the RESTful Web services and employ the Maven to manage the dependencies in project. First of all, we add the jersey-test-framework-grizzly2 dependency to enable the test framework in pom.xml; Second, we deploy the application using Jersey specific servlet in web.xml. Finally, we have the following java files within Maven Archetype – maven-archetype-webapp: ...

Author 4 min
Page 1 of 1 
© 2019
Latest Posts Github LinkedIn