Skip to content

Commit

Permalink
Increased maven plugin versions
Browse files Browse the repository at this point in the history
  • Loading branch information
qsiebers committed Mar 5, 2018
1 parent 9f70768 commit 80bbdc3
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 33 deletions.
19 changes: 4 additions & 15 deletions ontopia-distribution-tomcat/pom.xml
Expand Up @@ -229,21 +229,6 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
<configuration>
<includeProjectDependencies>false</includeProjectDependencies>
<includePluginDependencies>true</includePluginDependencies>
<executableDependency>
<groupId>${project.parent.groupId}</groupId>
<artifactId>ontopia-engine</artifactId>
</executableDependency>
</configuration>
<dependencies>
<dependency>
<groupId>${project.parent.groupId}</groupId>
<artifactId>ontopia-engine</artifactId>
<version>${project.parent.version}</version>
</dependency>
</dependencies>
<executions>
<execution>
<id>generate-rdbms-schemas</id>
Expand All @@ -252,6 +237,10 @@
<configuration>
<mainClass>net.ontopia.persistence.rdbms.DistributionDDLWriter</mainClass>
<commandlineArgs>${rdbms-setup}</commandlineArgs>
<executableDependency>
<groupId>${project.parent.groupId}</groupId>
<artifactId>ontopia-engine</artifactId>
</executableDependency>
</configuration>
</execution>
</executions>
Expand Down
41 changes: 23 additions & 18 deletions pom.xml
Expand Up @@ -102,7 +102,7 @@
<plugins>
<plugin>
<artifactId>maven-antrun-plugin</artifactId>
<version>1.7</version>
<version>1.8</version>
<dependencies>
<dependency>
<groupId>ant-contrib</groupId>
Expand Down Expand Up @@ -133,18 +133,18 @@
</plugin>
<plugin>
<artifactId>maven-jar-plugin</artifactId>
<version>2.4</version>
<version>3.0.2</version>
</plugin>
<plugin>
<artifactId>maven-war-plugin</artifactId>
<version>2.3</version>
<version>3.2.0</version>
<configuration>
<packagingExcludes>WEB-INF/classes/org/apache/jsp/**</packagingExcludes>
</configuration>
</plugin>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.13</version>
<version>2.20.1</version>
<configuration>
<argLine>-Dontopia.jetty.port=${ontopia.jetty.port}</argLine>
<includes>
Expand All @@ -158,7 +158,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>buildnumber-maven-plugin</artifactId>
<version>1.2</version>
<version>1.4</version>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
Expand Down Expand Up @@ -188,7 +188,7 @@
<plugin>
<groupId>de.jflex</groupId>
<artifactId>maven-jflex-plugin</artifactId>
<version>1.4.3-r1</version>
<version>1.4.3</version>
<executions>
<execution>
<goals>
Expand All @@ -199,7 +199,7 @@
</plugin>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.1</version>
<version>3.7.0</version>
<configuration>
<fork>true</fork>
<maxmem>512m</maxmem>
Expand Down Expand Up @@ -240,21 +240,21 @@
<plugin>
<groupId>org.codehaus.cargo</groupId>
<artifactId>cargo-maven2-plugin</artifactId>
<version>1.4.3</version>
<version>1.6.6</version>
</plugin>
<plugin>
<artifactId>maven-assembly-plugin</artifactId>
<version>2.4</version>
<version>3.1.0</version>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
<version>1.2.1</version>
<version>1.6.0</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>2.10.3</version>
<version>2.10.4</version> <!-- version 3 breaks assembly! -->
<configuration>
<outputDirectory>${project.build.directory}/site/api</outputDirectory>
<author>true</author>
Expand Down Expand Up @@ -301,7 +301,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<version>2.4</version>
<version>3.0.1</version>
<configuration>
<excludes>
<exclude>**/org/apache/jsp/**</exclude>
Expand All @@ -313,7 +313,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>license-maven-plugin</artifactId>
<version>1.5</version>
<version>1.14</version>
<configuration>
<verbose>false</verbose>
<licenseName>apache_v2</licenseName>
Expand All @@ -335,15 +335,20 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-install-plugin</artifactId>
<version>2.4</version>
<version>2.5.2</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-patch-plugin</artifactId>
<version>1.2</version>
</plugin>
</plugins>
</pluginManagement>
<plugins>
<!-- disabled default site to allow our own implementation -->
<plugin>
<artifactId>maven-site-plugin</artifactId>
<version>3.2</version>
<version>3.7</version>
<configuration>
<generateReports>false</generateReports>
</configuration>
Expand Down Expand Up @@ -387,7 +392,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
<version>2.4.1</version>
<version>2.5.3</version>
<configuration>
<autoVersionSubmodules>true</autoVersionSubmodules>
</configuration>
Expand Down Expand Up @@ -651,15 +656,15 @@
<plugins>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.13</version>
<version>2.20.1</version>
<configuration>
<argLine>-Dontopia.jetty.port=${ontopia.jetty.port} ${argLine}</argLine>
</configuration>
</plugin>
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<version>0.7.9</version>
<version>0.8.0</version>
<executions>
<execution>
<id>default-prepare-agent</id>
Expand Down

0 comments on commit 80bbdc3

Please sign in to comment.