File tree Expand file tree Collapse file tree 1 file changed +0
-15
lines changed
Expand file tree Collapse file tree 1 file changed +0
-15
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,6 @@ limitations under the License.
2323 <
author email =
" [email protected] " >Commons Documentation Team</
author >
2424 </properties >
2525 <body >
26- <!-- ================================================== -->
2726 <section name =" Overview" >
2827 <p >
2928 Commons BeanUtils can be built using
@@ -36,66 +35,52 @@ limitations under the License.
3635 <a href =" http://commons.apache.org/building.html" >commons build instructions</a >.
3736 </p >
3837 </section >
39- <!-- ================================================== -->
4038 <section name =" Maven 3 Goals" >
4139 <p >
4240 Build using
4341 <a href =" http://maven.apache.org" >Maven 3</a >
4442 is the preferred build method.
4543 The compiled BeanUtils JAR should work with Java 6 or later.
4644 </p >
47-
48-
4945 <p >
5046 To run all build checks:
5147 </p >
52-
5348 <pre >
5449 mvn
5550 </pre >
56-
5751 <p >
5852 To build
5953 <code >target/commons-beanutils-*.jar</code >:
6054 </p >
61-
6255 <pre >
6356 mvn clean package
6457 </pre >
65-
6658 <p >
6759 or to install into your
6860 <code >~/.m2/repository</code >:
6961 </p >
70-
7162 <pre >
7263 mvn clean install
7364 </pre >
74-
75-
7665 <p >
7766 You can skip the unit tests by adding the parameter
7867 <code >-DskipTests=true</code >
7968 </p >
80-
8169 <p >
8270 To regenerate the web site
8371 (corresponding to
8472 https://commons.apache.org/proper/commons-beanutils/):
8573 </p >
86-
8774 <pre >
8875 mvn clean site
8976 </pre >
90-
9177 <p >
9278 Note: the Apache Commons BeanUtils site should include a
9379 <a href =" japicmp.html" >japicmp report</a >
9480 for the
9581 purpose of checking API version compatibility; to enable this, use Java 7
9682 or later and run instead:
9783 </p >
98-
9984 <pre >
10085 mvn clean package site -Pjapicmp
10186 </pre >
You can’t perform that action at this time.
0 commit comments