File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -210,7 +210,6 @@ limitations under the License.
210210 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
211211 <project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
212212 <commons .encoding>UTF-8</commons .encoding>
213- <commons .javadoc.java.link>http://download.oracle.com/javase/1.5.0/docs/api/</commons .javadoc.java.link>
214213 </properties >
215214 <build >
216215 <plugins >
@@ -239,6 +238,7 @@ limitations under the License.
239238 </executions >
240239 </plugin >
241240 <plugin >
241+ <groupId >org.apache.maven.plugins</groupId >
242242 <artifactId >maven-assembly-plugin</artifactId >
243243 <configuration >
244244 <descriptors >
@@ -255,9 +255,8 @@ limitations under the License.
255255 <plugin >
256256 <groupId >org.apache.maven.plugins</groupId >
257257 <artifactId >maven-changes-plugin</artifactId >
258- <version >2.6</version >
259258 <configuration >
260- <xmlPath >${basedir} /src/changes/changes.xml</xmlPath >
259+ <!-- <xmlPath>${basedir}/src/changes/changes.xml</xmlPath> -- >
261260 <issueLinkTemplate >%URL%/%ISSUE%</issueLinkTemplate >
262261 <!-- TODO: <onlyCurrentVersion>true</onlyCurrentVersion> -->
263262 </configuration >
@@ -298,15 +297,6 @@ limitations under the License.
298297 <artifactId >findbugs-maven-plugin</artifactId >
299298 <version >2.3.2</version >
300299 </plugin >
301- <plugin >
302- <groupId >org.codehaus.mojo</groupId >
303- <artifactId >clirr-maven-plugin</artifactId >
304- <version >2.3</version >
305- <configuration >
306- <comparisonVersion >1.5</comparisonVersion >
307- <minSeverity >info</minSeverity >
308- </configuration >
309- </plugin >
310300 </plugins >
311301 </reporting >
312302</project >
You can’t perform that action at this time.
0 commit comments