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

View file

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

View file

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

View file

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