Fix build profile to respond to a simple maven install command
commitdbd687abe484d8cd023f4f4938085d293cf233c4
authorImran M Yousuf <imyousuf@smartitengineering.com>
Mon, 13 Apr 2009 03:02:03 +0000 (13 09:02 +0600)
committerImran M Yousuf <imyousuf@smartitengineering.com>
Mon, 13 Apr 2009 03:02:03 +0000 (13 09:02 +0600)
tree62059433f72dbf08a7c0bfe9d9fc7a13e88ae35a
parentd21b330afe711364f5c1328570c50e129ac846f9
Fix build profile to respond to a simple maven install command

Inheritance in maven works if and only if the child POM also declares the
plugin with/out any execution(s) or configuration(s). Thus mentioning
assembly plugin in every POM resolved the problem. From now on the
following command will build the complete project with distributions as
well.

mvn clean install -Dbuild.complete=true -Dbuild.complete.dist=true

Also README filtering is done in site profile just to ensure that if later
READMEs' are included in the site then its available.

Updated the README with latest build notices.

Signed-off-by: Imran M Yousuf <imyousuf@smartitengineering.com>
14 files changed:
README
docs/pom.xml
pom.xml
smart-abstract-dao/pom.xml
smart-cache/pom.xml
smart-dao-queryparam/pom.xml
smart-dao-search/pom.xml
smart-domain/pom.xml
smart-hibernate-abstract-dao/pom.xml
smart-rs/pom.xml
smart-version/pom.xml
smart-version/smart-dao-version/pom.xml
smart-version/smart-version-api/pom.xml
smart-version/smart-version-jgit-impl/pom.xml