# VOSpace Maven parent project This repository contains both a parent pom.xml configuration that is inherited by vospace-rest and vospace-file-service projects and some common classes (at the moment exception classes). To install the parent pom: mvn -f parent-pom.xml clean install To install the shared classes: mvn clean install