Skip to content

Commit

Permalink
Merge pull request #16 from bcgov/fix-sftp-starter-maven
Browse files Browse the repository at this point in the history
remove jacoco temp
  • Loading branch information
sdevalapurkar-bcgov authored Aug 19, 2020
2 parents f5552bc + ac5d49d commit f0571d5
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 29 deletions.
2 changes: 1 addition & 1 deletion src/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>ca.bc.gov.open</groupId>
<artifactId>spring-starters</artifactId>
<version>0.1.4</version>
<version>0.1.5</version>

<name>spring-starters</name>
<packaging>pom</packaging>
Expand Down
4 changes: 2 additions & 2 deletions src/spring-bceid-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>ca.bc.gov.open</groupId>
<artifactId>spring-bceid-starter</artifactId>
<version>0.1.4</version>
<version>0.1.5</version>

<properties>
<java.version>1.8</java.version>
Expand Down Expand Up @@ -86,7 +86,7 @@
<dependency>
<groupId>ca.bc.gov.open</groupId>
<artifactId>spring-starters-bom</artifactId>
<version>0.1.4</version>
<version>0.1.5</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
4 changes: 2 additions & 2 deletions src/spring-clamav-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>ca.bc.gov.open</groupId>
<artifactId>spring-clamav-starter</artifactId>
<version>0.1.4</version>
<version>0.1.5</version>

<properties>
<java.version>1.8</java.version>
Expand Down Expand Up @@ -54,7 +54,7 @@
<dependency>
<groupId>ca.bc.gov.open</groupId>
<artifactId>spring-starters-bom</artifactId>
<version>0.1.4</version>
<version>0.1.5</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
26 changes: 3 additions & 23 deletions src/spring-sftp-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<groupId>ca.bc.gov.open</groupId>
<artifactId>spring-sftp-starter</artifactId>
<version>0.1.4</version>
<version>0.1.5</version>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down Expand Up @@ -70,7 +70,7 @@
<dependency>
<groupId>ca.bc.gov.open</groupId>
<artifactId>spring-starters-bom</artifactId>
<version>0.1.4</version>
<version>0.1.5</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand All @@ -79,6 +79,7 @@

<build>
<plugins>

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
Expand All @@ -89,27 +90,6 @@
<artifactId>maven-failsafe-plugin</artifactId>
<version>2.22.0</version>
</plugin>
<!--jacoco code coverage-->
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<version>0.8.2</version>
<executions>
<execution>
<goals>
<goal>prepare-agent</goal>
</goals>
</execution>
<!-- attached to Maven test phase -->
<execution>
<id>report</id>
<phase>test</phase>
<goals>
<goal>report</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>

Expand Down
2 changes: 1 addition & 1 deletion src/spring-starters-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<groupId>ca.bc.gov.open</groupId>
<artifactId>spring-starters-bom</artifactId>
<version>0.1.4</version>
<version>0.1.5</version>

<properties>
<org.apache.cxf.version>3.3.7</org.apache.cxf.version>
Expand Down

0 comments on commit f0571d5

Please sign in to comment.