From 24d477de226863e84e001c0eb242328ad5bd000e Mon Sep 17 00:00:00 2001 From: Luca Frosini Date: Tue, 10 Mar 2015 15:12:03 +0000 Subject: [PATCH] Creating pom to autobuild bundle. Refs #3280 git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/distributions/smartgears-distribution-bundle@113547 82a268e6-3cf1-43bd-a215-b396298e98cf --- .project | 17 ++++++ .settings/org.eclipse.core.resources.prefs | 2 + .settings/org.eclipse.m2e.core.prefs | 4 ++ pom.xml | 71 ++++++++++++++++++++++ 4 files changed, 94 insertions(+) create mode 100644 .project create mode 100644 .settings/org.eclipse.core.resources.prefs 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..12ce89f --- /dev/null +++ b/.project @@ -0,0 +1,17 @@ + + + smartgears-distribution-bundle + + + + + + org.eclipse.m2e.core.maven2Builder + + + + + + org.eclipse.m2e.core.maven2Nature + + diff --git a/.settings/org.eclipse.core.resources.prefs b/.settings/org.eclipse.core.resources.prefs new file mode 100644 index 0000000..99f26c0 --- /dev/null +++ b/.settings/org.eclipse.core.resources.prefs @@ -0,0 +1,2 @@ +eclipse.preferences.version=1 +encoding/=UTF-8 diff --git a/.settings/org.eclipse.m2e.core.prefs b/.settings/org.eclipse.m2e.core.prefs new file mode 100644 index 0000000..f897a7f --- /dev/null +++ b/.settings/org.eclipse.m2e.core.prefs @@ -0,0 +1,4 @@ +activeProfiles= +eclipse.preferences.version=1 +resolveWorkspaceProjects=true +version=1 diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..952daf0 --- /dev/null +++ b/pom.xml @@ -0,0 +1,71 @@ + + 4.0.0 + + + org.gcube.tools + maven-parent + 1.0.0 + + + org.gcube.distribution + smartgears-distribution-bundle + pom + A distribution bundle for the SmartGears Framework + A distribution bundle for the SmartGears Framework containing Tomcat and ReadMe files to quickly installing smartgear + + + distro + + + + scm:svn:http://svn.d4science.research-infrastructures.eu/gcube/trunk/distributions/${project.artifactId} + scm:svn:https://svn.d4science.research-infrastructures.eu/gcube/trunk/distributions/${project.artifactId} + http://svn.d4science.research-infrastructures.eu/gcube/trunk/distributions/${project.artifactId} + + + + + + org.gcube.distribution + maven-smartgears-bom + LATEST + pom + import + + + + + + + org.gcube.distribution + smartgears-distribution + LATEST + tar.gz + + + + + + + + org.apache.maven.plugins + maven-dependency-plugin + 2.5.1 + + + copy-smartgears-distribution + package + + unpack-dependencies + + + ${basedir}/bundle + war + + + + + + + \ No newline at end of file