Skip to content
This repository has been archived by the owner on Nov 10, 2017. It is now read-only.

Commit

Permalink
[issue-38] Add: using Github maven-site-plugin to upload p2 repository
Browse files Browse the repository at this point in the history
to m2e-android master/snapshot update site.
  • Loading branch information
rgladwell committed Oct 6, 2011
1 parent 402bd3d commit f9ead20
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions me.gladwell.eclipse.m2e.android.update/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,19 @@
</parent>
<artifactId>me.gladwell.eclipse.m2e.android.update</artifactId>
<packaging>eclipse-repository</packaging>
<build>
<plugins>
<plugin>
<groupId>com.github.github</groupId>
<artifactId>site-maven-plugin</artifactId>
<version>0.2</version>
<configuration>
<message>Updating update site for ${project.version}</message>
<outputDirectory>${project.build.directory}/repository</outputDirectory>
<path>updates/master/m2e-android</path>
<merge>true</merge>
</configuration>
</plugin>
</plugins>
</build>
</project>
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<name>Android Configurator for M2E</name>
<packaging>pom</packaging>
<description>Android Configurator for M2E Maven Integration for Eclipse and Maven Android Plugin</description>
<url>http://rgladwell.github.com/m2e-android</url>
<url>https://github.com/rgladwell/m2e-android</url>
<issueManagement>
<system>Github</system>
<url>https://github.com/rgladwell/m2e-android/issues</url>
Expand Down

0 comments on commit f9ead20

Please sign in to comment.