File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ limitations under the License.
2727 <module name =" TreeWalker" >
2828 <!-- Verify that EVERY source file has the appropriate license -->
2929 <module name =" Header" >
30- <property name =" headerFile" value =" ${basedir}/ LICENSE-header.txt" />
30+ <property name =" headerFile" value =" LICENSE-header.txt" />
3131 </module >
3232
3333 <module name =" OperatorWrap" >
Original file line number Diff line number Diff line change 200200 <plugin >
201201 <groupId >org.apache.maven.plugins</groupId >
202202 <artifactId >maven-changes-plugin</artifactId >
203- <version >2.0-beta-3 </version >
203+ <version >2.0</version >
204204 <configuration >
205205 <xmlPath >${basedir} /xdocs/changes.xml</xmlPath >
206206 <issueLinkTemplate >%URL%/%ISSUE%</issueLinkTemplate >
246246 <minSeverity >info</minSeverity >
247247 </configuration >
248248 </plugin >
249+ <plugin >
250+ <groupId >org.apache.maven.plugins</groupId >
251+ <artifactId >maven-javadoc-plugin</artifactId >
252+ <version >2.4</version >
253+ <configuration >
254+ <linksource >true</linksource >
255+ <links >
256+ <link >http://java.sun.com/j2se/1.4.2/docs/api/</link >
257+ </links >
258+ </configuration >
259+ </plugin >
249260 </plugins >
250261 </reporting >
251262
You can’t perform that action at this time.
0 commit comments