This is an automated email from the ASF dual-hosted git repository. btellier pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/james-project.git
commit b49bc6a3e1e15e8d84696ab9455d7f90c6dd68ba Author: Benoit Tellier <[email protected]> AuthorDate: Fri Nov 8 10:26:40 2019 +0700 JAMES-2976 Remove outdated BUILD instruction in subprojects --- mpt/BUILDING.txt | 8 -------- server/BUILD.txt | 21 --------------------- 2 files changed, 29 deletions(-) diff --git a/mpt/BUILDING.txt b/mpt/BUILDING.txt deleted file mode 100644 index bbe2de1..0000000 --- a/mpt/BUILDING.txt +++ /dev/null @@ -1,8 +0,0 @@ -Apache James MPT uses Maven 2 (see http://maven.apache.org) - -Once Maven has been installed, running - -% mvn clean package site - -will build MPT from source and generate the site containing -current documentation. diff --git a/server/BUILD.txt b/server/BUILD.txt deleted file mode 100644 index 6c0f5f6..0000000 --- a/server/BUILD.txt +++ /dev/null @@ -1,21 +0,0 @@ -################## GENERAL BUILDING NOTES ############ -# See also http://james.apache.org/server/3/dev.html # -###################################################### - -The primary build tool for James server is maven 3 (3.0.2 is required). - -On a new source checkout from https://svn.apache.org/repos/asf/james/ start by running -$ mvn package - -This will compile all modules and build the distribution. -The distribution binary and source build can be found under "container/spring/target" -and should contain everything you need to start with. - -For just building without running junit tests: -$ mvn package -DskipTests=true - -Some tests have been disabled by default (*TestLive.java) because they -are not reliable enough for continuous integration testing. To run the -full set of tests, do: -$ mvn install -Plivetests - --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
