Bladeren bron

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
tags/7.7.0.alpha1
Henri Sara 8 jaren geleden
bovenliggende
commit
f39691ddde
14 gewijzigde bestanden met toevoegingen van 16 en 82 verwijderingen
  1. 0
    3
      all/pom.xml
  2. 0
    43
      bom/pom.xml
  3. 0
    3
      buildhelpers/pom.xml
  4. 0
    3
      client-compiled/pom.xml
  5. 0
    3
      client-compiler/pom.xml
  6. 0
    3
      client/pom.xml
  7. 1
    4
      liferay/pom.xml
  8. 13
    0
      pom.xml
  9. 0
    3
      push/pom.xml
  10. 0
    3
      server/pom.xml
  11. 0
    3
      shared/pom.xml
  12. 0
    3
      themes/pom.xml
  13. 1
    4
      uitest/pom.xml
  14. 1
    4
      widgets/pom.xml

+ 0
- 3
all/pom.xml Bestand weergeven

@@ -18,9 +18,6 @@
<maven.build.timestamp.format>yyyy-MM-dd</maven.build.timestamp.format>
</properties>

<organization>
<name>Vaadin Ltd</name>
</organization>
<url>https://vaadin.com/</url>
<description>Vaadin All package</description>


+ 0
- 43
bom/pom.xml Bestand weergeven

@@ -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>

+ 0
- 3
buildhelpers/pom.xml Bestand weergeven

@@ -12,9 +12,6 @@
<name>vaadin-buildhelpers</name>
<packaging>jar</packaging>

<organization>
<name>Vaadin Ltd</name>
</organization>
<url>https://vaadin.com/</url>
<description>Vaadin build helpers</description>


+ 0
- 3
client-compiled/pom.xml Bestand weergeven

@@ -18,9 +18,6 @@
<widgetset.local.workers>6</widgetset.local.workers>
</properties>

<organization>
<name>Vaadin Ltd</name>
</organization>
<url>https://vaadin.com/</url>
<description>Vaadin client compiled</description>


+ 0
- 3
client-compiler/pom.xml Bestand weergeven

@@ -11,9 +11,6 @@
<name>vaadin-client-compiler</name>
<packaging>jar</packaging>

<organization>
<name>Vaadin Ltd</name>
</organization>
<url>https://vaadin.com/</url>
<description>Vaadin client compiler</description>


+ 0
- 3
client/pom.xml Bestand weergeven

@@ -12,9 +12,6 @@
<name>vaadin-client</name>
<packaging>jar</packaging>

<organization>
<name>Vaadin Ltd</name>
</organization>
<url>https://vaadin.com/</url>
<description>Vaadin client</description>


+ 1
- 4
liferay/pom.xml Bestand weergeven

@@ -11,10 +11,7 @@
<name>vaadin-liferay</name>
<packaging>pom</packaging>

<organization>
<name>Vaadin Ltd</name>
</organization>
<url>https://vaadin.com/</url>
<url>https://vaadin.com/</url>
<description>Vaadin Liferay package</description>

<dependencies>

+ 13
- 0
pom.xml Bestand weergeven

@@ -61,6 +61,19 @@
</organization>
<url>https://vaadin.com/</url>
<description>Vaadin Framework Root Pom</description>
<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>


<modules>
<module>all</module>

+ 0
- 3
push/pom.xml Bestand weergeven

@@ -14,9 +14,6 @@

</properties>

<organization>
<name>Vaadin Ltd</name>
</organization>
<url>https://vaadin.com/</url>
<description>Vaadin server push support</description>


+ 0
- 3
server/pom.xml Bestand weergeven

@@ -12,9 +12,6 @@
<name>vaadin-server</name>
<packaging>jar</packaging>

<organization>
<name>Vaadin Ltd</name>
</organization>
<url>https://vaadin.com/</url>
<description>Vaadin server</description>


+ 0
- 3
shared/pom.xml Bestand weergeven

@@ -16,9 +16,6 @@
<streamhtmlparser.version>0.0.10.vaadin1</streamhtmlparser.version>
</properties>

<organization>
<name>Vaadin Ltd</name>
</organization>
<url>https://vaadin.com/</url>
<description>Vaadin shared</description>


+ 0
- 3
themes/pom.xml Bestand weergeven

@@ -12,9 +12,6 @@
<name>vaadin-themes</name>
<packaging>jar</packaging>

<organization>
<name>Vaadin Ltd</name>
</organization>
<url>https://vaadin.com/</url>
<description>Vaadin themes</description>


+ 1
- 4
uitest/pom.xml Bestand weergeven

@@ -14,10 +14,7 @@
<jetty.version>8.1.12.v20130726</jetty.version>
</properties>

<organization>
<name>Vaadin Ltd</name>
</organization>
<url>https://vaadin.com/</url>
<url>https://vaadin.com/</url>
<description>Vaadin UI tests</description>

<repositories>

+ 1
- 4
widgets/pom.xml Bestand weergeven

@@ -11,10 +11,7 @@
<name>vaadin-widgets</name>
<packaging>jar</packaging>

<organization>
<name>Vaadin Ltd</name>
</organization>
<url>https://vaadin.com/</url>
<url>https://vaadin.com/</url>
<description>Vaadin widgets</description>

<dependencies>

Laden…
Annuleren
Opslaan