Skip to content

Commit

Permalink
More of [CALCITE-999] Clean up maven POM files
Browse files Browse the repository at this point in the history
  • Loading branch information
julianhyde committed Apr 18, 2016
1 parent 6ddd782 commit 578fb2c
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions avatica/core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ limitations under the License.
</plugin>
<plugin>
<artifactId>maven-dependency-plugin</artifactId>
<version>${maven-dependency-plugin.version}</version>
<executions>
<execution>
<id>analyze</id>
Expand Down
1 change: 1 addition & 0 deletions avatica/metrics/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ limitations under the License.
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
<version>${maven-dependency-plugin.version}</version>
<!-- configurations do not cascade, so all of the definition from
../pom.xml:build:plugin-management:plugins:plugin must be repeated in child poms -->
<executions>
Expand Down
1 change: 1 addition & 0 deletions cassandra/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ limitations under the License.
pluginManagement in the root POM, not here. -->
<plugin>
<artifactId>maven-dependency-plugin</artifactId>
<version>${maven-dependency-plugin.version}</version>
<executions>
<execution>
<id>analyze</id>
Expand Down
1 change: 1 addition & 0 deletions mongodb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ limitations under the License.
pluginManagement in the root POM, not here. -->
<plugin>
<artifactId>maven-dependency-plugin</artifactId>
<version>${maven-dependency-plugin.version}</version>
<executions>
<execution>
<id>analyze</id>
Expand Down
1 change: 1 addition & 0 deletions splunk/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ limitations under the License.
available. -->
<plugin>
<artifactId>maven-dependency-plugin</artifactId>
<version>${maven-dependency-plugin.version}</version>
<executions>
<execution>
<id>analyze</id>
Expand Down

0 comments on commit 578fb2c

Please sign in to comment.