summaryrefslogtreecommitdiffstats
path: root/bom/pom.xml
diff options
context:
space:
mode:
authorHenri Sara <hesara@vaadin.com>2016-04-12 13:40:22 +0300
committerHenri Sara <hesara@vaadin.com>2016-04-13 08:07:56 +0000
commitf39691dddeaab84d7249cee22fb11888f3ff83e2 (patch)
treea1c669b94e504575038b21fe9bb440a6455fa529 /bom/pom.xml
parent2beb030674199b9568a7d3bdb4ab3b31ec10752d (diff)
downloadvaadin-framework-f39691dddeaab84d7249cee22fb11888f3ff83e2.tar.gz
vaadin-framework-f39691dddeaab84d7249cee22fb11888f3ff83e2.zip
Move organization, license and SCM to parent POM
This change also cleans up some redundant POM metaadata. Even though Maven documentation does not list it, also the organization section is inherited to the effective POM. pom-template.xml is still in the project for a longer description and a repositories section until publishing to staging is cleaned up. Change-Id: I76b71aec1d2812e2f9ef321c3b4131c613a29cb7
Diffstat (limited to 'bom/pom.xml')
-rw-r--r--bom/pom.xml43
1 files changed, 0 insertions, 43 deletions
diff --git a/bom/pom.xml b/bom/pom.xml
index 7762121889..124b604382 100644
--- a/bom/pom.xml
+++ b/bom/pom.xml
@@ -11,50 +11,7 @@
<packaging>pom</packaging>
<name>Vaadin Framework (Bill of Materials)</name>
<description>Vaadin Framework (Bill of Materials)</description>
- <organization>
- <name>Vaadin Ltd</name>
- <url>http://vaadin.com</url>
- </organization>
<url>http://vaadin.com</url>
- <licenses>
- <license>
- <name>Apache License Version 2.0</name>
- <distribution>repo</distribution>
- <url>http://www.apache.org/licenses/LICENSE-2.0</url>
- </license>
- </licenses>
- <scm>
- <connection>scm:https:https://github.com/vaadin/vaadin.git</connection>
- <developerConnection>scm:https:https://github.com/vaadin/vaadin.git</developerConnection>
- <url>https://github.com/vaadin/vaadin</url>
- </scm>
- <developers>
- <developer>
- <id>artur</id>
- <name>Artur Signell</name>
- <email>artur.signell@vaadin.com</email>
- <url>http://vaadin.com/web/artur</url>
- <organization>Vaadin Ltd</organization>
- <organizationUrl>http://vaadin.com/</organizationUrl>
- <roles>
- <role>architect</role>
- <role>developer</role>
- <role>team manager</role>
- </roles>
- <timezone>2</timezone>
- </developer>
- <developer>
- <id>hesara</id>
- <name>Henri Sara</name>
- <email>hesara@vaadin.com</email>
- <organization>Vaadin Ltd</organization>
- <organizationUrl>http://vaadin.com/</organizationUrl>
- <roles>
- <role>developer</role>
- </roles>
- <timezone>2</timezone>
- </developer>
- </developers>
<dependencyManagement>
<dependencies>
<dependency>
color: #555555 } /* Name.Decorator */ .highlight .ne { color: #bb0066; font-weight: bold } /* Name.Exception */ .highlight .nf { color: #0066bb; font-weight: bold } /* Name.Function */ .highlight .nl { color: #336699; font-style: italic } /* Name.Label */ .highlight .nn { color: #bb0066; font-weight: bold } /* Name.Namespace */ .highlight .py { color: #336699; font-weight: bold } /* Name.Property */ .highlight .nt { color: #bb0066; font-weight: bold } /* Name.Tag */ .highlight .nv { color: #336699 } /* Name.Variable */ .highlight .ow { color: #008800 } /* Operator.Word */ .highlight .w { color: #bbbbbb } /* Text.Whitespace */ .highlight .mb { color: #0000DD; font-weight: bold } /* Literal.Number.Bin */ .highlight .mf { color: #0000DD; font-weight: bold } /* Literal.Number.Float */ .highlight .mh { color: #0000DD; font-weight: bold } /* Literal.Number.Hex */ .highlight .mi { color: #0000DD; font-weight: bold } /* Literal.Number.Integer */ .highlight .mo { color: #0000DD; font-weight: bold } /* Literal.Number.Oct */ .highlight .sa { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Affix */ .highlight .sb { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Backtick */ .highlight .sc { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Char */ .highlight .dl { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Delimiter */ .highlight .sd { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Doc */ .highlight .s2 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Double */ .highlight .se { color: #0044dd; background-color: #fff0f0 } /* Literal.String.Escape */ .highlight .sh { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Heredoc */ .highlight .si { color: #3333bb; background-color: #fff0f0 } /* Literal.String.Interpol */ .highlight .sx { color: #22bb22; background-color: #f0fff0 } /* Literal.String.Other */ .highlight .sr { color: #008800; background-color: #fff0ff } /* Literal.String.Regex */ .highlight .s1 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Single */ .highlight .ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */ .highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
<?xml version="1.0" encoding="UTF-8"?>
<!--
  ~ Licensed to the Apache Software Foundation (ASF) under one
  ~ or more contributor license agreements.  See the NOTICE file
  ~ distributed with this work for additional information
  ~ regarding copyright ownership.  The ASF licenses this file
  ~ to you under the Apache License, Version 2.0 (the
  ~ "License"); you may not use this file except in compliance
  ~ with the License.  You may obtain a copy of the License at
  ~
  ~   http://www.apache.org/licenses/LICENSE-2.0
  ~
  ~ Unless required by applicable law or agreed to in writing,
  ~ software distributed under the License is distributed on an
  ~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
  ~ KIND, either express or implied.  See the License for the
  ~ specific language governing permissions and limitations
  ~ under the License.
  -->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
  <modelVersion>4.0.0</modelVersion>
  <parent>
    <groupId>org.apache.archiva</groupId>
    <artifactId>archiva-modules</artifactId>
    <version>2.2.1</version>
  </parent>

  <artifactId>archiva-base</artifactId>
  <name>Archiva :: Base</name>
  <packaging>pom</packaging>

  <modules>
    <module>archiva-test-utils</module>
    <module>archiva-common</module>
    <module>archiva-mock</module>
    <module>archiva-filelock</module>
    <module>archiva-model</module>
    <module>archiva-configuration</module>
    <module>archiva-checksum</module>
    <module>archiva-plexus-bridge</module>
    <module>archiva-policies</module>
    <module>archiva-indexer</module>
    <module>archiva-consumers</module>
    <module>archiva-repository-layer</module>
    <module>archiva-xml-tools</module>
    <module>archiva-proxy-api</module>
    <module>archiva-proxy-common</module>
    <module>archiva-proxy</module>
    <module>archiva-transaction</module>
    <module>archiva-converter</module>
    <module>archiva-repository-scanner</module>
    <module>archiva-repository-admin</module>
    <module>archiva-security-common</module>
    <module>archiva-maven2-metadata</module>
    <module>archiva-maven2-model</module>
  </modules>
</project>