File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11sudo : false
22language : java
3- script : mvn clean package -Pfull && mvn -pl org.nodeclipse.site site -Pfull
3+ script : mvn clean package -Pfull && mvn -pl org.nodeclipse.site com.github.github:site-maven-plugin: site -Pfull
44
55notifications :
66 email : false
Original file line number Diff line number Diff line change 228228 </configuration >
229229 </plugin >
230230
231- <!-- mvn site http://nodeclipse.github.io/ -->
232- <!-- https://github.com/github/maven-plugins -->
231+ <!-- mvn site http://nodeclipse.github.io/
233232 <plugin>
234233 <groupId>org.apache.maven.plugins</groupId>
235234 <artifactId>maven-site-plugin</artifactId>
241240 <version>1.4</version>
242241 </dependency>
243242 </dependencies>
243+ <executions>
244+ <execution>
245+ <goals>
246+ <goal>site</goal>
247+ </goals>
248+ <phase>post-site</phase>
249+ </execution>
250+ </executions>
244251 </plugin>
252+ -->
253+ <!-- https://github.com/github/maven-plugins
245254 <plugin>
246255 <groupId>com.github.github</groupId>
247256 <artifactId>site-maven-plugin</artifactId>
262271 </execution>
263272 </executions>
264273 </plugin>
274+ -->
265275
266276 </plugins >
267277 </build >
You can’t perform that action at this time.
0 commit comments