The following Maven 2 commands can be used to build Commons JXPath:
mvn clean - clean upmvn test - compile and run the unit testsmvn site - create Commons JXPath documentationmvn package - build the jarmvn install - build the jar and install in local maven repositorymvn site assembly:assembly - Create the source and binary distributionsThe following Maven 1 commands can be used to build Commons JXPath:
maven clean - clean upmaven test - compile and run the unit testsmaven site - create Commons JXPath documentationmaven jar - build the jarmaven dist - Create the source and binary distributionsNote:
build.properties file.The following Ant commands can be used to build Commons JXPath:
ant clean - clean upant test - compile and run the unit testsant javadoc - create javadocsant jar - build the jarant dist - Create the source and binary distributions