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