Author: doogie
Date: Wed Apr 22 01:18:04 2015
New Revision: 1675238
URL: http://svn.apache.org/r1675238
Log:
Change the reporting location; nothing seems to use this yet, but see
the next commit.
Modified:
ofbiz/branches/OFBIZ-6271/ofbiz-component-pom.xml
Modified: ofbiz/branches/OFBIZ-6271/
Author: doogie
Date: Wed Apr 22 01:18:08 2015
New Revision: 1675239
URL: http://svn.apache.org/r1675239
Log:
Add cobertura instrumentation support; "mvn cobertura:cobertura" will
run the tests for each component, then produce output in
build/site/cobertura. This allows us to get rid of the local
Author: doogie
Date: Wed Apr 22 01:18:12 2015
New Revision: 1675240
URL: http://svn.apache.org/r1675240
Log:
Javadoc support, but still a work in progress. mvn site will produce
javadoc output in build/site/apidocs.
Modified:
ofbiz/branches/OFBIZ-6271/ofbiz-component-pom.xml
Modified: ofbiz
Author: doogie
Date: Wed Apr 22 01:18:00 2015
New Revision: 1675237
URL: http://svn.apache.org/r1675237
Log:
Add a hook that cleans build/, which seems to be left behind by maven;
note, that I also added entries into .gitignore for the new build
folders that are placed into all the lib directories
Author: doogie
Date: Wed Apr 22 01:17:56 2015
New Revision: 1675236
URL: http://svn.apache.org/r1675236
Log:
Move the build logic to a separate pom; this should make it easier for
external modules to implement their own building/packaging.
Added:
ofbiz/branches/OFBIZ-6271/ofbiz-component-pom.
Author: doogie
Date: Tue Apr 21 23:35:52 2015
New Revision: 1675228
URL: http://svn.apache.org/r1675228
Log:
Add a pom.xml to framework/catalina.
Added:
ofbiz/branches/OFBIZ-6271/framework/catalina/lib/pom.xml
ofbiz/branches/OFBIZ-6271/framework/catalina/pom.xml
Modified:
ofbiz/branch
Author: doogie
Date: Tue Apr 21 23:35:34 2015
New Revision: 1675225
URL: http://svn.apache.org/r1675225
Log:
Add a pom.xml to framework/base.
Added:
ofbiz/branches/OFBIZ-6271/framework/base/lib/commons/pom.xml
ofbiz/branches/OFBIZ-6271/framework/base/lib/j2eespecs/pom.xml
ofbiz/branch
Author: doogie
Date: Tue Apr 21 23:35:46 2015
New Revision: 1675227
URL: http://svn.apache.org/r1675227
Log:
Add a pom.xml to framework/geronimo.
Added:
ofbiz/branches/OFBIZ-6271/framework/geronimo/lib/pom.xml
- copied, changed from r1675226,
ofbiz/branches/OFBIZ-6271/framework/pom.xml
Author: doogie
Date: Tue Apr 21 23:35:40 2015
New Revision: 1675226
URL: http://svn.apache.org/r1675226
Log:
Add a pom.xml to framework/entity.
Added:
ofbiz/branches/OFBIZ-6271/framework/entity/lib/jdbc/pom.xml
- copied, changed from r1675225,
ofbiz/branches/OFBIZ-6271/framework/pom.xm
Author: doogie
Date: Tue Apr 21 23:34:48 2015
New Revision: 1675215
URL: http://svn.apache.org/r1675215
Log:
Since we are changing the default configuration of these plugins, make
certain to depend on a particular version that has been tested.
Modified:
ofbiz/branches/OFBIZ-6271/pom.xml
Modi
Author: doogie
Date: Tue Apr 21 23:35:18 2015
New Revision: 1675223
URL: http://svn.apache.org/r1675223
Log:
Configure the surefire plugin correctly for running tests.
Modified:
ofbiz/branches/OFBIZ-6271/pom.xml
Modified: ofbiz/branches/OFBIZ-6271/pom.xml
URL:
http://svn.apache.org/viewvc/o
Author: doogie
Date: Tue Apr 21 23:34:57 2015
New Revision: 1675217
URL: http://svn.apache.org/r1675217
Log:
Change how the LICENSE and NOTICE files are added to each built jar
file.
Added:
ofbiz/branches/OFBIZ-6271/assembly/
ofbiz/branches/OFBIZ-6271/assembly/LICENSE+NOTICE.xml
Modified:
Author: doogie
Date: Tue Apr 21 23:34:40 2015
New Revision: 1675213
URL: http://svn.apache.org/r1675213
Log:
Fix a deprecation warning, s/artifactId/project.artifactId/
Modified:
ofbiz/branches/OFBIZ-6271/pom.xml
Modified: ofbiz/branches/OFBIZ-6271/pom.xml
URL:
http://svn.apache.org/viewvc/
Author: doogie
Date: Tue Apr 21 23:34:36 2015
New Revision: 1675212
URL: http://svn.apache.org/r1675212
Log:
Place the modelVersion tag first.
Modified:
ofbiz/branches/OFBIZ-6271/framework/start/pom.xml
Modified: ofbiz/branches/OFBIZ-6271/framework/start/pom.xml
URL:
http://svn.apache.org/v
Author: doogie
Date: Tue Apr 21 23:34:52 2015
New Revision: 1675216
URL: http://svn.apache.org/r1675216
Log:
Verify that the runtime environment is making use of correct application
versions, java 1.7, and maven 3.0.
Modified:
ofbiz/branches/OFBIZ-6271/pom.xml
Modified: ofbiz/branches/OFBIZ-
Author: doogie
Date: Tue Apr 21 23:35:21 2015
New Revision: 1675224
URL: http://svn.apache.org/r1675224
Log:
Update to build a -tests.jar, and run correct tests, while still using a
combined src/ tree, with test code undifferentiated from regular code,
as is the normal maven way.
Modified:
of
Author: doogie
Date: Tue Apr 21 23:35:06 2015
New Revision: 1675219
URL: http://svn.apache.org/r1675219
Log:
Introduce another layer into the parent/child pom relationships; this
mirrors the build.xml that exists in the framework directory.
Added:
ofbiz/branches/OFBIZ-6271/framework/pom.xml
M
Author: doogie
Date: Tue Apr 21 23:34:44 2015
New Revision: 1675214
URL: http://svn.apache.org/r1675214
Log:
Properly set the encoding of the entire project.
Modified:
ofbiz/branches/OFBIZ-6271/pom.xml
Modified: ofbiz/branches/OFBIZ-6271/pom.xml
URL:
http://svn.apache.org/viewvc/ofbiz/branc
Author: doogie
Date: Tue Apr 21 23:35:10 2015
New Revision: 1675220
URL: http://svn.apache.org/r1675220
Log:
Configure extra compiler args, similar to what macros.xml does.
Modified:
ofbiz/branches/OFBIZ-6271/pom.xml
Modified: ofbiz/branches/OFBIZ-6271/pom.xml
URL:
http://svn.apache.org/vie
Author: doogie
Date: Tue Apr 21 23:35:01 2015
New Revision: 1675218
URL: http://svn.apache.org/r1675218
Log:
Set the ofbiz.home.dir system property.
Modified:
ofbiz/branches/OFBIZ-6271/framework/start/pom.xml
ofbiz/branches/OFBIZ-6271/pom.xml
Modified: ofbiz/branches/OFBIZ-6271/framework
Author: doogie
Date: Tue Apr 21 23:35:14 2015
New Revision: 1675221
URL: http://svn.apache.org/r1675221
Log:
Make certain that any dtds are also added to target jars.
Modified:
ofbiz/branches/OFBIZ-6271/pom.xml
Modified: ofbiz/branches/OFBIZ-6271/pom.xml
URL:
http://svn.apache.org/viewvc/of
Author: jleroux
Date: Tue Apr 21 08:03:41 2015
New Revision: 1675061
URL: http://svn.apache.org/r1675061
Log:
This defines the NotoSans font as default for report and FOP-PDF examples
With NotoSans by default, no need to specify the NotoSans "font-family" to
write special characters in examples P
22 matches
Mail list logo