From a6b466769485e871a9dfc1d8865a00b3a3a70622 Mon Sep 17 00:00:00 2001 From: jpotts Date: Mon, 24 Oct 2016 17:08:04 -0500 Subject: [PATCH] Add a parent pom, move maven central related settings to parent pom. --- .gitignore | 2 + pom.xml | 111 ++++++++++++++++++++++++ share-site-space-templates-repo/pom.xml | 34 ++------ 3 files changed, 118 insertions(+), 29 deletions(-) create mode 100644 pom.xml diff --git a/.gitignore b/.gitignore index 485dee6..c32189c 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,3 @@ .idea +alf_data_dev +target diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..ebd27f7 --- /dev/null +++ b/pom.xml @@ -0,0 +1,111 @@ + + + 4.0.0 + com.metaversant + share-site-space-templates + 1.1.2-SNAPSHOT + pom + + Share Site Space Templates + Like folder templates for Alfresco Share sites. + https://github.com/jpotts/share-site-space-templates + + + + The Apache License, Version 2.0 + http://www.apache.org/licenses/LICENSE-2.0.txt + + + + + + Jeff Potts + info@metaversant.com + Metaversant Group, Inc. + http://www.metaversant.com + + + + + scm:git:git://github.com/jpotts/share-site-space-templates.git + scm:git:ssh://github.com:jpotts/share-site-space-templates.git + http://github.com/jpotts/share-site-space-templates/tree/master + + + + org.alfresco.maven + alfresco-sdk-parent + 2.2.0 + + + + share-site-space-templates-repo + + + + + ossrh + https://oss.sonatype.org/content/repositories/snapshots + + + + + + + alfresco-public + https://artifacts.alfresco.com/nexus/content/groups/public + + + alfresco-public-snapshots + https://artifacts.alfresco.com/nexus/content/groups/public-snapshots + + true + daily + + + + + + + + org.sonatype.plugins + nexus-staging-maven-plugin + 1.6.7 + true + + ossrh + https://oss.sonatype.org/ + true + + + + org.apache.maven.plugins + maven-source-plugin + 2.4 + + + attach-sources + + jar-no-fork + + + + + + org.apache.maven.plugins + maven-gpg-plugin + 1.5 + + + sign-artifacts + verify + + sign + + + + + + + diff --git a/share-site-space-templates-repo/pom.xml b/share-site-space-templates-repo/pom.xml index 6a864a0..75af134 100644 --- a/share-site-space-templates-repo/pom.xml +++ b/share-site-space-templates-repo/pom.xml @@ -4,39 +4,15 @@ 4.0.0 com.metaversant share-site-space-templates-repo - 1.1.2-SNAPSHOT - share-site-space-templates-repo AMP project - https://github.com/jpotts/share-site-space-templates - amp - Manages the lifecycle of the share-site-space-templates-repo AMP (Alfresco Module Package) - - - - The Apache License, Version 2.0 - http://www.apache.org/licenses/LICENSE-2.0.txt - - - - - Jeff Potts - info@metaversant.com - Metaversant Group, Inc. - http://www.metaversant.com - - - - - scm:git:git://github.com/jpotts/share-site-space-templates.git - scm:git:ssh://github.com:jpotts/share-site-space-templates.git - http://github.com/jpotts/share-site-space-templates/tree/master - + share-site-space-templates-repo AMP project + Manages the lifecycle of the share-site-space-templates-repo AMP (Alfresco Module Package) - org.alfresco.maven - alfresco-sdk-parent - 2.2.0 + com.metaversant + share-site-space-templates + 1.1.2-SNAPSHOT