0e6e8aa66e
Add a changes.xml file to track resolved issues, along with a template that can be used to generate a release log file. To be able to generate a release log we need to also update commons-parent, which will be done later.
Dennis Lundberg2012-08-19 20:49:01 +00:00
66ace0c8a1
Use maven-jar-plugin to create the api and adapters JAR files, instead of using maven-antrun-plugin.
Dennis Lundberg2012-08-19 19:23:06 +00:00
8235431c0b
Specify a version for maven-failsafe-plugin because one is not specified in commons-parent. This makes sure the build is reproducible and removes a warning when building with Maven 3. Use surefire version 2.12, same as in the latest commons-parent.
Dennis Lundberg2012-08-07 21:48:17 +00:00
a4f2277bfa
Remove the exclusion of the failing test class. The Maven build now runs all the tests that the Ant build does and with the same result. A total of 105 tests, with one failure because of LOGGING-119.
Dennis Lundberg2012-08-07 21:31:04 +00:00
c453d4e95a
Use maven-failsafe-plugin to run the tests, as this plugin is bound to the "integration-test" phase which comes after the "package" phase. This is what commons-logging needs for most of its tests.
Dennis Lundberg2012-08-07 21:27:52 +00:00
960adb8ed9
Add missing property definitions for integration tests
Sebastian Bazley2012-07-20 02:04:51 +00:00
d02c93bf15
Allow test cases to run OK under Maven/Surefire [does not seem to be needed for Ant testing]
Sebastian Bazley2012-07-20 02:04:03 +00:00
71068c7f1c
COMMONSSITE-57 Fix announce mod_mbox link (I used version 1.4-SNAPSHOT of the commons-build-plugin to do this - need to release it and update commons-parent at some point)
Niall Kegan Pemberton2010-10-06 16:38:08 +00:00
f130c8ce3e
Renove redundant profile; logging has long since moved of from commons-parent-5
Sebastian Bazley2010-07-10 14:36:01 +00:00
6666d731b6
Remove site logo hack now it has moved to src/site/resources/images
Niall Kegan Pemberton2010-04-21 21:07:24 +00:00
4407cc9d2c
Re-generate the download pages using the new commons-build-plugin .12 (via commons-parent version 13)
Niall Kegan Pemberton2010-03-08 00:11:50 +00:00
36c73c13e2
LOGGING-127: Fix issue introduced in LOGGING-126 - use setUseCache, not setDefaultUseCache Thanks to Christopher Sahnwaldt for the report.
Simon Kitching2008-09-20 16:33:51 +00:00
12f0edf24b
Fix LOGGING-126: loading of commons-logging.properties file locks jars on windows. Thanks to Philippe Mouawad for the report and patch.
Simon Kitching2008-09-14 12:26:03 +00:00
78475d429b
Upgrade to latest clirr plugin version 2.2.2 (fixes problem downloading the old artifact from the repo)
Niall Kegan Pemberton2008-08-20 12:56:25 +00:00
a88361aa3d
COMMONSSITE-30 - fix the checkstyle configuration to work for multi-module and review/update <reporting> plugin version numbers for the poms being changed. - pom's need to use ${basedir} for configuration files as the multi-module profile is run from commons-parent, so if not specified it can't find those files - the checkstyle configuration file needs to use ${checkstyle.header.file} for the headerFile property and <headerFile> element added to the plugin config in the pom.xml - fix m1 checkstyle config to reflect the above where appropriate (specify header file property)
Niall Kegan Pemberton2008-05-23 06:10:00 +00:00
132d7b1ca4
Fixing the headerFile location as per CODEC-67 and Benjamin's patch
Henri Yandell2008-04-27 16:00:39 +00:00
eaf4c2d7b4
Fixing the assemblies to say project.version instead of version to stop '2.4.1' leaking through from the JVM properties. Also making it project.artifactId while I'm doing this.
Henri Yandell2008-03-14 06:41:17 +00:00
a654370d29
Remove the maven-site-plugin version - now specified in commons-parent pom
Niall Kegan Pemberton2008-03-06 00:08:23 +00:00
bbecac4a58
Revert logging to surefire 2.3 (fails with surefire 2.4.2) and remove the compile target config which is now fixed in commons-parent
Niall Kegan Pemberton2008-03-03 11:24:42 +00:00
e3640ad544
Add Issue Tracking and Download pages generated by commons-build-plugin
Niall Kegan Pemberton2008-03-02 19:46:00 +00:00
8c79fc9591
Upgrade to commons-parent-8 and add configuration properties for OSGi (maven-bundle-plugin) and commons-build-plugin
Niall Kegan Pemberton2008-03-02 19:37:56 +00:00
d72af87bb7
[maven-release-plugin] prepare for next development iteration
Dennis Lundberg2007-11-21 23:24:28 +00:00
a123a24d37
[maven-release-plugin] prepare release commons-logging-1.1.1
Dennis Lundberg2007-11-21 23:24:07 +00:00
54d4c7db4a
Go back to previous version and add back the license.
Dennis Lundberg2007-11-21 23:21:35 +00:00
c94f5e46c1
[maven-release-plugin] prepare for next development iteration
Dennis Lundberg2007-11-21 23:14:23 +00:00
50c87cf1f8
[maven-release-plugin] prepare release commons-logging-1.1.1
Dennis Lundberg2007-11-21 23:13:58 +00:00
db26961e91
[LOGGING-118] Generate source and binary archives. Replace the single assembly with separate source and binary assemblies.
Dennis Lundberg2007-11-21 22:50:06 +00:00
27fd2f6aba
Use the correct value for the X-Compile-Target-JDK manifestEntry. Add the attributes Built-By, X-Compile-Source-JDK and X-Compile-Target-JDK to the manifest for the -api and -adapters jar files.
Dennis Lundberg2007-11-19 17:09:48 +00:00
aed3678ff1
Remove Jakarta from Specification-Title and Implementation-Title.
Dennis Lundberg2007-11-19 17:04:30 +00:00
a5cc5f0a77
[maven-release-plugin] prepare for next development iteration
Dennis Lundberg2007-11-18 23:13:40 +00:00
44c1b4c4ac
[maven-release-plugin] prepare release commons-logging-1.1.1
Dennis Lundberg2007-11-18 23:13:20 +00:00
c133398b62
[maven-release-plugin] prepare for next development iteration
Dennis Lundberg2007-11-14 23:23:27 +00:00
a3e84fc54c
[maven-release-plugin] prepare release commons-logging-1.1.1
Dennis Lundberg2007-11-14 23:23:13 +00:00
73ff94f882
Rename this file because it is blocking the "Issue Tracking" menu item from being created. Once that problem has been sorted out we rename it back again.
Dennis Lundberg2007-11-14 23:11:07 +00:00
8367500593
Fix possible null-pointer exception when generating diagnostic messages. JIRA issue LOGGING-115. Thanks to Frantisek Jandos for the bugreport.
Simon Kitching2007-11-10 17:40:43 +00:00
4e8ae13c0c
Update the release month for the 1.1.1 release.
Dennis Lundberg2007-11-10 09:43:16 +00:00
a2e8261309
Back up to previous version. Use the latest parent to be able to use the maven-remote-resources-plugin.
Dennis Lundberg2007-11-07 22:20:18 +00:00
06752b4d83
Provide commons.home as an alias for jakarta.home
Simon Kitching2007-10-22 20:08:26 +00:00