File tree 2 files changed +30
-2
lines changed
2 files changed +30
-2
lines changed Original file line number Diff line number Diff line change 21
21
<moduleShortName >${gwt.shortName} </moduleShortName >
22
22
</configuration >
23
23
</plugin >
24
+ <plugin >
25
+ <groupId >com.github.github</groupId >
26
+ <artifactId >site-maven-plugin</artifactId >
27
+ <version >0.12</version >
28
+ <configuration >
29
+ <message >Creating site for ${project.version} </message >
30
+ <outputDirectory >${project.build.directory} /${artifactId} -${version} /${gwt.shortName} </outputDirectory >
31
+ </configuration >
32
+ <executions >
33
+ <execution >
34
+ <goals >
35
+ <goal >site</goal >
36
+ </goals >
37
+ <phase >site</phase >
38
+ </execution >
39
+ </executions >
40
+ </plugin >
24
41
</plugins >
25
42
</build >
26
43
<dependencies >
Original file line number Diff line number Diff line change 26
26
<gwt .version>2.8.0-SNAPSHOT</gwt .version>
27
27
<gwt .module>sample.DygraphsGWTSample</gwt .module>
28
28
<gwt .shortName>dygraphsgwtsample</gwt .shortName>
29
+ <github .global.server>github</github .global.server>
30
+ <github .maven.repository>file:///home/GMI/uemit.seren/Code/maven-repository/</github .maven.repository>
29
31
</properties >
30
32
31
33
<licenses >
116
118
<version >1.0-rc-2</version >
117
119
<extensions >true</extensions >
118
120
<configuration >
121
+ <draftCompile >true</draftCompile >
119
122
<startupUrls >
120
123
<startupUrl >dygraphsgwtsample/index.html</startupUrl >
121
124
</startupUrls >
143
146
</plugins >
144
147
</pluginManagement >
145
148
</build >
146
-
147
-
149
+ <distributionManagement >
150
+ <repository >
151
+ <id >repo</id >
152
+ <url >${github.maven.repository} /releases/</url >
153
+ </repository >
154
+ <snapshotRepository >
155
+ <id >snapshot-repo</id >
156
+ <url >${github.maven.repository} /snapshots/</url >
157
+ </snapshotRepository >
158
+ </distributionManagement >
148
159
<repositories >
149
160
<repository >
150
161
<id >google-snapshots</id >
You can’t perform that action at this time.
0 commit comments