[VIVO-1082] Cleanup of VIVO poms

This commit is contained in:
Graham Triggs 2016-07-06 06:19:51 +01:00
parent 19d40bf2a4
commit 58524b5f8a
4 changed files with 23 additions and 9 deletions

View file

@ -6,7 +6,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.vivoweb</groupId>
<artifactId>home</artifactId>
<artifactId>vivo-installer-home</artifactId>
<version>1.9.0-SNAPSHOT</version>
<packaging>pom</packaging>
@ -17,7 +17,7 @@
<relativePath>..</relativePath>
</parent>
<name>VIVO Prepare Home</name>
<name>VIVO Install Home</name>
<properties>
<default-theme>wilma</default-theme>
@ -51,7 +51,7 @@
</plugin>
<plugin>
<artifactId>maven-antrun-plugin</artifactId>
<version>1.3</version>
<version>1.8</version>
<executions>
<execution>
<id>remove-webapp</id>

View file

@ -85,6 +85,13 @@
</activation>
<build>
<plugins>
<plugin>
<artifactId>maven-antrun-plugin</artifactId>
<version>1.8</version>
<configuration>
<skip>true</skip>
</configuration>
</plugin>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.1</version>
@ -99,6 +106,13 @@
</execution>
</executions>
</plugin>
<plugin>
<artifactId>maven-dependency-plugin</artifactId>
<version>2.10</version>
<configuration>
<skip>true</skip>
</configuration>
</plugin>
<plugin>
<artifactId>maven-resources-plugin</artifactId>
<version>2.6</version>

View file

@ -6,7 +6,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.vivoweb</groupId>
<artifactId>solr</artifactId>
<artifactId>vivo-installer-solr</artifactId>
<version>1.9.0-SNAPSHOT</version>
<packaging>war</packaging>
@ -17,7 +17,7 @@
<relativePath>..</relativePath>
</parent>
<name>VIVO Prepare Solr App</name>
<name>VIVO Install Solr App</name>
<profiles>
<profile>
@ -65,7 +65,7 @@
<plugins>
<plugin>
<artifactId>maven-antrun-plugin</artifactId>
<version>1.3</version>
<version>1.8</version>
<executions>
<execution>
<id>remove-webapp</id>

View file

@ -6,7 +6,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.vivoweb</groupId>
<artifactId>vivo</artifactId>
<artifactId>vivo-installer-vivo</artifactId>
<version>1.9.0-SNAPSHOT</version>
<packaging>war</packaging>
@ -17,7 +17,7 @@
<relativePath>..</relativePath>
</parent>
<name>VIVO Prepare Web App</name>
<name>VIVO Install Web App</name>
<profiles>
<profile>
@ -66,7 +66,7 @@
<plugins>
<plugin>
<artifactId>maven-antrun-plugin</artifactId>
<version>1.3</version>
<version>1.8</version>
<executions>
<execution>
<id>remove-webapp</id>