/[Apache-SVN]
ViewVC logotype

Revision 1674216


Jump to revision: Previous Next
Author: doogie
Date: Fri Apr 17 05:52:32 2015 UTC (9 years ago)
Changed paths: 2
Log Message:
Well, this is the start of converting ofbiz to use maven for building
and packaging.  There's a workable parent-pom, and I have converted
framework/start to maven as well.  To use this, the following commands
are useful:

* mvn clean
* mvn compile
* mvn package

All 3 can be run in either ${ofbiz.home.dir}, or in framework/start.
The trick that made this simple, was that I was able to redefine maven's
default file layout away from src/main/java and target/*, to something
more ofbiz specific.  This way of doing things is just to get things
going; eventually, we should adopt a more standard maven like layout.

Another thing not dealt with in these first 2 files, is downloading of
dependencies.  The top-level and framework/start have no external
requirements, so it allowed me to get going quite quickly.

Changed paths

Path Details
Directoryofbiz/trunk/framework/start/pom.xml added
Directoryofbiz/trunk/pom.xml added

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26