|
51 | 51 |
|
52 | 52 | <issueManagement>
|
53 | 53 | <system>jira</system>
|
54 |
| - <url>http://fusesource.com/issues/browse/${forge-project-id-uc}</url> |
| 54 | + <url>https://github.com/fusesource/${forge-project-id}/issues</url> |
55 | 55 | </issueManagement>
|
56 | 56 |
|
57 | 57 | <mailingLists>
|
|
80 | 80 | </licenses>
|
81 | 81 |
|
82 | 82 | <scm>
|
83 |
| - <connection>scm:git:git://github.com/fusesource/${forge-project-id}.git</connection> |
84 |
| - <!-- Work around for issue: http://jira.codehaus.org/browse/SCM-444 --> |
85 |
| - < developerConnection>scm:git:ssh:// [email protected]:fusesources/jansi.git</ developerConnection> |
86 |
| - <url>http://github.com/fusesource/{forge-project-id}.git</url> |
87 |
| - <tag>HEAD</tag> |
| 83 | + <connection>scm:git:https://github.com/fusesource/${forge-project-id}.git</connection> |
| 84 | + <developerConnection>scm:git:https://github.com/fusesource/${forge-project-id}.git</developerConnection> |
| 85 | + <url>https://github.com/fusesource/${forge-project-id}/tree/${project.scm.tag}</url> |
| 86 | + <tag>master</tag> |
88 | 87 | </scm>
|
89 | 88 |
|
90 | 89 | <distributionManagement>
|
|
118 | 117 | <version>1.9</version>
|
119 | 118 | </extension>
|
120 | 119 | </extensions>
|
| 120 | + |
| 121 | + <pluginManagement> |
| 122 | + <plugins> |
| 123 | + <plugin> |
| 124 | + <groupId>org.apache.maven.plugins</groupId> |
| 125 | + <artifactId>maven-compiler-plugin</artifactId> |
| 126 | + <configuration> |
| 127 | + <source>1.5</source> |
| 128 | + <target>1.5</target> |
| 129 | + </configuration> |
| 130 | + </plugin> |
| 131 | + <plugin> |
| 132 | + <groupId>org.apache.maven.plugins</groupId> |
| 133 | + <artifactId>maven-javadoc-plugin</artifactId> |
| 134 | + <version>2.7</version> |
| 135 | + <configuration> |
| 136 | + <doctitle>${project.name} API Reference (${project.version})</doctitle> |
| 137 | + <windowtitle>${project.name} API Reference (${project.version})</windowtitle> |
| 138 | + <links> |
| 139 | + <link>http://download.oracle.com/javase/6/docs/api</link> |
| 140 | + </links> |
| 141 | + <encoding>UTF-8</encoding> |
| 142 | + <locale>en_US</locale> |
| 143 | + <linksource>true</linksource> |
| 144 | + <excludePackageNames>*.internal</excludePackageNames> |
| 145 | + </configuration> |
| 146 | + </plugin> |
| 147 | + </plugins> |
| 148 | + </pluginManagement> |
| 149 | + |
121 | 150 | <plugins>
|
122 | 151 | <plugin>
|
123 | 152 | <groupId>org.apache.maven.plugins</groupId>
|
124 | 153 | <artifactId>maven-site-plugin</artifactId>
|
125 |
| - <version>3.0</version> |
| 154 | + <version>3.3</version> |
126 | 155 | <executions>
|
127 | 156 | <execution>
|
128 | 157 | <id>attach-descriptor</id>
|
|
159 | 188 | <plugin>
|
160 | 189 | <groupId>org.apache.maven.plugins</groupId>
|
161 | 190 | <artifactId>maven-javadoc-plugin</artifactId>
|
162 |
| - <version>2.7</version> |
163 | 191 | <configuration>
|
164 | 192 | <charset>UTF-8</charset>
|
165 | 193 | <docencoding>UTF-8</docencoding>
|
|
177 | 205 | </resourcesArtifact>
|
178 | 206 | </resourcesArtifacts>
|
179 | 207 | -->
|
180 |
| - |
181 |
| - <doctitle>${project.name} API Reference (${project.version})</doctitle> |
182 |
| - <windowtitle>${project.name} API Reference (${project.version})</windowtitle> |
183 |
| - <links> |
184 |
| - <link>http://download.oracle.com/javase/6/docs/api</link> |
185 |
| - </links> |
186 |
| - <encoding>UTF-8</encoding> |
187 |
| - <locale>en_US</locale> |
188 |
| - <linksource>true</linksource> |
189 |
| - <excludePackageNames>*.internal</excludePackageNames> |
190 | 208 | </configuration>
|
191 | 209 |
|
192 | 210 | </plugin>
|
|
256 | 274 | <releases><enabled>true</enabled></releases>
|
257 | 275 | </repository>
|
258 | 276 | </repositories>
|
259 |
| - |
260 |
| - |
261 | 277 | </profile>
|
262 | 278 |
|
263 | 279 | <profile>
|
|
267 | 283 | <plugin>
|
268 | 284 | <groupId>org.apache.maven.plugins</groupId>
|
269 | 285 | <artifactId>maven-javadoc-plugin</artifactId>
|
270 |
| - <version>2.7</version> |
271 | 286 |
|
272 | 287 | <executions>
|
273 | 288 | <execution>
|
|
295 | 310 | </resourcesArtifact>
|
296 | 311 | </resourcesArtifacts>
|
297 | 312 | -->
|
298 |
| - |
299 |
| - <doctitle>${project.name} API Reference (${project.version})</doctitle> |
300 |
| - <windowtitle>${project.name} API Reference (${project.version})</windowtitle> |
301 |
| - <links> |
302 |
| - <link>http://download.oracle.com/javase/6/docs/api</link> |
303 |
| - </links> |
304 |
| - <encoding>UTF-8</encoding> |
305 |
| - <locale>en_US</locale> |
306 |
| - <linksource>true</linksource> |
307 |
| - <excludePackageNames>*.internal</excludePackageNames> |
308 | 313 | </configuration>
|
309 | 314 | </plugin>
|
310 | 315 |
|
|
0 commit comments