Commit Graph

  • abc022db4a Add a warning about the behavior of ant:execute compared to a real ant installation. aheritier 2006-05-20 23:25:09 +00:00
  • f67c598682 Add doc for maven.ant.compatibility aheritier 2006-05-20 23:23:52 +00:00
  • f7b8030075 Upgrade antlr dependency to version 2.7.6. aheritier 2006-05-17 21:49:45 +00:00
  • a1ec5145e6 Starts to work on version 3.1 aheritier 2006-05-17 21:46:56 +00:00
  • eec1f05419 Starts version 1.9-SNAPSHOT MPARTIFACT-66 : Upgrade Wagon dependencies : wagon-provider-api 1.0-alpha-6, wagon-http 1.0-alpha-6, wagon-file 1.0-alpha-7, wagon-ftp 1.0-alpha-6, wagon-ssh 1.0-alpha-7, wagon-ssh-external 1.0-alpha-6 aheritier 2006-05-17 21:39:34 +00:00
  • 4d52addc31 MAVEN-1762 : Upgrade Wagon dependencies wagon-provider-api : 1.0-alpha-6 wagon-http : 1.0-alpha-6 wagon-file : 1.0-alpha-7 aheritier 2006-05-17 21:33:35 +00:00
  • a63ac78464 Use commons.lang.StringUtils for string manipulation for maven 1.0 compatibility. ltheussl 2006-05-16 18:52:54 +00:00
  • 4da09106e4 Fix version number ltheussl 2006-05-16 17:37:12 +00:00
  • 2e6bab9405 PR: MPJAVA-45 Java report fails build if no source files present. ltheussl 2006-05-16 17:32:59 +00:00
  • 0ef34bb9cc Fix layout aheritier 2006-05-09 21:04:27 +00:00
  • 48d2d7cf96 Trivial fixes ltheussl 2006-05-09 17:20:36 +00:00
  • 989d7e21a9 Fix compatibility with the version of ant plugin newer or equal to 1.10. aheritier 2006-05-09 01:46:54 +00:00
  • cc6a618b1a Add doco about new feature aheritier 2006-05-09 01:11:43 +00:00
  • 6ac39d5cb7 Documentation for the new goal ant:execute aheritier 2006-05-09 01:08:56 +00:00
  • 398eda2b7c MPANT-19 : The plugin overwrote existing ant script files without warning. From now the plugin ask you if you want to replace it. You can also use the property maven.ant.generate.force to force the plugin to replace the current script. aheritier 2006-05-09 00:50:00 +00:00
  • 9d26827b5d test with a given file name for the ant build script aheritier 2006-05-08 23:59:04 +00:00
  • f6a24fa881 Add a workaround for those who want to use different versions of the ant plugin. aheritier 2006-05-08 23:49:37 +00:00
  • 49f772f839 Add a warning for the users of the old property maven.ant.generatebuild.file aheritier 2006-05-08 23:39:13 +00:00
  • eb7608270d The property maven.ant.generatebuild.file is replaced by properties maven.ant.generate.dir, maven.ant.generate.script. The generated script is ${maven.ant.generate.dir}/${maven.ant.generate.script}. aheritier 2006-05-08 23:33:49 +00:00
  • f010fba57a MPANT-25: Add a new goal (ant:execute) to execute a build.xml file from maven. aheritier 2006-05-08 23:14:54 +00:00
  • e79f2d0e86 Ignore target directories aheritier 2006-05-08 22:10:15 +00:00
  • e9eb707679 MAVEN-1733 : set maven.compile.fork=true. It seems to reduce the number of times when the bootstrap fails because it can't delete a directory. It's a known problem in java and ant : See the windows note on http://ant.apache.org/manual/CoreTasks/javac.html aheritier 2006-05-08 22:06:37 +00:00
  • a6eb323383 Ignore eclipse files aheritier 2006-05-08 21:59:50 +00:00
  • 8b1a12a575 New goal plugins:repository-install-all to call the reactor on all plugins with the goal plugin:repository-install aheritier 2006-05-08 21:58:43 +00:00
  • 5ec2bbc0a8 [maven-scm-plugin] prepare release 1.8 ltheussl 2006-05-08 04:17:38 +00:00
  • 2c125892c7 [maven-scm-plugin] prepare release 1.7 ltheussl 2006-05-08 04:09:27 +00:00
  • 7c88e9e86d [maven-scm-plugin] prepare release 1.5 ltheussl 2006-05-08 03:59:32 +00:00
  • bccd8c94c1 [maven-scm-plugin] prepare release 1.5 ltheussl 2006-05-08 03:37:02 +00:00
  • e3f2dd021e maven.test.failure.ignore apparently does not imply maven.test.error.ignore (see MPTEST-62). ltheussl 2006-05-06 16:12:26 +00:00
  • 36bcafd3ae PR: MPCRUISECONTROL-32 Replace deprecated currentbuildstatusbootstrapper, currentbuildstatuspublisher and currentbuildstatusftppublisher by currentbuildstatuslistener and currentbuildstatusftplistener. ltheussl 2006-05-05 20:50:16 +00:00
  • 25d06cc96c PR: MPANTLR-8 Update to ANTLR 2.7.6. ltheussl 2006-05-05 04:53:42 +00:00
  • a8e2d5e9d1 Add comment on core dependency. ltheussl 2006-05-04 20:19:12 +00:00
  • 7b4fdb6567 PR: MPXDOC-17 Revert last commit as it was breaking lots of other stuff. Implemented and documented workaround solution using <entity> tags. ltheussl 2006-05-04 20:01:02 +00:00
  • 8970b82ce2 Add warnings about the default value of maven.site.failonerror. ltheussl 2006-05-04 17:37:48 +00:00
  • da50cad575 Fix documentation bug ltheussl 2006-05-04 16:34:01 +00:00
  • 6fb61d0831 PR: MPXDOC-17 Fix xml entities in xdoc source files (only in Maven 1.1 because of a bug in an old Jelly version). ltheussl 2006-05-02 23:43:05 +00:00
  • 5c758c38ae PR: MPXDOC-194 Add i18n support for links and breadcrumbs. ltheussl 2006-05-01 22:41:34 +00:00
  • e30b80aff0 New property maven.changelog.useDeveloperConnection. ltheussl 2006-05-01 20:23:24 +00:00
  • 337e3857b1 PR: MPWAR-37 Submitted by: Troy Poppe Reviewed by: Stephane Nicoll Added ability to expand properties when copying war resources. ltheussl 2006-05-01 18:08:53 +00:00
  • c5a59cb1cf Better title ltheussl 2006-05-01 17:52:34 +00:00
  • 4a26045e8a PR: MPJALOPY-11 Submitted by: Joachim Bader Add a new goal to open Jalopy's SettingsDialog. ltheussl 2006-05-01 05:47:34 +00:00
  • 047260088b Remove documentation of non-existent goal. ltheussl 2006-05-01 03:56:18 +00:00
  • 11af1a8f26 Next version will be 1.5. Plexus version is 1.0.3 and xml-apis has been removed in last commit. ltheussl 2006-04-29 16:01:28 +00:00
  • 7551c043f3 PR: MPJALOPY-10 Complete rewrite of the plugin so it doesn't use the jalopy ant task anymore. Using a jellybean instead, copied and adapted from the m2 jalopy plugin at mojo. Added new properties maven.jalopy.inspect, maven.jalopy.backup and maven.jalopy.force. Removed properties maven.jalopy.logLevel and maven.jalopy.nbThread. ltheussl 2006-04-29 06:05:18 +00:00
  • d2011e6d90 PR: MPCHANGELOG-86 Support time period in MKS changelog parser. ltheussl 2006-04-27 18:41:27 +00:00
  • e272e6ee31 [maven-scm-plugin] prepare release 1.5.1 ltheussl 2006-04-27 05:47:35 +00:00
  • 989d890907 [maven-scm-plugin] prepare release 1.8 ltheussl 2006-04-27 05:39:01 +00:00
  • ad9bbe2ccc [maven-scm-plugin] prepare release 4.0 ltheussl 2006-04-27 05:28:58 +00:00
  • f840f824fa [maven-scm-plugin] prepare release 1.4 aheritier 2006-04-26 23:25:44 +00:00
  • edd4a9b57c [maven-scm-plugin] prepare release 1.9 aheritier 2006-04-26 23:21:31 +00:00
  • 87ff914e31 [maven-scm-plugin] prepare release 1.9 aheritier 2006-04-26 23:09:54 +00:00
  • 200edd58da Activate tests ltheussl 2006-04-26 18:12:09 +00:00
  • 9d5786ae26 Add a property to configure the nagEmailAddress aheritier 2006-04-25 21:53:48 +00:00
  • 1e2cfcfaec MAVEN-1759 : Upgrade to log4j 1.2.13. aheritier 2006-04-25 21:46:00 +00:00
  • 510e4c76a3 Upgrade to log4j 1.2.13. aheritier 2006-04-25 21:43:57 +00:00
  • e23012c411 PR: MPCRUISECONTROL-30 Add missing documentation for several properties. ltheussl 2006-04-24 22:24:07 +00:00
  • c80eecd309 Update images used in pdf files aheritier 2006-04-24 22:24:00 +00:00
  • b32e7df8c4 Fix test cases aheritier 2006-04-24 22:21:18 +00:00
  • 00a75f67a8 MPPDF-55 : Upgrade to xalan-2.7.0 aheritier 2006-04-24 22:20:05 +00:00
  • 4005226350 MAVEN-1753 : Upgrade to Xerces 2.8.0. Replace the deprecated xmlParserAPIs by xml-apis 1.3.03. Add the xml-resolver 1.1 dependency for xerces. aheritier 2006-04-23 23:36:53 +00:00
  • a3a792c123 MPWAR-39: Updated wrong documentation regarding web.xml filtering. snicoll 2006-04-23 19:24:35 +00:00
  • b2b8b70307 MPWAR-46: Now filtering when copying resources snicoll 2006-04-23 19:19:58 +00:00
  • 33951d7bd9 MPWAR-52: Added property maven.war.webxml.overwrite to control if the source web.xml overwrite the one in the generated webapp directory. snicoll 2006-04-23 19:13:13 +00:00
  • 8c17a346b0 PR: MPCRUISECONTROL-29 Default for maven.cruisecontrol.logs.mergedirectory is incorrect on the Properties page. ltheussl 2006-04-23 05:17:42 +00:00
  • 1209a52cce PR: MPCRUISECONTROL-33 Property maven.cruisecontrol.goals contains deprecated scm:update-project. ltheussl 2006-04-23 05:08:11 +00:00
  • 71d457a734 Add FAQ about checking out the sources ltheussl 2006-04-21 23:21:26 +00:00
  • f678cb7024 Revert revision 384074: display page titles as 'pom.name - docTitle'. ltheussl 2006-04-21 17:20:42 +00:00
  • 503076b0db Update docs: needs jar plugin >= 1.8 ltheussl 2006-04-19 22:12:14 +00:00
  • f1324d34e9 Fake (no sense in this project) version needed by continuum aheritier 2006-04-18 22:19:00 +00:00
  • 938ff2a59d Goals documentation aheritier 2006-04-18 22:17:48 +00:00
  • ed078ecda9 MPWAR-29: Fixed confusing documentation regarding maven.war.classes.includes and maven.war.classes.excludes properties snicoll 2006-04-17 15:32:57 +00:00
  • 1b61a99ead MPWAR-32: Fixed inclusion of LICENSE file in war snicoll 2006-04-17 15:30:43 +00:00
  • e5033fc41b MPWAR-32: Fixed inclusion of LICENSE file in war snicoll 2006-04-17 15:22:05 +00:00
  • bf65ea5cf7 To declare a relative entity there's no protocol to use. The file: doesn't exist : http://issues.apache.org/bugzilla/show_bug.cgi?id=30536 http://www.ietf.org/rfc/rfc2396.txt?number=2396 aheritier 2006-04-16 22:14:00 +00:00
  • 268694d915 Upgrade to Junit 3.8.2 aheritier 2006-04-16 22:11:48 +00:00
  • 321e760c4e Upgrade to Junit 3.8.2 aheritier 2006-04-16 01:07:22 +00:00
  • 9e66133cc3 Upgrade to commons-io 1.2 Begin to work on release 1.7 aheritier 2006-04-16 01:04:38 +00:00
  • 88e1163e06 Upgrade to commons-io 1.2 aheritier 2006-04-16 01:04:07 +00:00
  • 6feddae865 Upgrade to Junit 3.8.2 Begin to work on release 1.10 aheritier 2006-04-16 01:04:01 +00:00
  • bee674feb2 Upgrade to commons-io 1.2 aheritier 2006-04-16 01:02:38 +00:00
  • 9c68c99132 Begin to work on pmd plugin 1.9 MPPMD-26 : Use PMD 3.6 aheritier 2006-04-16 00:02:36 +00:00
  • eddeb33002 [MPECLIPSE-114] Typo for maven.eclipse.src.download property in documentation Submitted by: John Sisson aheritier 2006-04-15 13:12:38 +00:00
  • 18947c5c49 Workaround for the bug in the javadoc tool bundled in the jdk 5.0 and in the current beta of the jdk 6.0 http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=5101868 aheritier 2006-04-15 08:55:03 +00:00
  • 09a4e96c67 Fix the path to the license header for checkstyle aheritier 2006-04-14 20:50:38 +00:00
  • 8dd1b9a133 MAVEN-1753 : xerces (2.6.2) is back in the core aheritier 2006-04-14 19:48:31 +00:00
  • de7f40ee5d Update changelog for MPXDOC-192 ltheussl 2006-04-13 00:03:33 +00:00
  • 926adeeca4 PR: MPJUNITREPORT-2 Fix formatting/escaping of error messages. ltheussl 2006-04-12 23:08:03 +00:00
  • ba7fca35bc PR: MPJUNITREPORT-10 Add ability to specify a custom jsl transform. New property maven.junit.report.jsl. ltheussl 2006-04-12 22:55:35 +00:00
  • bb027cc5fd Adding developers and contributor ltheussl 2006-04-12 22:34:44 +00:00
  • 5439a84afd PR: MPJUNITREPORT-11 Submitted by: Cyrille Le Clerc Keep nested exceptions in truncated stack traces. ltheussl 2006-04-12 22:28:03 +00:00
  • 9784d2b04c Remove unused directory ltheussl 2006-04-12 21:59:21 +00:00
  • 96f46a4b35 PR: MPJUNITREPORT-6 Submitted by: Cyrille Le Clerc Include System.out/System.err in the generated report. ltheussl 2006-04-12 20:08:23 +00:00
  • 807f792acc Update docs ltheussl 2006-04-12 17:22:30 +00:00
  • c1d9561634 Fix links ltheussl 2006-04-12 17:06:54 +00:00
  • ebf991c71a Make linkcheck happy ltheussl 2006-04-12 17:06:10 +00:00
  • c4e6ed93b6 Fix bad cut&paste ltheussl 2006-04-12 15:20:56 +00:00
  • b551cc452c remove unused currentVersion aheritier 2006-04-12 14:18:37 +00:00
  • b466d78a47 PR: MPJAR-19 Add tests for jar manifest creation. ltheussl 2006-04-12 06:10:38 +00:00
  • 7c06c7cadd Document test plugin requirement ltheussl 2006-04-12 06:08:48 +00:00
  • e9fe903bfe Use a fake version Add scm information aheritier 2006-04-11 22:50:35 +00:00