Skip to content

Commit

Permalink
Push artifact to local repo for use by github-plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
eramox committed Mar 21, 2017
1 parent b0e2183 commit 4efcf76
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions github-oauth/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,26 @@ limitations under the License.
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-install-plugin</artifactId>
<executions>
<execution>
<id>install_local</id>
<phase>install</phase>
<goals>
<goal>install-file</goal>
</goals>
<configuration>
<groupId>com.google.gerrit</groupId>
<artifactId>github-oauth</artifactId>
<version>2.13-SNAPSHOT</version>
<file>target/github-oauth-2.13-SNAPSHOT.jar</file>
<generatePom>true</generatePom>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>
<dependencies>
Expand Down

0 comments on commit 4efcf76

Please sign in to comment.