From 1d9cdf62d50eba2c31156bb68ad70e0b765cb98b Mon Sep 17 00:00:00 2001 From: Andrea Manzi Date: Wed, 13 Mar 2013 18:24:20 +0000 Subject: [PATCH] git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/distributions/maven-portal-bom@71343 82a268e6-3cf1-43bd-a215-b396298e98cf --- .project | 17 +++++ .settings/org.eclipse.m2e.core.prefs | 5 ++ pom.xml | 93 ++++++++++++++++++++++++++++ 3 files changed, 115 insertions(+) create mode 100644 .project create mode 100644 .settings/org.eclipse.m2e.core.prefs create mode 100644 pom.xml diff --git a/.project b/.project new file mode 100644 index 0000000..c1baee1 --- /dev/null +++ b/.project @@ -0,0 +1,17 @@ + + + maven-portal-bom + + + + + + org.eclipse.m2e.core.maven2Builder + + + + + + org.eclipse.m2e.core.maven2Nature + + diff --git a/.settings/org.eclipse.m2e.core.prefs b/.settings/org.eclipse.m2e.core.prefs new file mode 100644 index 0000000..98b4585 --- /dev/null +++ b/.settings/org.eclipse.m2e.core.prefs @@ -0,0 +1,5 @@ +#Wed Mar 13 18:58:47 CET 2013 +activeProfiles= +eclipse.preferences.version=1 +resolveWorkspaceProjects=true +version=1 diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..98276f2 --- /dev/null +++ b/pom.xml @@ -0,0 +1,93 @@ + + 4.0.0 + + maven-parent + org.gcube.tools + 1.0.0 + + org.gcube.distribution + maven-portal-bom + ${bom.version} + pom + + + 1.0.0-SNAPSHOT + + + + + + org.gcube.distribution + maven-bom + ${bom.version} + + + org.gcube.applicationsupportlayer + accesslogger + [1.2.0-SNAPSHOT,) + provided + + + org.gcube.applicationsupportlayer + asl_http_access_management + [1.0.1-SNAPSHOT,) + provided + + + org.gcube.applicationsupportlayer + aslcontent + [4.1.3-SNAPSHOT,) + provided + + + org.gcube.applicationsupportlayer + aslcore + [3.2.2-SNAPSHOT,) + + + org.gcube.applicationsupportlayer + aslresourcemanagement + 1.0.0-SNAPSHOT + provided + + + org.gcube.applicationsupportlayer + aslsearch + [3.2.0-SNAPSHOT,) + provided + + + org.gcube.applicationsupportlayer + aslsocial + [0.1.1-SNAPSHOT,) + provided + + + org.gcube.applicationsupportlayer + aslstoragemanagement + [1.0.1-SNAPSHOT,) + provided + + + org.gcube.applicationsupportlayer + aslvre + [2.0.3-SNAPSHOT,) + provided + + + org.gcube.portlets.user + home-library + [4.3.1-SNAPSHOT,) + provided + + + org.gcube.portlets.user + home-library-jcr + [1.3.0-SNAPSHOT,2.0.0-SNAPSHOT) + provided + + + + + \ No newline at end of file