Skip to content

Commit

Permalink
Reduce warnings for Maven 3 builds
Browse files Browse the repository at this point in the history
  • Loading branch information
apmasell committed Feb 18, 2016
1 parent 35bbe4f commit ba2d913
Show file tree
Hide file tree
Showing 16 changed files with 116 additions and 137 deletions.
12 changes: 6 additions & 6 deletions analysis-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@
<version>0.2.1-SNAPSHOT</version>
</parent>

<groupId>${parent.groupId}</groupId>
<version>${parent.version}</version>
<artifactId>analysis-server</artifactId>

<packaging>jar</packaging>
Expand All @@ -19,6 +17,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.1</version>
<configuration>
<source>1.7</source>
<target>1.7</target>
Expand All @@ -29,6 +28,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<version>2.4</version>
<configuration>
<archive>
<manifest>
Expand Down Expand Up @@ -71,16 +71,16 @@

<dependencies>
<dependency>
<groupId>${parent.groupId}</groupId>
<groupId>${project.parent.groupId}</groupId>
<artifactId>integration-tools</artifactId>
<version>${parent.version}</version>
<version>${project.parent.version}</version>
<scope>test</scope>
</dependency>

<dependency>
<groupId>${parent.groupId}</groupId>
<groupId>${project.parent.groupId}</groupId>
<artifactId>core</artifactId>
<version>${parent.version}</version>
<version>${project.parent.version}</version>
</dependency>

<dependency>
Expand Down
2 changes: 2 additions & 0 deletions core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@
<dependency>
<groupId>org.codehaus.jackson</groupId>
<artifactId>jackson-mapper-asl</artifactId>
<version>1.9.2</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
Expand All @@ -82,6 +83,7 @@
<dependency>
<groupId>com.eaglegenomics.simlims</groupId>
<artifactId>simlims-core</artifactId>
<version>${simlims-version}</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
Expand Down
9 changes: 4 additions & 5 deletions db4ostore/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@
<version>0.2.1-SNAPSHOT</version>
</parent>

<groupId>${parent.groupId}</groupId>
<version>${parent.version}</version>
<artifactId>db4ostore</artifactId>

<packaging>jar</packaging>
Expand All @@ -49,6 +47,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.1</version>
<configuration>
<source>1.7</source>
<target>1.7</target>
Expand All @@ -67,9 +66,9 @@

<dependencies>
<dependency>
<groupId>${parent.groupId}</groupId>
<groupId>${project.parent.groupId}</groupId>
<artifactId>core</artifactId>
<version>${parent.version}</version>
<version>${project.parent.version}</version>
</dependency>

<dependency>
Expand All @@ -79,4 +78,4 @@
</dependency>

</dependencies>
</project>
</project>
17 changes: 8 additions & 9 deletions demo-notification-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@
<version>0.2.1-SNAPSHOT</version>
</parent>

<groupId>${parent.groupId}</groupId>
<version>${parent.version}</version>
<artifactId>demo-notification-client</artifactId>

<packaging>jar</packaging>
Expand All @@ -47,19 +45,19 @@
</dependency>

<dependency>
<groupId>${parent.groupId}</groupId>
<groupId>${project.parent.groupId}</groupId>
<artifactId>core</artifactId>
<version>${parent.version}</version>
<version>${project.parent.version}</version>
</dependency>
<dependency>
<groupId>${parent.groupId}</groupId>
<groupId>${project.parent.groupId}</groupId>
<artifactId>run-tools</artifactId>
<version>${parent.version}</version>
<version>${project.parent.version}</version>
</dependency>
<dependency>
<groupId>${parent.groupId}</groupId>
<groupId>${project.parent.groupId}</groupId>
<artifactId>notification-consumer-services</artifactId>
<version>${parent.version}</version>
<version>${project.parent.version}</version>
</dependency>

<dependency>
Expand Down Expand Up @@ -143,6 +141,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.1</version>
<configuration>
<source>1.7</source>
<target>1.7</target>
Expand All @@ -159,4 +158,4 @@
<spring-version>3.1.3.RELEASE</spring-version>
<spring-integration-version>2.2.0.RELEASE</spring-integration-version>
</properties>
</project>
</project>
3 changes: 1 addition & 2 deletions demo-task/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@
<version>0.2.1-SNAPSHOT</version>
</parent>

<groupId>${parent.groupId}</groupId>
<version>${parent.version}</version>
<artifactId>demo-task</artifactId>

<packaging>jar</packaging>
Expand All @@ -44,6 +42,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.1</version>
<configuration>
<source>1.7</source>
<target>1.7</target>
Expand Down
3 changes: 1 addition & 2 deletions integration-tools/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@
<version>0.2.1-SNAPSHOT</version>
</parent>

<groupId>${parent.groupId}</groupId>
<version>${parent.version}</version>
<artifactId>integration-tools</artifactId>

<packaging>jar</packaging>
Expand All @@ -44,6 +42,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.1</version>
<configuration>
<source>1.7</source>
<target>1.7</target>
Expand Down
59 changes: 18 additions & 41 deletions miso-web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@
<version>0.2.1-SNAPSHOT</version>
</parent>

<groupId>${parent.groupId}</groupId>
<version>${parent.version}</version>
<artifactId>miso-web</artifactId>

<packaging>war</packaging>
Expand All @@ -45,6 +43,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.1</version>
<configuration>
<source>1.7</source>
<target>1.7</target>
Expand Down Expand Up @@ -172,9 +171,9 @@

<dependencies>
<dependency>
<groupId>${parent.groupId}</groupId>
<groupId>${project.parent.groupId}</groupId>
<artifactId>db4ostore</artifactId>
<version>${parent.version}</version>
<version>${project.parent.version}</version>
</dependency>
</dependencies>

Expand Down Expand Up @@ -283,34 +282,34 @@

<dependencies>
<dependency>
<groupId>${parent.groupId}</groupId>
<groupId>${project.parent.groupId}</groupId>
<artifactId>spring</artifactId>
<version>${parent.version}</version>
<version>${project.parent.version}</version>
</dependency>
<dependency>
<groupId>${parent.groupId}</groupId>
<groupId>${project.parent.groupId}</groupId>
<artifactId>integration-tools</artifactId>
<version>${parent.version}</version>
<version>${project.parent.version}</version>
</dependency>
<dependency>
<groupId>${parent.groupId}</groupId>
<groupId>${project.parent.groupId}</groupId>
<artifactId>run-tools</artifactId>
<version>${parent.version}</version>
<version>${project.parent.version}</version>
</dependency>
<dependency>
<groupId>${parent.groupId}</groupId>
<groupId>${project.parent.groupId}</groupId>
<artifactId>runstats-client</artifactId>
<version>${parent.version}</version>
<version>${project.parent.version}</version>
</dependency>
<dependency>
<groupId>${parent.groupId}</groupId>
<groupId>${project.parent.groupId}</groupId>
<artifactId>notification-consumer-services</artifactId>
<version>${parent.version}</version>
<version>${project.parent.version}</version>
</dependency>
<dependency>
<groupId>${parent.groupId}</groupId>
<groupId>${project.parent.groupId}</groupId>
<artifactId>tagbarcode-strategies</artifactId>
<version>${parent.version}</version>
<version>${project.parent.version}</version>
</dependency>

<dependency>
Expand All @@ -322,6 +321,7 @@
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-webmvc</artifactId>
<version>${spring-version}</version>
</dependency>
<dependency>
<groupId>org.springframework.security</groupId>
Expand All @@ -348,6 +348,7 @@
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-core</artifactId>
<version>${spring-version}</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
Expand All @@ -362,6 +363,7 @@
<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-config</artifactId>
<version>${spring-security-version}</version>
</dependency>
<dependency>
<groupId>org.springframework.security</groupId>
Expand Down Expand Up @@ -499,31 +501,6 @@
<classifier>jdk15</classifier>
</dependency>

<!--
<dependency>
<groupId>oauth.signpost</groupId>
<artifactId>signpost-core</artifactId>
<version>1.2</version>
<exclusions>
<exclusion>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.atlassian.jira</groupId>
<artifactId>jira-rest-java-client</artifactId>
<version>0.1.1</version>
<exclusions>
<exclusion>
<groupId>org.codehaus.jackson</groupId>
<artifactId>jackson-core-asl</artifactId>
</exclusion>
</exclusions>
</dependency>
-->

<dependency>
<groupId>com.sun.jersey.contribs.jersey-oauth</groupId>
Expand Down
17 changes: 8 additions & 9 deletions notification-consumer-services/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@
<version>0.2.1-SNAPSHOT</version>
</parent>

<groupId>${parent.groupId}</groupId>
<version>${parent.version}</version>
<artifactId>notification-consumer-services</artifactId>

<packaging>jar</packaging>
Expand All @@ -42,6 +40,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.1</version>
<configuration>
<source>1.7</source>
<target>1.7</target>
Expand All @@ -53,20 +52,20 @@

<dependencies>
<dependency>
<groupId>${parent.groupId}</groupId>
<groupId>${project.parent.groupId}</groupId>
<artifactId>integration-tools</artifactId>
<version>${parent.version}</version>
<version>${project.parent.version}</version>
</dependency>
<dependency>
<groupId>${parent.groupId}</groupId>
<groupId>${project.parent.groupId}</groupId>
<artifactId>run-tools</artifactId>
<version>${parent.version}</version>
<version>${project.parent.version}</version>
</dependency>

<dependency>
<groupId>${parent.groupId}</groupId>
<groupId>${project.parent.groupId}</groupId>
<artifactId>core</artifactId>
<version>${parent.version}</version>
<version>${project.parent.version}</version>
</dependency>
</dependencies>
</project>
</project>
Loading

0 comments on commit ba2d913

Please sign in to comment.