diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..c717417 --- /dev/null +++ b/pom.xml @@ -0,0 +1,142 @@ + + 4.0.0 + + maven-parent + org.gcube.tools + 1.0.0 + + + org.gcube.applicationsupportlayer + asl_http_access_management + 1.0.0-SNAPSHOT + + + Application Support Layer OAI-ORE + Library supporting dissemination of gCube content with OAI-ORE + + + scm:svn:https://svn.d4science-ii.research-infrastructures.eu/gcube/trunk/application-support-layer/${project.artifactId} + scm:svn:https://svn.d4science-ii.research-infrastructures.eu/gcube/trunk/application-support-layer/${project.artifactId} + https://svn.d4science-ii.research-infrastructures.eu/gcube/trunk/application-support-layer/${project.artifactId} + + + + distro + + + + + + org.gcube.applicationsupportlayer + accesslogger + 1.2.0-SNAPSHOT + + + org.gcube.informationsystem + iscache + 1.2.0-SNAPSHOT + + + org.gcube.dvos + voms-admin-stubs + 2.0.0 + + + org.gcube.dvos + usermanagement-stub + 1.0.0 + + + org.gcube.dvos + voms-api + 3.1.0 + + + org.gcube.distribution + ghn-core-runtime + 1.0.0 + + + + org.gcube.core + gcf + 1.4.0-SNAPSHOT + + + + org.gcube.core + common-ghn-client + 1.0.0-SNAPSHOT + + + org.slf4j + slf4j-api + 1.6.4 + compile + + + + org.slf4j + slf4j-simple + 1.6.4 + test + + + + + + + + + + org.apache.maven.plugins + maven-resources-plugin + 2.5 + + + copy-profile + install + + copy-resources + + + target + + + ${distroDirectory} + true + + profile.xml + + + + + + + + + + org.apache.maven.plugins + maven-assembly-plugin + + + ${distroDirectory}/descriptor.xml + + + + + servicearchive + install + + single + + + + + + + + + + \ No newline at end of file