Skip to content

Commit 4d1c503

Browse files
author
Mark Adamcin
committed
resolved issue with github site-maven-plugin
1 parent c6d8583 commit 4d1c503

File tree

8 files changed

+14
-66
lines changed

8 files changed

+14
-66
lines changed

api/pom.xml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -89,14 +89,6 @@
8989
<path>${project.artifactId}</path>
9090
<merge>true</merge>
9191
</configuration>
92-
<executions>
93-
<execution>
94-
<goals>
95-
<goal>site</goal>
96-
</goals>
97-
<phase>site</phase>
98-
</execution>
99-
</executions>
10092
</plugin>
10193
</plugins>
10294
</build>

http-helpers/pom.xml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -74,14 +74,6 @@
7474
<path>${project.artifactId}</path>
7575
<merge>true</merge>
7676
</configuration>
77-
<executions>
78-
<execution>
79-
<goals>
80-
<goal>site</goal>
81-
</goals>
82-
<phase>site</phase>
83-
</execution>
84-
</executions>
8577
</plugin>
8678
</plugins>
8779
</build>

osgi/pom.xml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -109,14 +109,6 @@
109109
<path>${project.artifactId}</path>
110110
<merge>true</merge>
111111
</configuration>
112-
<executions>
113-
<execution>
114-
<goals>
115-
<goal>site</goal>
116-
</goals>
117-
<phase>site</phase>
118-
</execution>
119-
</executions>
120112
</plugin>
121113
</plugins>
122114
</build>

pom.xml

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,16 @@
180180
<plugin>
181181
<groupId>com.github.github</groupId>
182182
<artifactId>site-maven-plugin</artifactId>
183-
<version>0.9</version>
183+
<version>0.10-SNAPSHOT</version>
184+
<executions>
185+
<execution>
186+
<id>github-site-deploy</id>
187+
<goals>
188+
<goal>site</goal>
189+
</goals>
190+
<phase>site</phase>
191+
</execution>
192+
</executions>
184193
</plugin>
185194
<plugin>
186195
<groupId>org.codehaus.mojo</groupId>
@@ -206,6 +215,9 @@
206215
<groupId>org.apache.maven.plugins</groupId>
207216
<artifactId>maven-release-plugin</artifactId>
208217
<version>2.5</version>
218+
<configuration>
219+
<autoVersionSubmodules>true</autoVersionSubmodules>
220+
</configuration>
209221
</plugin>
210222
<plugin>
211223
<groupId>org.apache.maven.plugins</groupId>
@@ -225,14 +237,6 @@
225237
<repositoryOwner>adamcin</repositoryOwner>
226238
<repositoryName>httpsig-java</repositoryName>
227239
</configuration>
228-
<executions>
229-
<execution>
230-
<goals>
231-
<goal>site</goal>
232-
</goals>
233-
<phase>site</phase>
234-
</execution>
235-
</executions>
236240
</plugin>
237241
</plugins>
238242
</build>

ssh-bc/pom.xml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -72,16 +72,8 @@
7272
<repositoryOwner>adamcin</repositoryOwner>
7373
<repositoryName>httpsig-java</repositoryName>
7474
<path>${project.artifactId}</path>
75-
<merge>true</merge>
75+
<merge>true</merge>
7676
</configuration>
77-
<executions>
78-
<execution>
79-
<goals>
80-
<goal>site</goal>
81-
</goals>
82-
<phase>site</phase>
83-
</execution>
84-
</executions>
8577
</plugin>
8678
</plugins>
8779
</build>

ssh-jce/pom.xml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -74,14 +74,6 @@
7474
<path>${project.artifactId}</path>
7575
<merge>true</merge>
7676
</configuration>
77-
<executions>
78-
<execution>
79-
<goals>
80-
<goal>site</goal>
81-
</goals>
82-
<phase>site</phase>
83-
</execution>
84-
</executions>
8577
</plugin>
8678
</plugins>
8779
</build>

ssh-jsch/pom.xml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -74,14 +74,6 @@
7474
<path>${project.artifactId}</path>
7575
<merge>true</merge>
7676
</configuration>
77-
<executions>
78-
<execution>
79-
<goals>
80-
<goal>site</goal>
81-
</goals>
82-
<phase>site</phase>
83-
</execution>
84-
</executions>
8577
</plugin>
8678
</plugins>
8779
</build>

test-common/pom.xml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -85,14 +85,6 @@
8585
<path>${project.artifactId}</path>
8686
<merge>true</merge>
8787
</configuration>
88-
<executions>
89-
<execution>
90-
<goals>
91-
<goal>site</goal>
92-
</goals>
93-
<phase>site</phase>
94-
</execution>
95-
</executions>
9688
</plugin>
9789
</plugins>
9890
</build>

0 commit comments

Comments
 (0)