Skip to content

Commit 5d1dcf5

Browse files
committed
Merge pull request #900 from caelum/adding-clirr
Adding clirr plugin for compatibility checks
2 parents 48d8b7d + bba0887 commit 5d1dcf5

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,12 @@ Do you want to contribute with code, documentation or bug report?
3939

4040
You can find guidelines to contribute to VRaptor [here](http://vraptor.caelum.com.br/en/docs/how-to-contribute/ "Contribute").
4141

42+
## Compatibility checks
43+
44+
You can check compatibility with previous versions of `vraptor-core` by running:
45+
46+
```
47+
mvn clirr:clirr
48+
```
49+
50+
A full report will be generated at `target/site/clirr-report.html` file.

vraptor-core/pom.xml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -335,4 +335,15 @@
335335
</plugin>
336336
</plugins>
337337
</build>
338+
339+
<reporting>
340+
<plugins>
341+
<plugin>
342+
<groupId>org.codehaus.mojo</groupId>
343+
<artifactId>clirr-maven-plugin</artifactId>
344+
<version>2.6.1</version>
345+
</plugin>
346+
</plugins>
347+
</reporting>
348+
338349
</project>

0 commit comments

Comments
 (0)