Skip to content

Commit

Permalink
Removed usage of version properties usages for maven-plugins
Browse files Browse the repository at this point in the history
Signed-off-by: Enis Soztutar <[email protected]>
  • Loading branch information
khmarbaise authored and enis committed Apr 10, 2017
1 parent 43bc6eb commit ac55b5f
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 11 deletions.
2 changes: 0 additions & 2 deletions ratis-assembly/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<version>${maven-source-plugin.version}</version>
<executions>
<execution>
<phase>prepare-package</phase>
Expand All @@ -96,7 +95,6 @@
</plugin>
<plugin>
<artifactId>maven-assembly-plugin</artifactId>
<version>${maven-assembly-plugin.version}</version>
<configuration>
<!--Else will use ratis-assembly as final name.-->
<finalName>ratis-${project.version}</finalName>
Expand Down
4 changes: 0 additions & 4 deletions ratis-hadoop-shaded/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,10 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<version>${maven-source-plugin.version}</version>
</plugin>
<plugin>
<!--Make it so assembly:single does nothing in here-->
<artifactId>maven-assembly-plugin</artifactId>
<version>${maven-assembly-plugin.version}</version>
<configuration>
<skipAssembly>true</skipAssembly>
</configuration>
Expand Down Expand Up @@ -161,7 +159,6 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<version>${maven-shade-plugin.version}</version>
<executions>
<execution>
<phase>package</phase>
Expand Down Expand Up @@ -284,7 +281,6 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
<version>${maven-dependency-plugin.version}</version>
<executions>
<execution>
<id>unpack</id>
Expand Down
5 changes: 0 additions & 5 deletions ratis-proto-shaded/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,10 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<version>${maven-source-plugin.version}</version>
</plugin>
<plugin>
<!--Make it so assembly:single does nothing in here-->
<artifactId>maven-assembly-plugin</artifactId>
<version>${maven-assembly-plugin.version}</version>
<configuration>
<skipAssembly>true</skipAssembly>
</configuration>
Expand Down Expand Up @@ -450,7 +448,6 @@
<plugin>
<groupId>org.xolstice.maven.plugins</groupId>
<artifactId>protobuf-maven-plugin</artifactId>
<version>${maven-xolstice-plugin.version}</version>
<configuration>
<protocArtifact>
com.google.protobuf:protoc:${shaded.protobuf.version}:exe:${os.detected.classifier}
Expand Down Expand Up @@ -484,7 +481,6 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<version>${maven-shade-plugin.version}</version>
<executions>
<execution>
<phase>package</phase>
Expand Down Expand Up @@ -587,7 +583,6 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
<version>${maven-dependency-plugin.version}</version>
<executions>
<execution>
<id>unpack</id>
Expand Down

0 comments on commit ac55b5f

Please sign in to comment.